DeleteAttachments

PdfContentEditor.DeleteAttachments method

Elimina tutti gli allegati nel documento PDF.

public void DeleteAttachments()

Esempi

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

Guarda anche