Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 10,536 for

join documents

(0.13 sec)
  1. Python via .NET File Format Processing APIs | p...

    Python APIs for Microsoft Word Documents, Excel spreadsheets, PowerPoint presentations and Outlook email formats from within Python applications....Files Create, edit or convert documents, spreadsheets, presentations...Install-Package Visit our documentation for more details. Boost...

    products.aspose.com/total/python-net/
  2. 导入 XFDF 数据|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将 XFDF 文件中的表单数据导入到 PDF 表单中。它展示了如何绑定 PDF 文档,通过文件流读取基于 XML 的 XFDF 数据,并自动填充匹配的表单字段。导入 XFDF 数据可实现高效的表单数据交换,并支持依赖结构化 XML 格式的自动化文档工作流。... 保存已更新的 Document。 from io import FileIO import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/import-xfdf-d...
  3. 删除列表项|Aspose.PDF for Python via .NET

    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.... join ( path . dirname ( __file__...pdf_facades . FormEditor () # Bind document to FormEditor form_editor...

    docs.aspose.com/pdf/zh/python-net/del-list-item/
  4. 添加自定义操作链接|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-custom-ac...
  5. 填写列表框|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/fill-list-box/
  6. 使用GridJs存储|Documentation

    本文描述了Aspose.Cells.GridJs的一般处理。... join ( FILE_DIRECTORY , filename...filename ) file_path = os . path . join ( Config . file_cache_directory...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  7. Format PowerPoint Shapes in .NET|Aspose.Slides ...

    Learn how to format PowerPoint shapes in C# using Aspose.Slides—set fill, line, and effect styles for PPT and PPTX files with precision and full control....result: Format Join Styles Here are the three join type options:...By default, when PowerPoint joins two lines at an angle (such...

    docs.aspose.com/slides/net/shape-formatting/
  8. Format PowerPoint Shapes in Java|Aspose.Slides ...

    Learn how to format PowerPoint shapes in Java using Aspose.Slides—set fill, line, and effect styles for PPT, PPTX, and ODP files with precision and full control....result: Format Join Styles Here are the three join type options:...By default, when PowerPoint joins two lines at an angle (such...

    docs.aspose.com/slides/java/shape-formatting/
  9. 填写单选按钮字段|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 以编程方式填写 PDF 表单中的单选按钮字段。它展示了如何绑定 PDF 文档、按索引选择单选按钮选项,并保存更新后的文件。... join ( path . dirname ( __file__...pdf_facades . Form () # Bind PDF document pdf_form . bind_pdf ( infile...

    docs.aspose.com/pdf/zh/python-net/fill-radio-bu...
  10. 添加文本注释|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 中的 PdfContentEditor 类向 PDF 文档添加文本批注。... join ( path . dirname ( __file__...PdfContentEditor () # Bind document to PdfContentEditor content_editor...

    docs.aspose.com/pdf/zh/python-net/add-text-anno...