0
votes
1answer
37 views
Converting PDF to PostScript with GhostScript
I installed ghostscript and updated the appropriate path variables ... however, I'm getting an error when I try to execute this command:
C:\PROGRA~1\gs\gs8.64\lib>pdf2ps mydocu …
0
votes
1answer
30 views
How to Use Ghostscript DLL to convert PDF to PDF/A
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the ri …
0
votes
2answers
119 views
GhostScript PDF Merging (Losing Editable Fields)
I'm using GhostScript to merge to PDFs into one PDF. One of the PDFs has textbox fields (editable fields) that I created in Adobe Acrobat Pro 9. When I merge these two PDFs with Gh …
0
votes
1answer
133 views
Ghostscript PDF -> TIFF throws an untrappable exception, when consuming files with asian fonts
Ghostscript curls up and dies, throwing an exception to stdout which I cannot catch and log. I am pretty sure it gets sick when I give it asian fonts. Has anybody backed into this …
0
votes
1answer
34 views
Ghostscript ERROR: /undefined in --get--
I'm trying to use Ghostscript in CentOS. When trying to issue the following Ghostscript command ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF I am gettin …
0
votes
2answers
39 views
How to use ghostscript to convert PDF to PDF/A or PDF/X?
Is there a way to use ghostscript to convert PDF to PDF/A or PDF/X? I know it can be used to convert PDF to images, but I don't know if it can be used to convert PDF/A. What parame …
0
votes
0answers
29 views
GhostScript font issues
I'm running GPL Ghostscript 8.70 (2009-07-31) on Windows XP. I have about 100 PDF files I've attempted to run through GS, but I'm having font-related issues on two separate groups …
0
votes
1answer
73 views
How to make GhostScript PS2PDF stop subsetting fonts
I am using the ps2pdf14 utility that ships with GhostScript, and I am having a problem with fonts.
It does not seem to matter what instructions I pass to the command, it insists …
0
votes
1answer
59 views
Ghostscript on Google App Engine?
Hello,
Is it possible to call ghostscript on an App Engine project? I'd like to be able to perform some document conversion using gs (pdf to tiff in particular), and I am not see …
0
votes
2answers
91 views
Get the layout mode (landscape or portrait) of a pdf from php/linux
Given a PDF, how can one get the layout mode of a PDF (or relative width/height) using a PHP lib or linux command line tool?
Using http://www.tecnick.com/public/code/cp%5Fdpage.ph …
1
vote
2answers
314 views
Imagemagick, Snow Leopard and PDF Conversion
Having difficulties with Imagemagick and Snow Leopard.
Imagemagick was installed using the install script from here here. Everything builds and installs correctly. Imagemagick b …
1
vote
1answer
160 views
Why doesn’t my CID (type 11) font work in GS8.61 on Windows
I have a customer in Macau that uses Windows EUDC for custom Big5 glyphs. I used Fontforge on Linux to convert the .TTE into a type 11 (CID type 2) font and created a custom CMap …
0
votes
0answers
111 views
Ghostscript pdf2jpg - colours wrong?
Hi,
I'm using the Ghostscript API from c#, to convert multipage PDF's to jpgs.
My issue is with colour conversion.
When I open the Source PDF in photoshop, and export to jpeg, e …
0
votes
1answer
109 views
ghostscript: numbering pages via command line
Hi!
a question (maybe silly, maybe not)
In windows, used a grafical frontend to ghostscript
free pdf fill tools
- www.freepdffill.com
one tools of this frontend, makes you able …
0
votes
1answer
186 views
C# Ghostscript Wrapper
Has anyone encountered a nice wrapper for GhostScript in C#.
My specific use is to take postscript and turn it into a pdf
