How to: offset PDF content or embed and reposition PDF
Posted: 2018-08-01T18:55:30-07:00
I have a PDF. The content is on the top left quadrant.
I want to print on the top right quadrant.
How do I do this?
Can I use ImageMagick to do this somehow? I wasn't 100% sure, I thought I would ask anyway.
I thought the best way was to make an image from the PDF. And then I can use something else to make a document with image embedded. This works OK, I got a great answer to my last post here.
But... results are poor - there is text which is small font in the content.
The text loses it's sharpness when made into an image.
It's only recently dawned on me why this is - because the text is text in the PDF and not part of a graphic!
2 solutions:
1. Printing output with offset (and scaling) - so output could be another PDF for example.
Or
2. Embedding PDF and keeping as PDF, into another document - importantly, then being able to scale & re-position.
Can I use ImageMagick to solve my problem?
I want to print on the top right quadrant.
How do I do this?
Can I use ImageMagick to do this somehow? I wasn't 100% sure, I thought I would ask anyway.
I thought the best way was to make an image from the PDF. And then I can use something else to make a document with image embedded. This works OK, I got a great answer to my last post here.
But... results are poor - there is text which is small font in the content.
The text loses it's sharpness when made into an image.
It's only recently dawned on me why this is - because the text is text in the PDF and not part of a graphic!
2 solutions:
1. Printing output with offset (and scaling) - so output could be another PDF for example.
Or
2. Embedding PDF and keeping as PDF, into another document - importantly, then being able to scale & re-position.
Can I use ImageMagick to solve my problem?