Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 10,536 for

join documents

(0.19 sec)
  1. 列出印章|Aspose.PDF for Python via .NET

    本示例加载 PDF,检索第 1 页的所有印章,打印它们,并在未找到印章时显示提示信息。... join ( path . dirname ( __file__...PdfContentEditor () # Bind document to PdfContentEditor content_editor...

    docs.aspose.com/pdf/zh/python-net/list-stamps/
  2. 导出为 FDF|Aspose.PDF for Python via .NET

    本示例解释了如何使用 Aspose.PDF for Python via .NET 将 PDF 表单字段数据导出到 FDF(Forms Data Format)文件。它演示了如何通过 Form 门面访问交互式表单数据,绑定源 PDF 文档,并将提取的数值保存到 FDF 流中。... join ( path . dirname ( __file__...pdf_facades . Form () # Bind PDF document pdf_form . bind_pdf ( infile...

    docs.aspose.com/pdf/zh/python-net/export-to-fdf/
  3. Set Submit Url|Aspose.PDF for Python via .NET

    This example demonstrates how to configure a submit action for a button field in a PDF form using Aspose.PDF for Python.... Save the updated PDF document. import aspose.pdf as ap import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/set-submit-url/
  4. Web Extensions - Office Add-ins with JavaScript...

    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....with the content in Office documents. Web Extensions add additional...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/javascript-cpp/web-extens...
  5. 移动字段|Aspose.PDF for Python via .NET

    将现有表单字段移动到 PDF 文档中的其他位置。... join ( path . dirname ( __file__...pdf_facades . FormEditor () # Bind document to FormEditor form_editor...

    docs.aspose.com/pdf/zh/python-net/move-field/
  6. 创建复选框字段|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加复选框表单字段。本指南演示如何使用 FormEditor 类将交互式复选框插入现有 PDF 文件并保存更新后的文档。... join ( path . dirname ( __file__..."""Create CheckBox field in PDF document.""" pdf_form_editor = pdf_facades...

    docs.aspose.com/pdf/zh/python-net/create-checkb...
  7. 设置字段外观|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python 更改 PDF 表单字段的视觉外观。... join ( path . dirname ( __file__...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/set-field-app...
  8. 设置字段对齐|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python 在 PDF 文档中设置表单字段的文本对齐方式。... join ( path . dirname ( __file__...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/set-field-ali...
  9. 添加标记注释|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-markup-an...
  10. Convert MHTML to JPG in Python – Aspose.HTML fo...

    Convert MHTML to JPG using Aspose.HTML Python library. Consider the supported MHTML to JPG conversion scenarios in ready-to-use Python examples....14 document_path = os. path . join (input_dir, "document.mht"...) 15 save_path = os. path . join (output_dir, "mhtml-to-image...

    docs.aspose.com/html/python-net/convert-mhtml-t...