2,335 questions
-2
votes
0
answers
17
views
Install ghostscript > 10 on amazon linux 2023 [closed]
I have amazon linux 2023 instances, and the default ghostscript version available is 9.56. Is there an easy way to install a version > 10 ? I don't really understand if it's possible to add like ...
-1
votes
0
answers
40
views
Ghostscript - Adding Zugferd metadata makes the PDF/A-3 non compliant with PDF/A-3
I have a PDF file with a factur-x file joined. This file is not added with Ghostscript 10.07.
I'm trying to make a valid factur-x PDF file. First step : I made the PDF A/3 compliant using this command ...
Advice
1
vote
1
replies
45
views
PostScript/Ghostscript: Are Document Structuring Conventions (DSC) really needed when all I'm doing is generating a PDF?
I'm using Ghostscript/Postscript to generate PDF files from PostScript source files.
If I'm only using Ghostscript to generate PDF files as output, and if I'm never sending my source PostScript files ...
0
votes
1
answer
64
views
Using copypage in PostScript
I have some not-so-old PostScript programs that create an animation using the copypage operator. See a simple example below [*].
They worked fine in macOS using Preview and pstopdf while Apple ...
0
votes
0
answers
122
views
Ghostscript pdf to printer Zebra ZT231-203dpi
I'm new with this type of problems.
I wanted to ask a question about my issue that I have with ghostscript.
Maybe Im doing something worng or not correct.
Im using the ghostscript version 10.05.1 and ...
2
votes
1
answer
129
views
How are ghostscript and ps2pdf related?
My initial problem was: How can I use my Mac's system fonts in a PostScript file; that is, a font that is NOT among the standard 35 (?) PostScript fonts.
It is no longer my problem because I stumbled ...
0
votes
0
answers
54
views
Ghostscript renders C100M100Y100K100 as raster, instead of full 100% black for all separations with tiffsep1 conversion
When I am trying to obtain TIFF separations using tiffsep1, and when I try a pdf that contains vector images that are C100M100Y100K100, they are rendered as raster, having small white dots in ...
0
votes
0
answers
75
views
How to make Ghostscript from ghostscript source for all platforms
I've downloaded the Ghostscript source from official site. https://www.ghostscript.com/releases/gsdnld.html
My goal is to invoke 'make' and create portable dependencies of ghostscript for each of the ...
1
vote
0
answers
83
views
Trying to migrate script for Ghostscript over from 9.55 to 10.05
I have an old script from a few years ago I've been trying to migrate over to the latest version of Ghostscript. Its main job is to print checks.
$AccountingScalingArgs = "<</BeginPage{0....
0
votes
0
answers
76
views
PDF: Embedding a document yields a /rangecheck error
From the official pdfmark documentation I copy-pasted into a file named example.ps:
[ /NamespacePush pdfmark
[ /_objdef {fstream} /type /stream /OBJ pdfmark
[ {fstream} << /Type ...
2
votes
1
answer
260
views
Create PDF/UA from Postscript-File using Ghostscript
I use Ghostscript to create PDFs from PostScript files.
Starting in June, there is an obligation to create accessible PDFs (PDF/UA-Standard).
The closest related post how to make Accessibiity pdf from ...
0
votes
0
answers
55
views
Exporting lossless MATLAB figures for latex PDF/A generation
I am currently trying to build an PDF/A-1b compliant document using pdflatex. The document includes figures, which are PDFs generated by MATLAB. I've tried different post-processing steps on each ...
0
votes
0
answers
67
views
How to merge PDFs in Ghostscript while preserving paper size for each individual page
I'm merging PDFs using GhostScript nad I came upon an error in which the PDFs are being merged in A4 paper size and some of the the original PDF content is being displayed only in the first quarter of ...
0
votes
1
answer
101
views
Resize pages with GhostScript only if page size is too large
I process prints and PDF files on a server. It sometimes happens that users upload very large pages (A1 or A0). Conversion with GhostScript then takes a very long time and very large amounts of data ...
0
votes
0
answers
123
views
PDF/A creation broken after GhostScript update
I recently upgraded from Ghostscript 9.54 to 10.04.
I was previosuly able to create valid PDF/A documents using the following arguments:
-dSAFER -dPDFA=1 -dBATCH -dNOPAUSE -dCompressPages=false ^
-...