Support
unread,Sep 1, 2010, 3:25:24 PM9/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PDF2Image
Q: Hi,
I have two questions.
1 pdf2image –f jpg --prefix dd --digits 3 -a 1,11 --gray
PDFTron_PDF2Image_User_Manual.pdf
I found your sofware don't create two JPG images, It just
creates two PNG images ,why?
2 I don't know how to use the option --clip ,for example, If I
want to create a image like the attachment image, how can I do?
thanks.
------------------
A: We tried it and it works. The problem is that you have some bad
characters in your command line string (‘–’ instead of ‘-’)
Please try the following line:
pdf2image -f jpg --prefix dd --digits 3 -a 1,11 --gray
PDFTron_PDF2Image_User_Manual.pdf
To clip you can use -c option. For example:
pdf2image -c 0,0,300,400 tiger.pdf