Pdf Compliance PdfA4 and PdfUa1

    Aspose.Words.Document doc = new Aspose.Words.Document(dir + "aws.docx");
    using MemoryStream pdfDocStream = new();
    PdfSaveOptions options = new PdfSaveOptions();
    doc.Save(pdfDocStream, options);
    Aspose.Pdf.Document document = new Aspose.Pdf.Document(pdfDocStream);
    document.Convert(dir + "log.xml",PdfFormat.PDF_UA_1,ConvertErrorAction.Delete,ConvertTransparencyAction.Default);
    document.Save( dir +"Transformed.pdf");

With the above mentioned source code we are trying to apply Pdf Compliance to a Pdf document but found that PdfA4 there is no equivalent compliance format for the same.

Also, when we try to apply PdfUa1 we see that the compliance level does not apply to the pdf document.
Output for PdfUa1: Transformed.pdf (95.3 KB)

Input: aws.docx (22.9 KB)

@sujaiswal
Thank you for writing to us.
About of the implementation PDF / A-4 support, I set the task for the development team.

@sujaiswal
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): PDFNET-54813

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.

@sujaiswal
Converting to PDF/UA-1 is really incorrect - I’ll create another task about it.

@sujaiswal
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): PDFNET-54838

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.

Hello Team,

Our team had raised 2 issues on this forum in June of 2023.

On these 2 posts these were the Issue Ids created:
Issue ID(s): PDFNET-54764
Issue ID(s): PDFNET-54813
Issue ID(s): PDFNET-54838

We wanted to know the status on these tickets and whether this has been resolved in the new Aspose version.

We do have the Aspose License and that includes paid support as well but just wanted to continue on this thread.

For tasks created within this topic:

  • PDFNET-54813 (Implementation PDF/A-4 support) - The priority of the task was increased two months ago, develop team are working on it, there are no ready results yet. This is where you should request the support team for priority tasks.
  • PDFNET-54838 (Incorrect converting to PDF/UA-1) task is still in the queue.
  • PDFNET-54764 was not raised or discussed in this topic