Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 22,105 for

editor

(0.08 sec)
  1. Lưu trữ

    Lưu trữ...thức CreateNew() using (var editor = FormEditor.CreateNew(document))...văn bản đơn giản var name = editor.AddInput("name"); name.Type...

    blog.aspose.com/vi/html/create-fill-html-form-s...
  2. 搜索

    搜索...CreateNew() 方法創建新的 HTML 表單 using (var editor = FormEditor.CreateNew(document))...{ // 輸入簡單文本類型字段 var name = editor.AddInput("name"); name.Type...

    blog.aspose.com/zh-hant/html/create-fill-html-f...
  3. Gérer le tampon par ID|Aspose.PDF for Python vi...

    Comment manipuler les annotations de tampons en caoutchouc dans un PDF par leurs ID uniques en utilisant Aspose.PDF pour Python...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...content_editor . bind_pdf ( infile ) content_editor . create_rubber_stamp...

    docs.aspose.com/pdf/fr/python-net/manage-stamp-...
  4. ค้นหา

    ค้นหา...NET MVC Word Editor - สร้างเอกสาร Word # เรากำลังจะสร้าง...เรากำลังจะสร้าง ASP.NET MVC Word Editor ที่จะใช้โปรแกรมแก้ไข WYSIWYG...

    blog.aspose.com/th/words/asp.net-mvc-word-edito...
  5. Replace Text Simple|Aspose.PDF for Python via .NET

    In this example, all occurrences of "33" are replaced with "XXXIII " in the entire document. This demonstrates straightforward string replacement without custom formatting or regex....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/python-net/replace-text-sim...
  6. 创建 ComboBox 字段|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加 ComboBox(下拉列表)字段。本示例演示如何插入 ComboBox 表单字段、添加可选择项,并保存更新后的 PDF 文件。...pdf_form_editor = pdf_facades . FormEditor () pdf_form_editor . bind_pdf...field to PDF form pdf_form_editor . add_field ( pdf_facades ...

    docs.aspose.com/pdf/zh/python-net/create-combob...
  7. Hapus Semua Gambar dari PDF|Aspose.PDF for Pyth...

    Hapus semua gambar dari dokumen PDF menggunakan 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/id/python-net/delete-all-im...
  8. Tambahkan Aksi Bookmark|Aspose.PDF for Python v...

    Contoh ini mengikat PDF input, membuat sebuah bookmark berlabel "PdfContentEditor Bookmark" yang menavigasi ke halaman 1, dan menyimpan dokumen yang diperbarui....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/id/python-net/add-bookmark-...
  9. Hapus Gambar dari PDF|Aspose.PDF for Python via...

    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/id/python-net/delete-images/
  10. Установить флаг отправки|Aspose.PDF for Python ...

    Узнайте, как программно установить флаг отправки для кнопки формы PDF, используя Aspose.PDF for Python. Это позволяет кнопке отправлять данные формы в определённом формате, например XFDF, при нажатии пользователем....Create FormEditor object form_editor = pdf_facades . FormEditor...# Open input PDF file form_editor . bind_pdf ( input_file_name...

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