DeleteAttachments

PdfContentEditor.DeleteAttachments method

Tar bort alla bilagor i PDF-dokument.

public void DeleteAttachments()

Exempel

PdfContentEditor editor = new PdfContentEditor();
editor.BindPdf("example.pdf");
editor.DeleteAttachments();
editor.Save("example_out.pdf");

Se även