Skip to content

Commit bfda52a

Browse files
Addressed feedback
1 parent 4c270c7 commit bfda52a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • PDF Conformance/Convert-PDF-to-PDF-A-3b/.NET/Convert-PDF-to-PDF-A-3b

PDF Conformance/Convert-PDF-to-PDF-A-3b/.NET/Convert-PDF-to-PDF-A-3b/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@
2525
loadedDocument.CreateAttachment();
2626
//Add the attachment to the existing document.
2727
loadedDocument.Attachments.Add(attachment);
28-
2928
// Convert the document to PDF/A-3B format
3029
loadedDocument.ConvertToPDFA(PdfConformanceLevel.Pdf_A3B);
31-
3230
// Save the PDF document
3331
loadedDocument.Save(Path.GetFullPath(@"Output/Output.pdf"));
3432
}

0 commit comments

Comments
 (0)