Create PDF with Python | Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 77

  • @joachimguth6226
    @joachimguth6226 3 ปีที่แล้ว +9

    Soon your channel will soar. Not many speak and explain as structured and clear as you do.

  • @tinytreasuresblueprints
    @tinytreasuresblueprints ปีที่แล้ว +1

    Thank you so much. With your help I have automated reports on my website❤️

  • @user-zd7xw2lp1o
    @user-zd7xw2lp1o 2 ปีที่แล้ว +1

    This is exactly what I've been looking for, thank you so much!!!

  • @Michael-value
    @Michael-value ปีที่แล้ว +1

    Just stumbeld over your chanal. Awesome videos. Just wanna say thank you for your great work. I highly appreciate what you do and how you do it. The way you explain everything is super clear. Again. Keep up the great work.

    • @Kreytro
      @Kreytro ปีที่แล้ว +1

      bro didnt even respond 💀

  • @code-to-learn
    @code-to-learn 9 หลายเดือนก่อน

    Thanks a lot sir. This is the course I was waiting for

  • @runner6994
    @runner6994 ปีที่แล้ว +3

    The "ln" method, discussed about the 7:30 mark, is deprecated. The replacement method isn't particularly appealing.

  • @empowercode
    @empowercode 3 ปีที่แล้ว +6

    Hey Chart Explorers, nice to meet you! I just found your channel and subscribed, love what you're doing!
    I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your TH-cam Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos!
    Cheers, happy holidays, and keep up the great work ;)

  • @MilesAhead66
    @MilesAhead66 11 หลายเดือนก่อน

    Top!!!! Straight to the topic! Thanks!

  • @Aditya-qb1to
    @Aditya-qb1to 2 ปีที่แล้ว

    This type of video. I have been searching since a month , that is very helpful viedo , i like that viedo and also have learnt my things, Ty

  • @sahilsharmahere
    @sahilsharmahere ปีที่แล้ว

    Great tutorial Man, Thanks !

  • @stillchris4171
    @stillchris4171 ปีที่แล้ว +2

    If you use explorer preview, you can see the .pdf update dynamically, without having to close and reopen the .prf viewer

  • @brpawankumariyengar4227
    @brpawankumariyengar4227 3 หลายเดือนก่อน

    Great Video … Thank you so very much ❤❤❤

  • @zunaidhassan9662
    @zunaidhassan9662 2 ปีที่แล้ว +9

    Thanks for the video. While trying to move the second cell to next line using the 'ln' parameter, I am getting the following warning:
    "DeprecationWarning: The parameter "ln" is deprecated. Instead of ln=True use new_x=XPos.LMARGIN, new_y=YPos.NEXT."
    Using the recommended parameters are also giving errors as XPos and YPos have not been defined.
    However, according to the documentation (Tuto 1 - Minimal Example), the following paramters can be used: new_x="LMARGIN", new_y="NEXT". This worked for me.
    So, the code at line 21 at time 7:40 becomes:
    pdf.cell(120, 10, 'Hello World!', new_x="LMARGIN", new_y="NEXT")

    • @jjnbdal
      @jjnbdal 2 ปีที่แล้ว

      I found the same issue when I ran the python script in a console or with Jupyter, but when I ran the same code in Spyder IDE (v5), all went fine. Does anyone know what is going on here? Thanks!

    • @natb007
      @natb007 ปีที่แล้ว +1

      Another solution: use pdf.ln()

    • @QuimChaos
      @QuimChaos ปีที่แล้ว +1

      I had to import XPos and YPos (from fpdf import FPDF, XPos, YPos), and use pdf.cell(120, 10, 'Hello World!', new_x=XPos.LMARGIN, new_y=YPos.NEXT)... new_x="LMARGIN", new_y="NEXT" wouldn't work...

    • @jwa9463
      @jwa9463 ปีที่แล้ว

      Thanks it worked for me@@QuimChaos

    • @kurrizzle
      @kurrizzle 5 หลายเดือนก่อน +1

      @@natb007 brilliant

  • @mrmuranga
    @mrmuranga 3 ปีที่แล้ว +2

    Thanks....well laid out start.
    Waiting for the bit where I can save my dataframes to pdf

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว +2

      Thanks! We will be going over how to create tables in your pdf based on a DataFrame in the 4th video :)

    • @mrmuranga
      @mrmuranga 3 ปีที่แล้ว

      @@ChartExplorers Awesome....can't wait ! thanks Bradon

  • @higiniofuentes2551
    @higiniofuentes2551 ปีที่แล้ว

    Thank you for this very useful video!

  • @paolobena
    @paolobena 2 ปีที่แล้ว

    Great video!

  • @simaobonvalot7697
    @simaobonvalot7697 3 ปีที่แล้ว +6

    Very nice video, I loved the way you comment and explain every argument of the function, it helps a lot if you want to your own thing.
    There is one question I have though. I noticed that when I draw a border around my cell, the text will overflow beyond the border. Does that mean that the text will not wrap inside the cell size and keep going beyond it if it doesn't have enough space ?
    Thanks !

  • @tomgreg2008
    @tomgreg2008 2 ปีที่แล้ว

    Great vid!

  • @mauritskaligis
    @mauritskaligis 13 วันที่ผ่านมา

    Permission to ask. Fpdf2 installation failed. Message appears "Could not find a version that satisfies the requirement fpdf (from versions: none)" and "No matching distribution found for fpdf". Please help.

  • @SameerTalar
    @SameerTalar 2 ปีที่แล้ว

    Nice info..thanks for sharing

  • @mrmo5052
    @mrmo5052 15 วันที่ผ่านมา

    thanks, dude!

  • @StraniSimo
    @StraniSimo 9 หลายเดือนก่อน

    Can you please add the link to the files you mention in the video? Thank you

  • @rodrigoherencia4507
    @rodrigoherencia4507 ปีที่แล้ว

    Hello, question, how can we open the pdf when we run the code, so that you do not have to go to the folder and open it manually?
    Thank you

  • @PriLuftSmaniotto
    @PriLuftSmaniotto ปีที่แล้ว

    Hello, How can I generate a table with sum values in the last row? Thanks.

  • @yanghaitao9680
    @yanghaitao9680 3 ปีที่แล้ว +1

    hi, i have one question, how to add button and when i press it, it will reture to catalog?

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว

      Hi! Thanks for the question. I'm not sure about a button, but what you can do is add an image (of a button) and then a link. In this video studio.th-cam.com/users/videoK917aOsfnDc/edit I discuss how to add links to text (it is the same process with an image but you would use pdf.image).

  • @Saywhatohno
    @Saywhatohno 3 ปีที่แล้ว +1

    Anyway i can run this python script in Excel (through VBA) becasue this way anyone can run the script and not just me. Also once I have all the PDF i need to upload it to certain folders on gdrive so can that be done

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว +1

      Hi Fahad, good question. This would be really useful!! I have not used VBA so I'm not the best one to answer this question, but it does look like there is some stuff out on this topic. Please let me know if you find any good resources.

  • @mr.goldmanbachmajorian3523
    @mr.goldmanbachmajorian3523 3 ปีที่แล้ว

    Thanks! Exactly what i wanted :)

  • @coloradojon
    @coloradojon ปีที่แล้ว

    How to add a template image PNG in the background of the PDF file? Wich folder choose

  • @miiihaaas
    @miiihaaas 2 ปีที่แล้ว

    is there any easy way for support UTF-8 (i need characters like: č, ć, ž, š, đ...)?

  • @MohamedTarek-kl5hf
    @MohamedTarek-kl5hf 3 ปีที่แล้ว +1

    we cant use custom fonts ? only font that provided ?

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว

      Great question, check out this video here th-cam.com/video/o7vixt2mVdo/w-d-xo.html

  • @faruk6397
    @faruk6397 3 ปีที่แล้ว +1

    Hello. Thanks for this lesson. I have a question. How can I print a 3D model from a pdf using python?

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว +1

      Hi Faruk, good question. I have no idea! but it sounds exciting. Let me know if you figure anything out.

    • @faruk6397
      @faruk6397 3 ปีที่แล้ว

      @@ChartExplorers Thank you for the answer. I continue research

  • @mangotofu1360
    @mangotofu1360 2 ปีที่แล้ว

    Thank you this helped!

  • @2Saturo
    @2Saturo 3 ปีที่แล้ว +1

    Hey does anyone know how i can adjust the vertical alignment of a text inside a cell ?
    When i create a cell with a border the text is automatically vertical centered.. But what if i want it to be at the top ?
    btw. nice video :) !

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว +1

      Thanks! It doesn't look like there is a way to vertically align within the cell at the current moment. Depending on what you are trying to accomplish you could try to draw a rectangle around the cell with the rect method. pdf.rect(x=20,y=80,w=100,h=40,style='D')

  • @abhishes
    @abhishes 2 ปีที่แล้ว

    so easy thanks a lot!!!

  • @subhadeepchowdhury5244
    @subhadeepchowdhury5244 ปีที่แล้ว

    Very helpfull video. FPDF docs are not that good. It would take me a lot of time to understand it fast. I have only one day left in my project. You made it very intuitive.

  • @mohamedbouamara689
    @mohamedbouamara689 2 ปีที่แล้ว

    Hello,
    Very nice job and many thanks man for sharing knowledge.
    I have a question sir : How can I change pdf file from A4 to tabloid ?

  • @akcandlestick8948
    @akcandlestick8948 3 ปีที่แล้ว

    thks for video sir i make pdf small pdf of fpdf2 but how can i direct print pdf on my default printer in my pc. pls help

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว

      Take a look at this article muddoo.com/tutorials/how-to-send-a-file-to-printer-for-print-using-python/. I haven't tried it out myself yet (but I will and I'll make a video on it). Let me know if you have any success. Best of luck.

  • @sujin8380
    @sujin8380 3 ปีที่แล้ว

    How it possible for 100pages of single pdf file, I wish to 100 pages of spitted pdf, to assign different names assign in each pdf file, how it do.

  • @easy_tech4169
    @easy_tech4169 3 ปีที่แล้ว +1

    thanks man how i can print the pdf file using python

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว

      Print the pdf to the console?

    • @jackbialek409
      @jackbialek409 3 ปีที่แล้ว

      @@ChartExplorers I think he means literally print it to a printer

  • @horikatanifuji5038
    @horikatanifuji5038 2 ปีที่แล้ว

    Is there a way to write pdf's using html and css and python?

  • @adithyavedula1270
    @adithyavedula1270 2 ปีที่แล้ว

    can you tell how to add images?

  • @jonevanmoore
    @jonevanmoore 3 ปีที่แล้ว

    Is there a way to italicize certain words in a sentence and not others? I'm trying to use MLA format to cite books with this

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว +1

      This type of formatting has been my biggest pain point when creating PDFs with Python. I created a video to answer a similar question a few weeks ago which is the best solution I have found to format only part of a string th-cam.com/video/CozYzrz7f-k/w-d-xo.html (This video discusses underlining text, but it is the same process as italicizing text). It is rather clunky, but it gets the job done. If you are using it for a bunch of citations you may want to create a function that does everything in the video.

    • @jonevanmoore
      @jonevanmoore 3 ปีที่แล้ว +1

      @@ChartExplorers Thanks! This is super helpful!

  • @jovensaventureiros
    @jovensaventureiros 2 ปีที่แล้ว

    Hello, before anything I wanna to thank u for this videos, helped me a lot. I wanna ask u if u know how can I fix some error. I'm saving some form in a database and creating PDFs with this data, but the multi_cell attribute isn't work as I expect, it's not breaking lines. Have u have some idea how can I fix this? Again, thx for this videos and congratulations to your channel.

  • @gnfrost6724
    @gnfrost6724 3 ปีที่แล้ว

    Hello I would like to ask if is it possible to use custom fonts
    your reply would be very much appricaited thx

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว +1

      Hey GNFrost! This is a great question and something I should have added to this PDF video series.
      I just made a video that describes this process. You can check it out here th-cam.com/video/o7vixt2mVdo/w-d-xo.html

    • @gnfrost6724
      @gnfrost6724 3 ปีที่แล้ว

      @@ChartExplorers thanks

  • @56BAK
    @56BAK 3 ปีที่แล้ว +1

    Thank you

    • @ChartExplorers
      @ChartExplorers  3 ปีที่แล้ว

      You're Welcome! Thanks for watching 😀

  • @py_tok5589
    @py_tok5589 2 ปีที่แล้ว

    lovely thanks

  • @totoskiller
    @totoskiller 8 หลายเดือนก่อน

    nice thx

  • @Tamilnanba
    @Tamilnanba 9 หลายเดือนก่อน

    sir please do the coding slowly and show it on white screen

  • @buffaloofm7119
    @buffaloofm7119 2 ปีที่แล้ว

    nice

  • @gustavorosas-dev
    @gustavorosas-dev ปีที่แล้ว

  • @vishalprithiv6377
    @vishalprithiv6377 7 หลายเดือนก่อน

    hi i love your bald head

  • @АлексейСоков-ь8и
    @АлексейСоков-ь8и 2 ปีที่แล้ว

    2022

  • @lakshaynz
    @lakshaynz 2 ปีที่แล้ว

    Man you are Awesome! do you have paypal?/ kofi? I want to donate