Sort Score
Result 10 results
Languages All
Labels All
Results 4,271 - 4,280 of 21,468 for

editor

(0.19 sec)
  1. Adicionando Anotações a um arquivo PDF existent...

    Esta seção explica como adicionar Anotações a um arquivo PDF existente com Aspose.PDF Facades....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...= 18 ; rect . width = 100 ; editor . createFreeText ( rect , "Demonstração...

    docs.aspose.com/pdf/pt/java/adding-annotations-...
  2. Adding Annotations to existing PDF file|Aspose....

    Esta sección explica cómo agregar anotaciones a un archivo PDF existente con Aspose.PDF Facades....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...= 18 ; rect . width = 100 ; editor . createFreeText ( rect , "Free...

    docs.aspose.com/pdf/es/java/adding-annotations-...
  3. Add List Item|Aspose.PDF for Python via .NET

    This example demonstrates how to add items to a list box form field in a PDF document using Aspose.PDF for Python....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-list-item/
  4. Удалить действие при открытии|Aspose.PDF for Py...

    В этом примере загружается существующий PDF, удаляется действие при открытии и сохраняется очищенный документ....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Remove...

    docs.aspose.com/pdf/ru/python-net/remove-open-a...
  5. Add Free Text Annotations|Aspose.PDF for Python...

    This example loads an existing PDF file, adds a free text annotation to the first page at a defined position, and saves the modified document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-free-text-an...
  6. Delete All Images from PDF|Aspose.PDF for Pytho...

    Delete all images from a PDF document using Aspose.PDF for Python via the Facades API....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Delete...

    docs.aspose.com/pdf/python-net/delete-all-images/
  7. Удалить поле|Aspose.PDF for Python via .NET

    Этот пример показывает, как удалить поле 'Country' из PDF-формы с помощью метода 'remove_field' класса 'FormEditor'....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Remove...

    docs.aspose.com/pdf/ru/python-net/remove-field/
  8. Add Markup Annotations|Aspose.PDF for Python vi...

    This example binds an input PDF, adds four different markup annotations to the first page, and saves the updated document. Each annotation demonstrates a different markup style and color....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-markup-annot...
  9. 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/
  10. PDFでフォームフィールドを装飾する|Aspose.PDF for Java

    このセクションでは、FormEditorクラスを使用してPDFのフォームフィールドを装飾する方法を説明します。...{ FormEditor editor = new FormEditor (); editor . bindPdf ( _dataDir...( 2 ); editor . setFacade ( cityDecoration ); editor . decorateField...

    docs.aspose.com/pdf/ja/java/decorate-form-field/