I'm trying to convert a specific page from a PDF file to a PNG but not succeeding. unoconvert --filter-options PageRange=3-3 inFile.pdf outFile.png correctly generates a PNG but it is the first page of the PDF.
I believe the --filter-options parameter applies to the outputted file, correct? And PageRange is a property of the PDF exporter, right? In which case how does one act on the input file? It appears that unoserver doesn't have an option for this (yet)?
I'm trying to convert a specific page from a PDF file to a PNG but not succeeding.
unoconvert --filter-options PageRange=3-3 inFile.pdf outFile.png
correctly generates a PNG but it is the first page of the PDF.I believe the
--filter-options
parameter applies to the outputted file, correct? AndPageRange
is a property of the PDF exporter, right? In which case how does one act on the input file? It appears that unoserver doesn't have an option for this (yet)?