Questions tagged [ps2pdf]

{ps2pdf} is about a software tool that converts postscript files to pdf

is an application that converts PostScript files to Portable Document Format (PDF) files.

103 questions
3
votes
2 answers

Removing Author name in ps2pdf

I'm converting EPS to PDF via Ghostscript's ps2pdf.bat in Windows. But the author of PDFs are my system name. I changed my user name from Windows, but when I look at the properties of the PDF, my name is there. How can I remove it?
user706071
  • 503
  • 1
  • 4
  • 9
2
votes
0 answers

Open PDF file in Mendeley Desktop without making it the default application

I am trying to put links into my PDF files that once I click on them, they will directly open the specific file in Mendeley Desktop. This can be easily be done if Mendeley Desktop is the default PDF application, but I want to keep evince as the…
korni
  • 31
2
votes
1 answer

Can not convert from PS to PDF

I can not do ps2pdf in my latex.. here is my error. when i run from command
Zay
  • 331
1
vote
1 answer

Cannot search in document created with ps2pdf

I've just converted an old paper with ps2pdf but while the result is legible, searching still does not work. It seems there are some invisible characters splitting the words. Any advice on how to do the conversion differently?
Sarien
  • 135
  • 1
  • 4
0
votes
0 answers

ps2pdf error code 255

I am running Winedt 10.3 along with ghostscript 9.50. I updated all of the miktex packages. I have installed the LaTeXify_102. I can compile to dvi and then to ps, but when I try to use the ps2pdf command, I get the error code 255. Here is the…
0
votes
1 answer

'mgs.exe' is not recognized as an internal or external command, operable program or batch file

I am getting the error: 'mgs.exe' is not recognized as an internal or external command, operable program or batch file. when I run latex->ps->pdf on TeXnicCenter editor where I use Miktex 2.9 and my operating system is Windows 7 I checked mgs.exe…
0
votes
1 answer

Terminal latex->dvips->ps2pdf malfunction

I am using terminal to compile a .tex file created in texshop as it contains the chemnum package. When I run "latex filename", "dvips filename" , "ps2pdf filename"I generate an empty pdf, a 20 mb .ps file that when opened in preview contains all the…
Hazinga
  • 233
0
votes
0 answers

Including PNG image produces error with latex+dvips+ps2pdf

I'm compiling the following file hello.tex, which contains a picture: \documentclass[12pt]{article} \usepackage{graphicx} \begin{document} \includegraphics[width=5cm, natwidth=1079, natheight=377]{x.png} \end{document} This produces the correct…
Bai Li
  • 101