Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 18,629 for

document editor

(0.18 sec)
  1. 创建 ListBox 字段|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加 ListBox 表单字段。本指南展示了如何插入 ListBox 字段、定义可选项,并保存更新后的 PDF 文件。...ListBox field in PDF document.""" pdf_form_editor = pdf_facades .... FormEditor () pdf_form_editor . bind_pdf ( infile ) # Add ListBox...

    docs.aspose.com/pdf/zh/python-net/create-listbo...
  2. 添加应用链接|Aspose.PDF for Python via .NET

    此示例绑定输入 PDF,在第一页添加应用启动链接,并保存修改后的文档。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...() # Bind document to PdfContentEditor content_editor . bind_pdf...

    docs.aspose.com/pdf/zh/python-net/add-applicati...
  3. 添加橡胶印章|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在前四页添加一个绿色的“已批准”橡胶印章,并保存修改后的文档。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...() # Bind document to PdfContentEditor content_editor . bind_pdf...

    docs.aspose.com/pdf/zh/python-net/add-rubber-st...
  4. Installation – Aspose.SVG for Python via .NET

    Installation of Aspose.SVG for Python via .NET through PyPI....developing applications like SVG editors, converters, mergers, and image...to create and save an SVG document using Aspose.SVG for Python...

    docs.aspose.com/svg/python-net/installation/
  5. Add Margins to PDF Pages|Aspose.PDF for Python ...

    Add custom margins to selected pages of a PDF using Aspose.PDF for Python....enhance readability, prepare documents for printing, or allocate...pages 1 and 3 of the input document. The margins are defined in...

    docs.aspose.com/pdf/python-net/add-margins-to-p...
  6. 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.... Save the updated document. from io import FileIO import...form_editor = pdf_facades . FormEditor () # Bind document to FormEditor...

    docs.aspose.com/pdf/python-net/add-list-item/
  7. Java API to Render PDF to MD | products.aspose.com

    Export PDF to MD via Java API without using Microsoft Excel or Adobe Reader...render PDF documents to XLSX format. Once the PDF document is converted...manipulate, and convert PDF documents without any external dependencies...

    products.aspose.com/total/java/conversion/pdf-t...
  8. Add File Attachment Annotation|Aspose.PDF for P...

    The example binds an input PDF, adds a file attachment annotation to the first page using the file path, and saves the updated Document.... Save the updated Document. import aspose.pdf.facades...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...

    docs.aspose.com/pdf/python-net/add-file-attachm...
  9. PS to PDF Conversion API for C# | .NET

    PS to PDF conversion. Use C# API example code for batch conversion within VB.NET, Asp.NET or any .NET based application....NET Live Demos Documentation Source Code API Reference...Overview Overview Live Demos Documentation Source Code API Reference...

    products.aspose.com/page/net/conversion/ps-to-pdf/
  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.... Bind a PDF document. Access an existing submit...format. Save the updated PDF document. import aspose.pdf as ap import...

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