Some of these PDFs are created via Publisher. They are exported to PDF in order to keep the url links in them clickable. If we print to PDF via Foxit, CutePDF, or MS PDF Printer the links are no longer clickable.
However the problem is that when we try to make a spread out of these exported PDFs they look like this:
or this:
If I take that PDF and run it through a PDF printer and convert THAT file it works fine. I'd like to take out the manual part of having to print to a second PDF though.
This is the command I normally use in my script:
Code: Select all
convert -verbose %file%.pdf[0] test-0.jpg
convert -verbose %file%.pdf[1] test-1.jpg
convert -verbose %file%.pdf[2] test-2.jpg
convert -verbose %file%.pdf[3] test-3.jpg
convert -verbose %file%.pdf[4] test-4.jpg
Anyone have a suggestion? I'm using 7.0.8-11-Q16-x64 but have tried older versions with the same results.