Search found 4 matches

by matejaputic
2016-11-15T15:41:41-07:00
Forum: Users
Topic: Composite PDF with opaque backgrounds
Replies: 6
Views: 5457

Re: Composite PDF with opaque backgrounds

That's it! Thank you so much!
by matejaputic
2016-11-15T07:22:30-07:00
Forum: Users
Topic: Composite PDF with opaque backgrounds
Replies: 6
Views: 5457

Re: Composite PDF with opaque backgrounds

Here is an example of a paper that I processed successfully

Original: http://cs.stanford.edu/~zdevito/a144-hegarty.pdf
Processed: https://app.box.com/s/wv7hnwf1fda78kq3hp46x5kxiakpnu2f

which was processed with

composite -gravity center a144-hegarty.pdf a144-hegarty-composite.pdf

This is the ...
by matejaputic
2016-11-14T07:38:08-07:00
Forum: Users
Topic: Composite PDF with opaque backgrounds
Replies: 6
Views: 5457

Re: Composite PDF with opaque backgrounds

I am using ImageMagick 6.9.5-4 Q16 x86_64 2016-07-30 on OSX 10.10.5

I apologize I wasn't clear, I need two things:

1. Convert a PDF with white backgrounds into a PDF (or PNGs or any other format) with transparent backgrounds
2. Composite the pages of the PDF with transparent backgrounds into one ...
by matejaputic
2016-11-13T14:05:31-07:00
Forum: Users
Topic: Composite PDF with opaque backgrounds
Replies: 6
Views: 5457

Composite PDF with opaque backgrounds

I would like to create a composite of all pages in a PDF to use as a tool for determining crop margins for cutting out page numbers and headers, etc. So far this has been working well:

> composite -gravity center mydocument.pdf mydocument-composite.pdf

This works fine for PDFs with transparent ...