Hi,
No, there isn't. This isn't as easy as it sounds, i.e. to include that
code within the single page code would bloat everything. You'll have to
write this yourself ( https://stackoverflow.com/a/31974376/535646 ) or
use a tool to do this in postprocessing, e.g. imagemagick.
Tilman
On 09.08.2024 03:16, Jason Thurston wrote:
First time user, when I tried converting a 20 page single file pdf document
to tiff I got 20 tiff files.
The behaviour I expected was for it to create a single multipage tiff file.
There would be times that I would want it to do multiple pages, but for my
current needs I would like it to be a single page.
Perhaps it should only be multipage if an output prefix is specified, or if
that prefix contains some formatting string like "%p" for page number.
Is there a command syntax method to have it render to a multipage, single
file tiff?
java -jar pdfbox-app-3.0.2.jar render -format=tiff --input ./Document.pdf
Document-1.tiff
Document-2.tiff
Document-3.tiff
...
Document-20.tiff
Thank You,
Jason
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org