I'm very interested to buy Aspose Pdf to convert my pdf documents into pdf/A-1B format, but I tried to use NET library without success.
The pdf obtained is not valid. I verify format with free tool and Acrobat Professional.
In attachment you will find the results of the validation checks and the file obtained with this small code:
Aspose.Pdf.Document pdfa = new Aspose.Pdf.Document(tmpPdf);
bool convert = pdfa.Convert(Path.GetTempFileName(), Aspose.Pdf.PdfFormat.PDF_A_1B, Aspose.Pdf.ConvertErrorAction.Delete);
Is there any solution to resolve this issue?
Best Regards,
Marco