while converting from pdf to png I am getting errors like
my_error_exit...<Not a JPEG file: starts with 0x25 0x50>
The command that i have used is
nconvert -xall -dpi 200 -multi -c 8 -out png -o D:\clientdata\666532569.png D:\clientdata\666532569.pdf
nconvert -out png -xall -o D:\clientdata\test.png D:\clientdata\666532569.pdf
I have attached the file that i have tried with.
Please help me out to convert this type of files
Thanks
Shows error while converting pdf to png
Moderators: XnTriq, helmut, xnview
-
- Posts: 5
- Joined: Wed Feb 06, 2019 1:43 pm
Shows error while converting pdf to png
You do not have the required permissions to view the files attached to this post.
-
- Author of XnView
- Posts: 42539
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 5
- Joined: Wed Feb 06, 2019 1:43 pm
-
- Author of XnView
- Posts: 42539
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Shows error while converting pdf to png
To be able to load PDF you need to install ghostscript
Pierre.
-
- Posts: 5
- Joined: Wed Feb 06, 2019 1:43 pm
Re: Shows error while converting pdf to png
Thanks for the quick update. It is working as we expect.