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

editor

(1.12 sec)
  1. 既存のPDFファイルのビュワー設定を設定する|Aspose.PDF for Java

    このセクションでは、PdfContentEditorクラスを使用してAspose.PDF Facadesを操作する方法を示します。...pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...document ); // ビューアの設定を変更する editor . changeViewerPreferen ( ViewerPreference...

    docs.aspose.com/pdf/ja/java/set-viewer-preferen...
  2. Migration from legacy Aspose.Pdf.Kit for Java|A...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... PdfContentEditor editor = new com . aspose . pdf ....PdfContentEditor (); // ربط ملف PDF المصدر editor . bindPdf ( "input.pdf" );...

    docs.aspose.com/pdf/ar/java/migration-from-lega...
  3. Migration from legacy Aspose.Pdf.Kit for Java|A...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... PdfContentEditor editor = new com . aspose . pdf ....привязать исходный PDF файл editor . bindPdf ( "input.pdf" );...

    docs.aspose.com/pdf/ru/java/migration-from-lega...
  4. arkiv

    arkiv... Gratis Online PSD Editor – Redigera PSD-fil online #...du att omdirigeras till PSD Editor-sidan. Slutligen, börja göra...

    blog.aspose.com/sv/psd/edit-psd-file-online-psd...
  5. Редактор электронных таблиц Работа с ячейками|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... ui - cell - editor - input input ' ). attr ( '...this ). find ( ' . ui - cell - editor - input input ' ). attr ( '...

    docs.aspose.com/cells/ru/java/spreadsheet-edito...
  6. Agregar archivo adjunto|Aspose.PDF for Python v...

    Este ejemplo enlaza un PDF de entrada, adjunta un archivo externo a la primera página y guarda el PDF modificado con el archivo adjunto incrustado....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/es/python-net/add-attachment/
  7. Add Square Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, adds a filled blue square annotation on the first page, and saves the modified document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...Bind input PDF file content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/python-net/add-square-annot...
  8. Create Submit Button|Aspose.PDF for Python via ...

    Learn how to add a Submit Button to a PDF document programmatically using Aspose.PDF for Python. This tutorial demonstrates how to create a button that submits form data to a specified URL and save the updated PDF....pdf_form_editor = pdf_facades . FormEditor () pdf_form_editor . bind_pdf...Button to PDF form pdf_form_editor . add_submit_btn ( "submitbtn1"...

    docs.aspose.com/pdf/python-net/create-submit-bu...
  9. Add JavaScript Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a JavaScript link that triggers an alert on click, 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-javascript-l...
  10. Переместить поле|Aspose.PDF for Python via .NET

    Переместить существующее поле формы в другое место в PDF‑документе....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Move...

    docs.aspose.com/pdf/ru/python-net/move-field/