Problems with Pdf/A-1b compliance

Hello,

I have a Pdf/A-1b compliant file (a1.pdf in the attachment) and I am trying to open it and save it with Aspose.Pdf library.

The problem is that resulting file is not Pdf/A-1b compliant even if I use Document.Convert method. I am using the latest Aspose.Pdf version 11.6.0.0.

The code looks like this:

[Test]
public void Test()
{
var testFile = @"c:\Temp\a1.pdf";
var pdfDocument = new Document(testFile);
var complaince = pdfDocument.Convert(@"c:\Temp\log.xml", PdfFormat.PDF_A_1B, ConvertErrorAction.Delete);
pdfDocument.Save(@"c:\Temp\converted.pdf");
Console.WriteLine("File {0} PDFA1b compliance is {1}", testFile, complaince);
}

The convert method returns true however the file is not compliant. I have tried online validation tool at: http://www.pdf-tools.com/pdf/validate-pdfa-online.aspx

Can you help me with that issue? What I need is to have a Pdf/A-1b file at the output (our actual use-case is to append few pages to existing Pdf/A-1b file and we need to keep the same compliance level).

Regards

Jan Šrámek

Hi there,

Thanks for your inquiry. I have tested your scenario with shared document using Aspose.Pdf for .NET 11.6.0 and managed to observe the reported issue. For further investigation, I have logged an issue in our issue tracking system as PDFNEWNET-40845 and also linked your request to it. We will keep you updated via this thread regarding the issue status.

We are sorry for the inconvenience caused.

Best Regards,

Hello,

I wanted to ask you if you can give me a rough estimate when this issue is going to be fixed? As Pdf-compliance features are critical for our product we might consider using another tool/lib. Is it going to take weeks or months to fix? Thank you for the info.

Best Regards,

Jan Šrámek

Hi Jan,


Thanks for your inquriy. I am afraid we can not share any timeline without analysis of the issue. We have recorded your concern with the product team and will update you as soon as we made some significant progress towards issue resolution.

Thanks for your patience and cooperation.

Best Regards,

Hi Team,


Can you please give the customer an update on this thread please.

Many thanks

John

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.