Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Tue Feb 18, 2020 2:09 pm

We have the necessity to create an pdf file with PdfConformanceLevel "PDFA2B".
This format ist missing as a value for the property "PdfConformanceLevel" (only None, PDF_A1A, PDF_A1B, PDF_A2A andPDF_X1A2001).

Is it possible to extend the functionality of spire.pdf to support PdfConformanceLevel "PDFA2B" as well?

pebeling
 
Posts: 19
Joined: Tue Jan 09, 2018 2:48 pm

Wed Feb 19, 2020 2:57 am

Hi,

Thanks for your inquiry.
We will consider adding the new feature in our future upgrade with the ticket SPIREPDF-3059. If there is any good news, we will let you know.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue May 26, 2020 12:53 pm

Any news to this request?
Best regards,
Petra Ebeling

pebeling
 
Posts: 19
Joined: Tue Jan 09, 2018 2:48 pm

Wed May 27, 2020 2:25 am

Hello,

Thanks for your following up.
Sorry to tell you that there is no significant progress due to the complexity of this new feature. Our Dev team will continue to investigate to implement it. Please spare us more time. Anyway, we will inform you as soon as there is any update.
Apologize for the delay and inconvenience caused.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Tue Oct 27, 2020 10:10 am

Hello,

Thanks for your patient waiting.
Glad to inform you that we just released Spire.PDF Pack(Hot Fix) Version:6.10.9 that supports converting PDF to PDF/A-2B. Welcome to download it from the following links.
Website link: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget link: https://www.nuget.org/packages/Spire.PDF/6.10.9

Code example:
Code: Select all
            PdfStandardsConverter converter = new PdfStandardsConverter(inputFile);
            converter.ToPdfA2B(outputFile_1);


Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Fri Nov 13, 2020 10:05 am

Hello,

Greetings from E-iceblue!
Have you tested the new feature? Looking forward to your feedback.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.PDF