Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 21,480 for

editor

(0.21 sec)
  1. Archiwa

    Archiwa... using (var editor = FormEditor.CreateNew(document))...proste pole tekstowe var name = editor.AddInput("name"); name.Type...

    blog.aspose.com/pl/html/create-fill-html-form-s...
  2. Arşiv

    Arşiv...formu oluşturun using (var editor = FormEditor.CreateNew(document))...türü alanını girin var name = editor.AddInput("name"); name.Type...

    blog.aspose.com/tr/html/create-fill-html-form-s...
  3. Menambahkan Anotasi ke File PDF yang Ada|Aspose...

    Bagian ini menjelaskan cara menambahkan Anotasi ke file PDF yang ada dengan Aspose.PDF Facades....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...= 18 ; rect . width = 100 ; editor . createFreeText ( rect , "Free...

    docs.aspose.com/pdf/id/java/adding-annotations-...
  4. ארכיון

    ארכיון...NET MVC Word Editor - צור מסמכי Word # אנו הולכים...הולכים ליצור ASP.NET MVC Word Editor שיתבסס על עורך HTML WYSIWYG...

    blog.aspose.com/he/words/asp.net-mvc-word-edito...
  5. Move Stamp By ID|Aspose.PDF for Python via .NET

    In this example, a rubber stamp is added to page 1 and then moved to a new position using its ID before saving the updated document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...content_editor . bind_pdf ( infile ) content_editor . create_rubber_stamp...

    docs.aspose.com/pdf/python-net/move-stamp-by-id...
  6. Создать поле ListBox|Aspose.PDF for Python via ...

    Узнайте, как программно добавить поле формы ListBox в документ PDF с использованием Aspose.PDF for Python. Это руководство показывает, как вставить поле ListBox, определить выбираемые элементы и сохранить обновлённый файл PDF....pdf_form_editor = pdf_facades . FormEditor () pdf_form_editor . bind_pdf...field to PDF form pdf_form_editor . items = [ "Australia" , "New...

    docs.aspose.com/pdf/ru/python-net/create-listbo...
  7. Ajout d'Annotations à un fichier PDF existant|A...

    Cette section explique comment ajouter des annotations à un fichier PDF existant avec Aspose.PDF Facades....pdf" ); PdfContentEditor editor = new PdfContentEditor ( document...= 18 ; rect . width = 100 ; editor . createFreeText ( rect , "Démonstration...

    docs.aspose.com/pdf/fr/java/adding-annotations-...
  8. Create ListBox Field|Aspose.PDF for Python via ...

    Learn how to programmatically add a ListBox form field to a PDF document using Aspose.PDF for Python. This guide shows how to insert a ListBox field, define selectable items, and save the updated PDF file....pdf_form_editor = pdf_facades . FormEditor () pdf_form_editor . bind_pdf...field to PDF form pdf_form_editor . items = [ "Australia" , "New...

    docs.aspose.com/pdf/python-net/create-listbox-f...
  9. إضافة إجراءات جافا سكريبت إلى ملف PDF موجود|Asp...

    يوضح هذا القسم كيفية إضافة إجراءات جافا سكريبت إلى ملف PDF موجود باستخدام Aspose.PDF Facades....PdfContentEditor editor = new PdfContentEditor (); editor . bindPdf...alert('Welcome to Aspose!');" ; editor . createJavaScriptLink ( code...

    docs.aspose.com/pdf/ar/java/adding-javascript-a...
  10. Delete Images from PDF|Aspose.PDF for Python vi...

    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 object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Delete...

    docs.aspose.com/pdf/python-net/delete-images/