DeleteAttachments

PdfContentEditor.DeleteAttachments method

PDF belgesindeki tüm ekleri siler.

public void DeleteAttachments()

Örnekler

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

Ayrıca bakınız