How to set margins PDF
Posted: 2012-02-07T01:33:46-07:00
Hello!
Convert TXT to PDF, I need to do a multi-PDF, as TXT file size is not known precisely in advance. There is a problem - the margins are zero, or rather, the text goes beyond the page. I'm trying:
How to place the converted TXT on the page? Will the use-geometry? Or is this setting for other purposes?
Thanks.
Convert TXT to PDF, I need to do a multi-PDF, as TXT file size is not known precisely in advance. There is a problem - the margins are zero, or rather, the text goes beyond the page. I'm trying:
Code: Select all
convert -gravity NorthWest -quality 100 -density 600 -background "#ffffff" -font "c:\Windows\Fonts\courbd.ttf" -pointsize 10 -fill "#000000" tmp.txt tmp.pdf
Thanks.