Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get a PDF to print at 600 DPI
#3
First read the previous post.
Looking at your other posts to get the context, you are running into PDF issues. 600 ppi is a suitable value for printing an image of a postage  stamp but not for a poster. Probably 200 ppi is more suitable.

However, I used 300 ppi in the video demo, I would not go above that.

The procedure is 
Make a new empty canvas at the required size and ppi
Drop your image into it (or copy/paste if you want)
Scale that to fit
Export as a PDF

...and that gets you a large PDF

For a smaller PDF file size use ImageMagick http://www.imagemagick.org  and a command

Code:
magick infile.jpg outfile.pdf





about 5 minutes  https://youtu.be/TysvSEfd-is  there might be something in there that helps.
Reply


Messages In This Thread
RE: How to get a PDF to print at 600 DPI - by rich2005 - 12-21-2022, 01:06 PM

Forum Jump: