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

editor

(0.43 sec)
  1. Archivio

    Archivio...online # Utilizza il nostro editor PowerPoint online gratuito...utilizzando l’editor di PowerPoint # Vai alla pagina dell’editor PowerPoint...

    blog.aspose.com/it/slides/edit-ppt-online/
  2. Procurar

    Procurar...programaticamente, desenvolveremos um editor de PDF no aplicativo Web ASP...aplicativo será baseado em um editor HTML WYSIWYG para criar o conteúdo...

    blog.aspose.com/pt/pdf/create-pdf-files-in-asp-...
  3. Add Attachment|Aspose.PDF for Python via .NET

    This example binds an input PDF, attaches an external file to the first page, and saves the modified PDF with the embedded attachment....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-attachment/
  4. Add Local Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a red-colored local link on page 1 that points to page 1, 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-local-link/
  5. Agregar acción de marcador|Aspose.PDF for Pytho...

    Este ejemplo vincula un PDF de entrada, crea un marcador etiquetado "PdfContentEditor Bookmark" que navega a la página 1 y guarda el documento actualizado....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/es/python-net/add-bookmark-...
  6. Добавить аннотацию с фильмом|Aspose.PDF for Pyt...

    В этом примере привязывается входной PDF, добавляется аннотация с фильмом на странице 1 и сохраняется обновлённый PDF....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ru/python-net/add-movie-ann...
  7. Eliminar todas las imágenes del PDF|Aspose.PDF ...

    Eliminar todas las imágenes de un documento PDF usando 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/es/python-net/delete-all-im...
  8. Get PDF Viewer Preferences|Aspose.PDF for Pytho...

    How to read and modify PDF viewer preferences programmatically using Aspose.PDF for Python...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Read...

    docs.aspose.com/pdf/python-net/get-viewer-prefe...
  9. Menambahkan aksi Javascript ke file PDF yang ad...

    Bagian ini menjelaskan cara menambahkan aksi Javascript ke file PDF yang ada dengan Aspose.PDF Facades....PdfContentEditor editor = new PdfContentEditor (); editor . bindPdf...alert('Selamat datang di Aspose!');" ; editor . createJavaScriptLink ( code...

    docs.aspose.com/pdf/id/java/adding-javascript-a...
  10. Set Submit Flag|Aspose.PDF for Python via .NET

    Learn how to programmatically set a submit flag for a PDF form button using Aspose.PDF for Python. This allows the button to submit form data in a specific format, such as XFDF, when clicked by a user....Create FormEditor object form_editor = pdf_facades . FormEditor...# Open input PDF file form_editor . bind_pdf ( input_file_name...

    docs.aspose.com/pdf/python-net/set-submit-flag/