Tagged Questions
1
vote
0answers
801 views
Vector graphics formats: SVG , EPS or PDF [closed]
How does the vector graphics formats svg , eps and pdf compare against each other(Quality, filesize etc)?
If I can generate(eg matplotlib) plot in any of the above formats, which format should I ...
2
votes
1answer
270 views
Viewing Postscript (or PDF) on OS X: Aliasing issues
I am generating postscript graphics and am trying to find a balance between non-aliasing and over-aliasing.
If I use the raw ghostscript viewer gs on the Postscript, it looks good. The text appears ...
2
votes
1answer
761 views
Turn off compression images inside of a PDF with Ghostscript?
Is it possible to turn off or lower the compression of images inside a PDF with Ghostscript when I convert to jpg?
I currently use the following:
gs \
-dNOPAUSE \
-q \
-dBATCH \
-dSAFER \
...
1
vote
2answers
1k views
rescale PDF files
I have a bunch of PDF files that I have been using to make PNG files, with a width of 320 pixels. The way I have been doing this is by creating the PDFs in LaTex with a width of 4.44444 inches, then ...
5
votes
4answers
9k views
Multi-Page PDF Banner/Poster from PDF
I'm looking for a utility that will take one large sized PDF, and split it into smaller PDFs for banner/poster printing. Looking for a linux or multi-platform solution.
More Background
My goal is ...