Search found 3 matches

by dreniarb
2018-09-15T06:19:45-07:00
Forum: Users
Topic: [Solved] Odd problem when converting pdf to images
Replies: 6
Views: 8607

Re: Odd problem when converting pdf to images

I only showed the first step because that's where it was initially failing. As far as I could see the problem wasn't in reducing them, nor was the problem in rotating them or layering them together. All of that was working properly. And as far as I could tell the problem wasn't with drawing the ...
by dreniarb
2018-09-14T12:46:57-07:00
Forum: Users
Topic: [Solved] Odd problem when converting pdf to images
Replies: 6
Views: 8607

Re: Odd problem when converting pdf to images

Thanks for the suggestion. JPG was just what I picked years ago when I first wrote this. There wasn't a particular reason. The process is

1. Extract page 0-4 to separate jpg files.
2. Reduce pictures to specific dimensions.
3. Draw border around them.
4. Rotate each one a certain way.
5. Start ...
by dreniarb
2018-09-14T11:35:33-07:00
Forum: Users
Topic: [Solved] Odd problem when converting pdf to images
Replies: 6
Views: 8607

[Solved] Odd problem when converting pdf to images

I have a script that takes the first 5 pages of a pdf, extracts them to jpg files, then merges those into a spread that looks like this:

https://i.imgur.com/PIvU1VJ.png

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 ...