I try to merge two pdfs with PyPDF2 in memory and save the resulting pdf in the PDF/a format. Convert a Pdf to PDF/a with Ghostscript works, but only with two p
I have converted a pdf-file using ghostscript to pdf/A-2 using gs -dPDFA=2 -dPrinted=false -dBATCH -dNOPAUSE -sProcessColorModel=DeviceCMYK -sDEVICE=pdfwrite -s
Error Message: Please make sure that Ghostscript is installed", "errorType": "RuntimeError" import camelot def pdfToJson(event=None, context=None): table
Hi Guys I am using this tutorial to build ghostscript-9.19 to be able to use in my android application to convert eps document to pdf. It fails while configure.
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dDownsampleColorImages=true -dPrinted=true -dColorImageResolution=100 -dNOPAUSE -dBATCH -s
I need to convert the PDF of RGB color space to Grayscale using commandline tool supporting for Windows and Linux. When i used Ghostscript the conversion is hap
I have a folder( in my linux machine) which contains some font files(*.ttf fonts).I am trying to add these fonts to ghostscript while running gs command to con