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