DeleteAttachments

PdfContentEditor.DeleteAttachments method

Löscht alle Anhänge im PDF-Dokument.

public void DeleteAttachments()

Beispiele

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

Siehe auch