Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 21,295 for

editor

(0.28 sec)
  1. Lưu trữ

    Lưu trữ...acades::PdfBookmarkEditor> editor = System::MakeObject<Aspos...or>(); // Tải tài liệu PDF editor->BindPdf(u"SourceDirectory\\Sample...

    blog.aspose.com/vi/pdf/working-with-bookmarks-i...
  2. Add Document Action|Aspose.PDF for Python via .NET

    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...

    docs.aspose.com/pdf/python-net/add-document-act...
  3. arkiv

    arkiv...čeština Gratis Online Visio Editor-appen låter dig redigera VSDX...Visio File Online Editor # Denna gratis Visio Editor online-app gör...

    blog.aspose.com/sv/diagram/online-visio-editor/
  4. 使用图像|Aspose.PDF for Java

    本节介绍如何使用Aspose.PDF Facades替换图像 - 这是一个用于PDF常见操作的工具集。...DeleteImage () { PdfContentEditor editor = new PdfContentEditor ( new..._dataDir + "sample.pdf" )); editor . deleteImage ( 2 , new int...

    docs.aspose.com/pdf/zh/java/working-with-image/
  5. 페이지 회전 작업|Aspose.PDF for .NET

    이 섹션에서는 PdfPageEditor 클래스를 사용하여 페이지 회전 작업을 수행하는 방법을 설명합니다....GetDataDir_AsposePdf (); using ( var editor = new Aspose . Pdf . Facades...()) { // Bind PDF document editor . BindPdf ( dataDir + "sample...

    docs.aspose.com/pdf/ko/net/working-with-page-ro...
  6. Archivo

    Archivo...convertir los archivos de su editor al formato HTML de forma fácil...convertir los archivos del editor a HTML, podemos compartirlos...

    blog.aspose.com/es/pub/convert-pub-to-html/
  7. Eliminar sellos globalmente|Aspose.PDF for Pyth...

    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...

    docs.aspose.com/pdf/es/python-net/delete-stamps...
  8. Procurar

    Procurar...converter os arquivos do seu editor para o formato HTML de maneira...Ao converter os arquivos do editor em HTML, podemos compartilhá-los...

    blog.aspose.com/pt/pub/convert-pub-to-html/
  9. Remove Open Action|Aspose.PDF for Python via .NET

    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...

    docs.aspose.com/pdf/python-net/remove-open-action/
  10. Remove Field|Aspose.PDF for Python via .NET

    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...

    docs.aspose.com/pdf/python-net/remove-field/