KitzKikz: PdfTontoFAQ
RecentChanges
PopularPages
SearchPages
Home
|
Trail
-
SogudiIssues_2005...
>
SogudiFeedback
>
SogudiIssues_2008...
>
SogudiIssues_2007...
> PdfTontoFAQ
EditThisPage »PdfTontoFAQ«
Leave this empty:
__Q:__ Why is that when I execute the command: %%% ==./pdfTonto -f booklet in.pdf outbooklet.pdf== %%% nothing happens? (nothing - no output of any kind, the program hangs, there is no indication of cpu usage) __A:__ The program is waiting for input. If you want it to read a file as input instead of stdin, you need to specify an input and output file using the flag options. Try using: %%% ==./pdfTonto -f booklet ##__-i__## in.pdf ##__-o__## outbooklet.pdf== %%% or if you prefer long options %%% ==./pdfTonto --filter booklet ##__--in__## in.pdf ##__--out__## outbooklet.pdf== %%% or if you want to use redirection: %%% ==./pdfTonto -f booklet ##__<__## in.pdf ##__>__## outbooklet.pdf== %%% or you could get really fancy: %%% ==cat in.pdf | ./pdfTonto -f booklet | lp -d printer-name== %%% endless possibilities... ----
+
CancelEditing
This is a public area, so please be mindful of your language and comments.
For information on editing pages, see:
GoodStyle
WikiMarkup
· 0.0160s