The EPS to PDF conversion issue

Dear team,

There is an issue with the conversion of some EPS files to PDF. In the case of the attached image, the font is not visible and the colors are different. Here is the code snippet:

      PsDocument document = new PsDocument(vectorInputStream);
      File file = new File("output.pdf");
      try (FileOutputStream outputStream = new FileOutputStream(file)) {
        document.save(new PdfDevice(outputStream), new PdfSaveOptions());
      }

input_output.zip (765.5 KB)

@ANDREA.FARRIS

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PAGEJAVA-271

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.