-
Notifications
You must be signed in to change notification settings - Fork 39
Low level API not able to transform PDF to PDF in multi-threading environment #63
Comments
Please upload a pdf document example in order to be able to reproduce the problem. |
@4F2E4A2E - I am not able to share the exact file. However, I have added the log trace for more information. I agree that issue is related to the content of the file since the same approach worked for multiple PDF files in past. The pattern I am seeing is that PDF files generated through Note: I've found a similar issue for PS to PDF https://stackoverflow.com/questions/9905507/what-does-this-ghostscript-error-message-mean |
Did you ask the Acrobat Distiller 18.0 (Windows) about this? |
The issue is that Ghostscript is reading pdfmark and then failing on incorrect pdfmark. PDF is now generated using |
I am using Ghost4j 1.0.1 with Ghostscript version Ghostscript 9.05 and converting PDF to PDF using the following parameters:
However, I am getting following exception on calling
gs.initialize(gsArgs)
:I am using thread safe approach, defined in http://www.ghost4j.org/threadsafetyandmultithreading.html and synchronizing on GS instance.
The text was updated successfully, but these errors were encountered: