Converting PDF to PDF/A - Calibri Embedded Fonts - Embedded Subset?

We have a report process that produces a Word 2007 WordMerge. We then save it as a PDF with embedded true type fonts. When I run the Aspose conversion code on it for converting it to PDF/A 1b I’m getting error.


This error repeats many times. Is this avoidable?

<Problem
Severity
=“Error Clause=“6.3.3.3 ObjectID=“5 Page=“2
Convertable
=“False>CMap is not embedded for font
‘ABCDEE+Calibri’
</Problem>

Hi Pete,


Thanks for using our products.

Please share the PDF document which you are trying to convert into PDF/A format, so that we can test the scenario at our end. We are sorry for your inconvenience.

Here is a pdf that has all embedded fonts that will not convert to PDF/A.

I also attached the xml that results from attempting a conversion to PDF/A 1b

Hi Pete,

Thanks for sharing the template documents with us.

I tested the scenario with below mentioned source code using Aspose.Pdf for .NET v7.0 and unable to find any issue while converting the document into PDF/A format. Resultant PDF document is attached for you reference. Kindly use the latest version of Aspose.Pdf for .NET v7.0 and check if it works fine for you.

[C#]

//open document<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Document pdfDocument = new Document(@"d:\pdffiles\Form1EmbeddedFontsFromSSRS.pdf");

//Convert to PDF/A compliant document

pdfDocument.Validate(@"d:\pdffiles\Form1EmbeddedFontsFromSSRS_1b.xml", PdfFormat.PDF_A_1B);

pdfDocument.Convert(@"d:\pdffiles\Form1EmbeddedFontsFromSSRS_1b.xml", PdfFormat.PDF_A_1B, ConvertErrorAction.Delete);

//save output document

pdfDocument.Save(@"d:\pdffiles\Form1EmbeddedFontsFromSSRSOutput.pdf");

Please feel free to contact support in case you need any further assistance.

Thanks & Regards,

I verified that the file you attached is not a PDF/A document. So it silently fails. Look at the contents of your XML file.

I have attached a file that shows what it will look like once you have a PDF/A. This file show a picture of Adobe Reader where at the top it will indicate with a big blue bar that the file is a PDF/A and cannot be edited.

Hi Pete,

Thanks for sharing the details.

I tested the scenario and able to notice the same problem. For rectification, I logged this problem with ID: PDFNEWNET-33869 in our Issue Tracking System. We will further look into the details of this issue and will keep you updated via this forum thread on the status of correction.

We apologize for your inconvenience.

Thanks & Regards,

The issues you have found earlier (filed as PDFNEWNET-33869) have been fixed in Aspose.Pdf for .NET 7.2.0.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.