Search found 4 matches
- Sun Nov 24, 2013 9:18 pm
- Forum: NConvert
- Topic: PDF to PNGs
- Replies: 8
- Views: 2638
Re: PDF to PNGs
Thank you for the reply!
- Sat Nov 23, 2013 5:01 pm
- Forum: NConvert
- Topic: PDF to PNGs
- Replies: 8
- Views: 2638
Re: PDF to PNGs
I have tried 2 methods (with and without the -xall switch) (the source PDF has 6 pages):
1.: nconvert.exe -n 1 3 1 -xall -o test_2_####.png -out png sporce_pdf.pdf
The result (all the pages were extracted but the naming was not adequate ("-#") and the 3 filesets were identical):
test_2_0001-0.png ...
1.: nconvert.exe -n 1 3 1 -xall -o test_2_####.png -out png sporce_pdf.pdf
The result (all the pages were extracted but the naming was not adequate ("-#") and the 3 filesets were identical):
test_2_0001-0.png ...
- Fri Nov 22, 2013 3:57 pm
- Forum: NConvert
- Topic: PDF to PNGs
- Replies: 8
- Views: 2638
Re: PDF to PNGs
Hello!
No I didn't use the -n switch because page count of PDF file was unknown. (I'm trying to write a common batch for processing PDF files.)
Now I have tried the -n switch but the output filenames were same as before "*-#" and redundant files were generated.
No I didn't use the -n switch because page count of PDF file was unknown. (I'm trying to write a common batch for processing PDF files.)
Now I have tried the -n switch but the output filenames were same as before "*-#" and redundant files were generated.
- Fri Nov 22, 2013 11:37 am
- Forum: NConvert
- Topic: PDF to PNGs
- Replies: 8
- Views: 2638
PDF to PNGs
Hello!
1. How can I set the filename of output PNGs like this: oriPDFname####.png instead of oriPDFname-#.png? The "-o %####" switch does not help.
2. After the conversion the PNGs' DPI does not match the source PDF's DPI. I have to use the -dpi switch. Is this a bug?
Thanks
1. How can I set the filename of output PNGs like this: oriPDFname####.png instead of oriPDFname-#.png? The "-o %####" switch does not help.
2. After the conversion the PNGs' DPI does not match the source PDF's DPI. I have to use the -dpi switch. Is this a bug?
Thanks