Ghostscript is a suite of software based on an interpreter for Adobe Systems' PostScript and Portable Document Format (PDF) page description languages.
0
votes
1answer
19 views
Extract a bitmap from postscript
I need to extract a bitmap from postscript file(.ppf). It is compressed with RLE and encoded with ASCIIHexEncode. I will call it from PHP. I wonder if there is an elegant way to do that. I dont want ...
0
votes
1answer
20 views
Ghostscript: adding BleedBox
I have a pdf with such pdfInfo:
pdfinfo -f 1 -l 1 -box book.pdf
Title: Hibaby book
Author: Hibaby.biz
Creator: HIBABY
Producer: TCPDF 5.9.193 (http://www.tcpdf.org)
...
-3
votes
0answers
43 views
windows driver source code . pdfcreator . how do I compile the source code
You can find the source code here
http://sourceforge.net/projects/pdfcreator/files/PDFCreator/PDFCreator%201.7.0/
I see lots of .vbs, .bas. ,.cls, .ctl, .ctx, .frm files. How do I compile these ...
0
votes
1answer
20 views
GhostScriptSharp resolution problems
I am trying to create a thumbnail from a PDF file, but I need it to be 300px*300px but no matter what I do I can not get the image to be the correct size. It always seems to be huge.
This is my code:
...
0
votes
1answer
28 views
ghostScript Crop pdf to thumbnail in rails
I want to covert PDF to thumbnail of 185x185 size. I am using cropBox option of ghostScript to crop this PDF. But it is creating a thumbnail from left bottom side of of PDF.
gs -q -sDEVICE=png16m ...
0
votes
1answer
21 views
ghostscript pdf to thumbnail
I searched for this very much but didn't got the solution
I want to create a thumbnail from pdf using ghostscript of pixels 185X185. I tried using options-
gs -q -sDEVICE=png16m -dNOPAUSE -dBATCH ...
2
votes
1answer
32 views
Do ghostscript convertion in-memory using dot net or any other language
Can I use ghostscript API to convert PDF to some other format without reading data from disk or writing results to disk?
It has a big overhead!
I need something like this:
public static byte[][] ...
0
votes
1answer
28 views
How to use GS_THREADSAFE option for invoking Ghostscript API
Am using Ghostscript API for converting PDF to Image(Tiff) using C#, but only one instance at a time is supported.
if Ghostscript is compiled with the GS_THREADSAFE define then multiple concurrent ...
0
votes
0answers
18 views
Ghostscript: force all text to black
I really just want to force ghostscript to give me black text. I asked a similar question about an hour ago but it's either died or gone to "are you sure your text is white"
I had a PDF, it has a lot ...
1
vote
0answers
48 views
PDF contains a lot of white text, how to make it black (partial ghostscript solution already)
gs -o res.pdf -sDEVICE=pdfwrite -c "/osetcolor {/setcolor} bind def /setcolor {pop [0 0 0] osetcolor} def" -f input.pdf
this only changes the tables that have white borders, (which is a step in the ...
0
votes
1answer
20 views
add pdf crop marks using ghostscript
I currently have a ghost script that downsample all the images in the input pdf file. I also want the output file to have crop marks or maybe draw a box around the edge of the document to serve as ...
-1
votes
0answers
21 views
USPS printer certification [closed]
From the title how do I complete the printer Certification of USPS?. I have generated a Delivery Confirmation Label but I don't know which will I submit to USPS for printer certification.
Here's the ...
0
votes
0answers
58 views
multithreading ghostscript with dNumRenderingThreads=4 NO SPEED IMPROVEMENT
I'm trying to render .pdf to .png file using multithreaded ghostscript 9.07. Installed from .exe file.
For this I call following procedure:
gswin64c.exe -dNumRenderingThreads=4 -dSAFER -dBATCH ...
0
votes
1answer
33 views
Ghostscript 9.07: Error: A pdfmark destimation … points beyond the last page [closed]
I use gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dFirstPage=$2 -dLastPage=$3 -sOUTPUTFILE=$4 $1 in a script to extract pages from a pdf file with Ghostscript 9.07. I obtain a lot of warnings (as in ...
0
votes
1answer
26 views
Ghoscript /cropbox not printing correctly in linux
I'm using the Domestic shipping label api in usps to generate domestic shipping labels in pdf format. I managed to crop the top section of the pdf file which is the label needed by the usps and ...
0
votes
0answers
56 views
Converting PDF to JPG with Imagemagick is really slow after update
I have several servers set up using Centos 5 (64bit) and the default yum installed versions of Ghostscript (v8.70) and Imagemagick (v6.2.8) which work really well and are very quick at converting PDF ...
0
votes
1answer
49 views
Print a file (pdf) to a printer with PS driver, grab PS-file and convert to searchable pdf with ghostscript
When I print a PDF-file with a PS-driver and then convert the PS-file to a searchable PDF with ghostscript (pdfwrite device) something is wrong with the final pdf file. It becomes corrupt.
In some ...
0
votes
1answer
48 views
extracted pdf page and pdf files are not uploaded for some of the pdf files
I use imagemagic/ghostscript with my script below to extract the first page of a pdf file and convert it to jpg format , i then use an html form to upload the the jpg picture along with the pdf file ...
0
votes
2answers
21 views
ghostscript 8.7 shows noisy gray background
I have pdf files that are primarily large images of old newspaper pages. Using gs 9.06 these are properly rendered but on my website (using ghostscript 8.70) they show with a noisy gray background. ...
0
votes
0answers
28 views
Imagick converts from pdf to png with white background of linux
I have a php code for creating png images from tcpdf-generated pdfs. I use tcpdf to create a pdf with some text and then convert it to png with imagick php shell.
Everything works great on windows, I ...
0
votes
1answer
44 views
Ghostscript error
I'm just trying to make one pdf from another with command line like this:
gs -sDEVICE=pdfwrite -o new.pdf old.pdf
And I get the error:
GPL Ghostscript 9.07 (2013-02-14)
Copyright (C) 2012 ...
0
votes
1answer
32 views
Error using Elaphe with GhostScript on Mac
I'm trying to setup elaphe on Mac. When I try generate some barcode using the terminal, with command python + /.../file.py elaphe works OK and generates the barcode correctly. But when I try to ...
0
votes
1answer
35 views
Dymo LabelManager PnP Postscript file paperSize
Here I am again with a PostScript question.
This time I'm trying to print this simple file:
%!PS-Adobe-3.0
%%DocumentData: Clean7Bit
%%Requirements: color
%%LanguageLevel: 2
% 72 PostScript points = ...
2
votes
1answer
76 views
Prohibit rotation of pages in PDF when using Ghostscript
I'm using GhostScript to change DPI and resize PDF-files from PHP using exec() function.
My commandline code looks like this:
gs -o out.pdf -sDEVICE=pdfwrite -dDEVICEWIDTHPOINTS=800 ...
0
votes
1answer
77 views
color conversion error after one page using ghostscript
I am using Ghostscript 9.07 to convert a PDF file from color to gray using a batch-script. The script works and converts from color to gray but just for the first page. On every PDF I tried (12 PDFs) ...
0
votes
1answer
38 views
converting multipage pdf to series of images
I'm trying to use ghostscript to convert a multi-page PDF to a multi-page TIFF and am having some difficulty.
The tiff gets created just fine but it's asking me to manually hit enter for each page in ...
0
votes
0answers
99 views
Ghostscript Pdf printing to network printer issues with formatting
I use Windows 7 64 bit. I have a .net application and I am trying to print a PDF to a network printer using the below code:
Dim startInfo As New ProcessStartInfo()
With startInfo
.Arguments = ...
1
vote
2answers
269 views
PowerBuilder 12.5 Classic PDF SaveAs creating files of 0 size on Win7 x64
Platform:
Windows 7 x64
PB 12.5 Classic
Ghostscript 9.07 (both x32 and x64 are installed)
HP Laserjet PS printer installed as "Sybase DataWindow PS"
Datawindow's Data Export tab has Format to ...
0
votes
1answer
89 views
Convert PDF to PS in Ghostscript and preserve CMYK split
I have an RGB PDF which I've preflighted in Adobe Acrobat pro to a PDF x1a compliant PDF in US Web Coated SWOP v2.
The PDF now has 4 plates (C/M/Y/K)
C plate is empty
M plate has 100% of a red image
...
0
votes
1answer
55 views
How to prevent ps2eps from rotating pages
I want to convert some single page postscript files to eps. They are from the same source multiple page ps file, extracted with psselect. Some of the pages (the short ones) are rotated (by 90° to the ...
2
votes
1answer
58 views
Create a tiff with only images and no text from a postscript file with ghostscript
Is it possible to create a tiff file from a postscript-file (created from a pdf-document with readable text and images) into a tiff file without the text and only the images?
There is a way to create ...
0
votes
2answers
47 views
PostScript on a Dymo labelwriter
I'm trying to print a postscript file to a Dymo LabelWriter (tried a LabelWriter 450 and LabelWriter 330-Turbo), i'm getting it trough ok, but the margin seems to be way to high, 1/3 of the label ...
0
votes
1answer
46 views
Ghostscript output save location
I'm trying to use ghostscript in python. This is my code:
import sys
import ghostscript
args = [
"-sDEVICE=jpeg",
"-sOutputFile=test-%d.jpg",
"-dBATCH", "-dNOPAUSE",
...
0
votes
2answers
51 views
Ghostscript Can not find Ghostscript library (libgs)
I'm on a macbookpro 10.6.8 and I get this error message when trying to use ghostscript:
Traceback (most recent call last):
File "/Users/arnoutaertgeerts/Documents/Eclips/SlideTalk ...
0
votes
2answers
170 views
PowerShell and GhostScript
I have a batch script that loops over a folder and flattens the PDFs inside it using GhostScript (9.07). I want to convert it to a PowerShell script because it seems to like to crash every once in a ...
1
vote
2answers
77 views
Ghostscript - clipping right hand side of page when printing to pdf
I am trying to convert an excel 2003 worksheet to a pdf file. To do this I have tried a number of the PDF converter/printers available (on 32bit Windows XP), including cutepdf, bullzip and ...
0
votes
1answer
53 views
How to reduce PCL file size when we use gs command to convert ps to pcl file
I am converting a PDF file to a PS file using ghostscript.Size of PS file is normal but when I convert PS file to PCL file then size becomes very large.
I have tried many options with gs command to ...
0
votes
1answer
102 views
How to perform automated installation of RedMon with Ghostscript
Following the steps of this article: http://mbmcclelland.blogspot.com.br/2012/11/creating-free-pdf-printer-in-windows-7.html, I installed successfully a virtual printer which prints to a PDF file, but ...
0
votes
1answer
82 views
How to stop Ghostscript and pdfwrite breaking up images into multiple XObjects?
Edit: I've done some more investigation and can clarify the problem, I will leave the original question below too.
It seems that when using TIFF image data with multiple strips, pdfwrite produces an ...
2
votes
2answers
166 views
Powerbuilder 9- how to use adobe writer instead of Ghostscript for SaveAs()
We have Adobe PDF writer and would like to be able to use this instead of ghostscript. Is the SaveAs() function locked into ghostscript and, if so, how can I use adobe pdf writer to get around this?
0
votes
0answers
89 views
How to make a RedMon printer with Ghostscript not ignore the number of pages to be printed?
I'm using RedMon to redirect print jobs to a batch file and that starts Ghostscript which generates a .PDF file, all works good, except for one thing: The value of copies to be printed is ignored by ...
0
votes
1answer
158 views
Using ghostscript to create a pdf from a ps file
I am currently trying to convert some .ps files programmatically to pdf - but I am running into gswin64c, which has no usable tutorial whatsoever :(
Basically, I come up with this so far:
Dim proc ...
1
vote
1answer
346 views
Windows 8, Print to PostScript printer to file
Am I missing something stupid simple?
I have a new Windows 8 machine... 64-bit.
From an app on my old machine, I generate report output to a "Generic PostScript Printer" which is configured to be ...
0
votes
2answers
124 views
rendering text annotations in ghostscript
I'm using Ghostscript to convert searchable PDFs to image PDFs so that they can be viewed using an imaging toolkit using a command line like this:
gswin32 -o c:\temp\output%d.png -r300 ...
0
votes
1answer
36 views
Link to pages of PDFs created with GhostScript
We have created PDFs from converting individual PostScript pages into a single PDF (and embedding appropriate fonts) using GhostScript.
We've found that an individual page of the PDF cannot be linked ...
0
votes
1answer
360 views
conversion tif to pdf ghostscript
Could you tell me how can I convert TIF to PDF with using Ghostscript or Postscript?
I tried use next code
gswin32c.exe -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=o.pdf test.tif
but it ...
1
vote
1answer
52 views
Merging PDFs skipping corrupted PDFs
Currently I am using Ghostscript to merge a list of PDFs which are downloaded. The issue is if any 1 of the pdf is corrupted, it stops the merging of the rest of the pdfs.
Is there any command which ...
1
vote
1answer
119 views
Use PDF page numbers with ghostscript
I want to extract pages from a PDF file which has custom page numbering, e.g. there are pages with the number C1, C2, C3, and after that, 1,2,3,4 etc. starts.
When I use
$ gs -sDEVICE=pdfwrite ...
1
vote
1answer
199 views
CIDFMAP on Ghostscript 8.64 (substitute CID font “Adobe-Identity” is not provided)
I'm trying to print PDFs using gsprint (Ghostscript 8.64) on Windows. It was working well until I encountered a PDF with a CID font that wasn't embedded. I get errors complaining about the Arial CID ...
1
vote
1answer
33 views
Ghostscript supported on cloudbees?
I'd like to use Cloudbees DEV@cloud for continuous integration, but my software requires Ghostscript (i'm using ghost4j), so Ghostscript would need to be installed on the build server. Does anyone ...
