Skip to main content

Questions tagged [ghostscript]

Ghostscript is a suite of software based on an interpreter for Adobe Systems' PostScript and Portable Document Format (PDF) page description languages.

0 votes
1 answer
42 views

Preflight check in Adobe doesn't find "font is italic" after pdf is processed by Ghostscript [closed]

I have a searchable PDF file where Adobe correctly finds cases of "font is italic" during Preflight check. I need to run a Ghostscript processing of these files to embed postscript fonts ...
Valery Suraev's user avatar
0 votes
0 answers
14 views

Ghostscript 10.03.1 Performance Slow with mfilemon 1.6.1

Good day team, may I know how to improve the performance of converting to pdf using pdfwrite device in Ghostscript v10.03.1. I had created Ghostscript Printer with mfilemon as to port. user command as ...
moon cheang's user avatar
0 votes
0 answers
21 views

Loss of correct font embedding while converting from pdf to pdfA using Ghostscript

I am tasked with the challenge of converting a pdf document to pdfA using ghostscript. On making the conversion, the pdfA document changes the font encoding to 'custom' type which is not decryptable(...
Vivaan Singh's user avatar
1 vote
2 answers
48 views

How to combine first 3 pages of pdf into a new pdf

I want to extract the first three pages of a pdf, display them for approval, then create a new pdf which has just those approved pages. I am using Ghostscript.net in a c# app that extracts the pages I ...
Al G's user avatar
  • 41
0 votes
0 answers
42 views

How to add Overprint Fill on text in PostScript file

I have a ghost command that gets PGB PDF as input and generates CMYK PDF. What I need to achive is to make the text overprinted, so when I open the PDF in Adobe Acrobat -> Use print production ->...
K S's user avatar
  • 11
0 votes
0 answers
34 views

GhostScript PANTONE Colors Name

I am using GhostScript to convert a PDF to a TIFFSep1 and I also use a postscript script to handle halftones. Everything works fine but I can't get the script to recognize the pantone colors because ...
Carmine's user avatar
0 votes
0 answers
22 views

RGB and CMYK Ghostscript color detection

To check whether PDF files contain color, we use Ghostscript inkcov. This works well for CMYK files, but in the case of RGB formatted files, they are first converted to CMYK and then the color ...
camiel's user avatar
  • 138
0 votes
0 answers
77 views

How do I replace embedded fonts in PDF

I have a use case where I extract embedded fonts from PDF to modify them to add unicode mapping and I want to put them back. I tried several approaches and everything fails. Last attempt was using ...
Alexander Weps's user avatar
1 vote
0 answers
39 views

Ghostscript with PHP

I have this code: <?php require_once '../vendor/autoload.php'; require_once '../controller/funcoes.php'; require_once '../controller/constantes.php'; $pdf = new Spatie\PdfToImage\Pdf('C:\xampp\...
Roberto Carreira's user avatar
0 votes
1 answer
83 views

Converting PDF to PDF/A-3

My final goal is to generate a PDF/A-3 containing an XML file named factur-x.xml compatible with the Factur-X standard. For this, I installed version 10.03.1 of GhostScript on Windows in c:\gs\gs10.03....
Hal9000's user avatar
  • 11
1 vote
1 answer
93 views

Automating pdf to pdf/A-2b conversion using ghostscript. How to overcome icc color profiling error?

I'm trying to figure out how to convert pdf's to pdfa2b format for archiving. The batch process only takes in 600-800 files at a time, and we have over half a million files. It would take an eternity ...
ss301's user avatar
  • 633
0 votes
1 answer
51 views

How to handle spaces in filepath of ghostscript commands

I'm trying to run a ghostscript(10.01.2) command to convert a pdf to pdf/a through a Python subprocess call on Windows 10: subprocess.call(f(gs -dPDFA=2 -dBATCH -dNOPAUSE -dAutoRotatePages=/None -...
feakej's user avatar
  • 1
1 vote
0 answers
46 views

Ghostscript RGB to CMYK PDF unwanted yellow channel gray color is visible

I am trying to convert high resolution pdf from RGB format to CMYK format for printing. I am using following commands to create new cmyk profile collink -v -G AdobeRGB1998.icc ...
silentsudo's user avatar
  • 6,955
0 votes
0 answers
56 views

How to convert pdf to grayscale only specific pages?

Given a pdf composed of many color pages, how to convert programmatically only some specific pages to grayscale? The output will be the same number of pages as the input, mix of color and converted ...
GabrieleMartini's user avatar
1 vote
0 answers
24 views

In Postscript, does loading a dictionary to run a procedure have the same overhead as doing a lookup of the procedure name in the dict?

/myDict<< /myProc { (Hello world) = } >>def myDict begin %A myProc %A end %A myDict /myProc get exec %B Given the above Postscript ...
ggg's user avatar
  • 185

15 30 50 per page
1
2 3 4 5
156