{ghostscript} conerns the Ghostscript PDF and Postscript interpreter and renderer
4
votes
1answer
646 views
How to prevent GhostScript from rastering the font when converting PDF or EPS to EPS?
I want to convert PDF or EPS to EPS using the following commands, respectively.
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=epswrite -sOutputFile=output.eps input.pdf
or
gs -q -dNOPAUSE -dBATCH ...
2
votes
1answer
276 views
Ghostscript error with a surface in pst-solides-3d
I'm discovering the extremely cool pst-solides-3d package.
The code
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-solides3d}
\begin{document}
\begin{pspicture}(0,0)(3,5)
...
1
vote
3answers
2k views
Latex and PDF: rangecheck error in pdfmark using ghostscript
I am trying to generate a pdf from a latex-generated ps document. (Note: I can not use pdflatex because of pstricks.)
In the tex file I load
\usepackage[dvips,
a4paper,
bookmarksopen=true,
...
1
vote
2answers
1k views
Is it possible to convert PDF to TXT file using GhostScript? [closed]
Someone wants to convert PDF to TXT as explained in C# GhostScript - Not able to successfully convert from PDF to TXT file.
I am not sure whether GhostScript can do that. Is it possible?
1
vote
3answers
1k views
How does each of ps2pdf, pdfcrop, pdftops, epstool and epstopdf invoke GhostScript behind the scene?
I want to know the syntax to invoke GhostScript directly to get the same effect as each of the following command does.
ps2pdf input.ps
pdfcrop --hires input
pdftops -eps input.pdf
epstool --copy ...