Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 10,538 for

join documents

(0.19 sec)
  1. 扁平化所有字段|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将 PDF 中的所有表单字段扁平化。它展示了如何绑定 PDF 文档、将每个交互式表单元素转换为静态页面内容,并保存最终文件。... 保存已更新的 Document。 from io import FileIO import...sys . path . append ( path . join ( path . dirname ( __file__...

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

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

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

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

    docs.aspose.com/pdf/zh/python-net/add-rubber-st...
  4. 创建 ListBox 字段|Aspose.PDF for Python via .NET

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

    docs.aspose.com/pdf/zh/python-net/create-listbo...
  5. 添加折线注释|Aspose.PDF for Python via .NET

    示例绑定一个输入 PDF,在第一页创建一个实心折线,并将带注释的修改后文档保存。... 保存已更新的 Document。 import aspose.pdf as ap import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/add-polyline-...
  6. HtmlFixedSaveOptions.save_format property | Asp...

    HtmlFixedSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...created while converting a document to HTML (ResourceUriPrinter)...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Stop conversion or loading using InterruptMonit...

    Learn how to stop conversion or loading of large Excel files using InterruptMonitor in Aspose.Cells with C++.... join (); conversionThread . join (); } static void...Cleanup (); return 0 ; } AI Document Assistant Close Get Warnings...

    docs.aspose.com/cells/cpp/stop-conversion-or-lo...
  8. Create Rubber Stamp With Appearance Stream|Aspo...

    This example loads a PDF, creates a rubber stamp on page 1 using an image file for its appearance, and saves the modified document. ✨... Bind the input PDF document. Define a rectangle for the...settings. Save the updated PDF document. import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/create-rubber-st...
  9. Create RadioButton Field|Aspose.PDF for Python ...

    Learn how to programmatically add a radio button form field to a PDF document using Aspose.PDF for Python. This example demonstrates how to create a radio button group, define selectable options, and save the updated PDF file....structured input directly within a document. A radio button field is useful...buttons. Load an existing PDF document. Define a list of radio button...

    docs.aspose.com/pdf/python-net/create-radiobutt...
  10. 添加弹出注释|Aspose.PDF for Python via .NET

    此示例加载 PDF,将弹出注释添加到首页,并保存修改后的文档。弹出注释默认设置为可见,并显示指定的评论文本。... 保存已更新的 Document。 import aspose.pdf as ap import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/add-popup-ann...