Positioning Cell/Multi_Cell in PDF Document | FPDF | Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 มี.ค. 2022
  • How to place Text in different positions in a PDF document created with Python and FPDF

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

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

    Out of all the tutorials your the best that helps me understand! Using dummy borders is the best way to get the spaces right! Spending hours already on this ! Now i can move on! Thanks!

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

    You really help me, thank you so much !

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

    I have been struggeling with these cell positions, this was really helpfull :-D

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

    Thank you very much!

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

    THANK A LOT!
    You are SAVIOUR!

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

      Yeah, that one took a while to figure out :-D

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

    Muchas gracias!

  • @user-cm1gx8xe2v
    @user-cm1gx8xe2v 6 หลายเดือนก่อน

    Suscrito amigo

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

    suscrito amigo!

  • @antolitre0085
    @antolitre0085 2 หลายเดือนก่อน

    Thnak you, just a question, how do you have an opened pdf on left that change in live?

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

    If I were to set my txt equal to a variable say "gray" (for a lack or creativity) if "gray" = "Hello how are you doing?" how would it be possible to make the contents of this variable on two lines? Ex: first line: "Hello", second line: "how are you doing?"

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

    Thanks for a nice video! How do you autorefresh the pdf view and which extension for pdf view do you use?

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

      Well, i just re-run the code and the extension is vscode-pdf

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

      @@bigplot8068 thanks for your answer! great video!

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

      @@bigplot8068 I have the extension but the pdf is only showing some sourcecode

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

    Hey, when I try to use " ⁄n " inside of a string passed to multi_cell I get the error: UnicodeEncodeError: 'latin-1' codec can't encode character '\u2044' in position 362: ordinal not in range(256)
    Any idea how to solve this?

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

      Hey,
      did you figure it out? I can look into it during the next days.

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

    hi, a quick question, how do I change text direction so that it starts writing into pdf file from the right?

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

      uhm, i am not sure if i understand, how would that look like?

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

    vscode-pdf is the extension for PDF

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

    how would you use multi_cell without "
    " character. ??
    im trying to make it automatically but i don't know how!
    any ideas??

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

      Did you figure it out? Otherwise i can have a look during the next days

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

      @@bigplot8068 So you guys found out how to?.
      Thanks for the vid!