There was an error while loading. Please reload this page.
1 parent 4c270c7 commit bfda52aCopy full SHA for bfda52a
1 file changed
PDF Conformance/Convert-PDF-to-PDF-A-3b/.NET/Convert-PDF-to-PDF-A-3b/Program.cs
@@ -25,10 +25,8 @@
25
loadedDocument.CreateAttachment();
26
//Add the attachment to the existing document.
27
loadedDocument.Attachments.Add(attachment);
28
-
29
// Convert the document to PDF/A-3B format
30
loadedDocument.ConvertToPDFA(PdfConformanceLevel.Pdf_A3B);
31
32
// Save the PDF document
33
loadedDocument.Save(Path.GetFullPath(@"Output/Output.pdf"));
34
}
0 commit comments