Tagged Questions
2
votes
2answers
931 views
How to create a single page PDF file out of multiple EPS files with GhostScript
I'm trying to merge eps files into a pdf file using GS, however, I cannot get it to put multiple eps files without page breaks in between even if original files are small. The command I'm using is:
...
2
votes
0answers
178 views
'convert' taking a long time to create a PNG thumbnail
I made a png from a pdf using ghostscript. It was converted very fast (not more than 1 sec), and has good quality.
$ identify 1.png
1.png PNG 3508x2480 3508x2480+0+0 8-bit PseudoClass 2c 51KB 0.000u ...
4
votes
1answer
491 views
convert pdf to image [jpeg|png]
I need to convert pdf files into image files (like: png (prefer), jpeg).
I used convert (from the ImageMagick package) but it takes more than 4 seconds for a 2 page pdf file with only tables ...