Positioning Cell/Multi_Cell in PDF Document | FPDF | Python

preview_player
Показать описание
How to place Text in different positions in a PDF document created with Python and FPDF
Рекомендации по теме
Комментарии
Автор

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!

KIKOVIDEOPROD
Автор

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

kjelltoresteiro
Автор

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

antolitre
Автор

You really help me, thank you so much !

KmanoA
Автор

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?"

Soler
Автор

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

hakbud
Автор

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?

ayrlinekontrol
Автор

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

any ideas??

gonzalomaidana
Автор

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

Zarrtosht