Search found 4 matches
- 2018-04-08T13:33:45-07:00
- Forum: Users
- Topic: Converting PDF to JPG when using searchable images
- Replies: 9
- Views: 5552
Re: Converting PDF to JPG when using searchable images
The lack of a pipe leaves me in a bind--I'm actually using this along with Mediawiki to convert PDFs to JPG (thus the earlier gs use.) Are there any other options besides gs and pdfimages for this task? I'm assuming ImageMagick can't do this natively.
- 2018-04-07T17:29:02-07:00
- Forum: Users
- Topic: Converting PDF to JPG when using searchable images
- Replies: 9
- Views: 5552
Re: Converting PDF to JPG when using searchable images
I'm using 6.9.7-4 in this case.
- 2018-04-07T13:10:09-07:00
- Forum: Users
- Topic: Converting PDF to JPG when using searchable images
- Replies: 9
- Views: 5552
Re: Converting PDF to JPG when using searchable images
So, I tried switching from ghostscript to pdfimages and am running into a similar problem: upon running (/usr/bin/pdfimages -f 1 -l 1 -j -p /path/to/myfile.pdf pdf | '/usr/bin/convert' '-depth' '8' '-quality' '95' '-resize' '190' '-' '/tmp/transform_6ee557c14986.jpg') I still get Error creating ...
- 2018-04-01T20:47:38-07:00
- Forum: Users
- Topic: Converting PDF to JPG when using searchable images
- Replies: 9
- Views: 5552
Converting PDF to JPG when using searchable images
I have a PDF-to-multiple-JPG output set up on my website, and I have been able to convert PDFs to multiple JPGs just fine up until now--when I've moved to using searchable image PDF setups. The way these PDFs are set up are very straightforward--one JPG image per page and the searchable text markup ...