Re: question on TextToPDF Command Line Utility

2012-10-14 Thread Andreas Lehmkuehler
Hi, Am 20.07.2012 21:30, schrieb Robert Nelson: Hi, The following command creates a portrait oriented output: $ java -jar pdfbox-app-1.7.0.jar TextToPDF -standardFont Courier file-out.pdf file-in.txt How does one request the output to be generated in landscape orientation? TestToPDF is more a

question on TextToPDF Command Line Utility

2012-07-20 Thread Robert Nelson
Hi, The following command creates a portrait oriented output: $ java -jar pdfbox-app-1.7.0.jar TextToPDF -standardFont Courier file-out.pdf file-in.txt How does one request the output to be generated in landscape orientation? Thanks