When we create a document using PhantomPDF we are getting the following error if we try and edit it in Adobe Std:
"All or part of the selection has no available system font. You cannot add or delete text using the currently selected font."
We do not get this error in Adobe std when using our old pdf creation software and create the same document.
I have tried using the different font options on the PhantomPDF printer, but all produce the same issue.
Just to add more information. It looks like it's anything on the document in BOLD that we get the error.
If I open up the section of code in the PDF that gives us the Error in Foxit Editor it says
Text: 1[-15.43]13[16.76]78[16.76]08
Font: Embedded Font: FPEF AC+Arial Bold (Horizontal)
In the PDF that doesn't error (created with the old PDF creation software)
Text: 1[-15.28]1[8.53]3[8.53]7[8.53]8[8.53]0[8.53]8[8.53]
Font: Embedded Font: NKNSTI+Arial,Bold
"All or part of the selection has no available system font. You cannot add or delete text using the currently selected font."
We do not get this error in Adobe std when using our old pdf creation software and create the same document.
I have tried using the different font options on the PhantomPDF printer, but all produce the same issue.
Just to add more information. It looks like it's anything on the document in BOLD that we get the error.
If I open up the section of code in the PDF that gives us the Error in Foxit Editor it says
Text: 1[-15.43]13[16.76]78[16.76]08
Font: Embedded Font: FPEF AC+Arial Bold (Horizontal)
In the PDF that doesn't error (created with the old PDF creation software)
Text: 1[-15.28]1[8.53]3[8.53]7[8.53]8[8.53]0[8.53]8[8.53]
Font: Embedded Font: NKNSTI+Arial,Bold
Comment