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.

Fri Mar 11, 2022 9:57 am

Hi folks,

i got these message after validating the converted pdf
Validation Profile: PDF/A-1A validation profile
Compliance: Failed
Statistics
Version: 1.20.1
Parser: GreenField
Build Date: 2022-01-18T14:50:00+01:00
Processing time: 00:00:01.540
Total rules in Profile: 106
Passed Checks: 97996
Failed Checks: 1


Rule Status
Specification: ISO 19005-1:2005, Clause: 6.9, Test number: 1
The NeedAppearances flag of the interactive form dictionary shall either not be present or shall be false Failed
1 occurrences



What i'am doing. Fist merge doc into on pdf like that ...
Code: Select all
            var tmpPDF = PdfDocument.MergeFiles(files);
            tmpPDF.Save(mergedDoc, FileFormat.PDF);
            string convertedDoc = ConvertPDF(mergedDoc);


and then convering the new doc like that ...
Code: Select all
PdfStandardsConverter converter = new PdfStandardsConverter(mergedDoc);
            converter.ToPdfA1A(ConvertedPage);

UweRichter
 
Posts: 4
Joined: Thu Mar 10, 2022 6:54 pm

Mon Mar 14, 2022 8:21 am

Hello,

Thanks for your inquiry.
I tested your case indeed found the issue you raised. This issue has been logged into our bug tracking system with the ticket number SPIREPDF-4989, and it has been given a high priority. Once it is resolved or there is any update, I will inform you immediately. Sorry for the inconvenience caused.

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Sat May 07, 2022 8:08 am

Hello,

Glad to inform that we just released Spire.PDF Pack(Hot Fix) Version:8.5.0 which fixed SPIREPDF-4989, you can download it from the following links to test.
Website link: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html
Nuget link: https://www.nuget.org/packages/Spire.PDF/8.5.0

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Fri Jun 10, 2022 9:55 am

Hi,

Greetings from E-iceblue!
Have you tried the hotfix? Could you please give us some feedback at your convenience?

Sincerely,
Kylie
E-iceblue support team
User avatar

kylie.tian
 
Posts: 412
Joined: Mon Mar 07, 2022 2:30 am

Return to Spire.PDF