PdfContentEditor.DeleteAttachments

Méthode PdfContentEditor.DeleteAttachments

Supprime toutes les pièces jointes dans le document PDF.

public void DeleteAttachments()

Exemples

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

Voir aussi