This example adds a JavaScript alert that appears when the PDF is opened. The script is attached to the document open event and executed automatically in supported PDF viewers....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...
이 섹션에서는 PdfPageEditor 클래스를 사용하여 페이지 회전 작업을 수행하는 방법을 설명합니다....GetDataDir_AsposePdf (); using ( var editor = new Aspose . Pdf . Facades...()) { // Bind PDF document editor . BindPdf ( dataDir + "sample...
Este ejemplo demuestra cómo eliminar anotaciones de sellos de goma globalmente en todas las páginas de un PDF usando Aspose.PDF for Python via the Facades API. Muestra cómo quitar los sellos por ID sin especificar páginas individuales....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...
This example loads an existing PDF, removes the open action, and saves the cleaned document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Remove...
This example shows how to delete the 'Country' field from a PDF form using the 'remove_field' method of the 'FormEditor' class....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Remove...