Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 10,536 for

join documents

(0.16 sec)
  1. 设置字段限制|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-limit/
  2. 添加电影批注|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加电影批注,并保存更新后的 PDF。... join ( path . dirname ( __file__...PdfContentEditor () # Bind document to PdfContentEditor content_editor...

    docs.aspose.com/pdf/zh/python-net/add-movie-ann...
  3. 导出为 JSON|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python via .NET 将 PDF 表单字段值导出到 JSON 文件。它解释了如何加载 PDF 表单,通过 Form 门面访问其字段,并将提取的数据保存为结构化的 JSON 格式。... join ( path . dirname ( __file__...pdf_facades . Form () # Bind PDF document form . bind_pdf ( infile )...

    docs.aspose.com/pdf/zh/python-net/export-to-json/
  4. 添加线注释|Aspose.PDF for Python via .NET

    此示例绑定输入 PDF,绘制带方形线端点的红色线注释,并保存修改后的 PDF。... 保存已更新的 Document。 import aspose.pdf as ap import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/add-line-anno...
  5. 添加本地链接|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加一个红色本地链接,指向第 1 页,并保存修改后的文档。... join ( path . dirname ( __file__...PdfContentEditor () # Bind document to PdfContentEditor content_editor...

    docs.aspose.com/pdf/zh/python-net/add-local-link/
  6. 从流添加文件附件注释|Aspose.PDF for Python via .NET

    此示例加载 PDF,读取外部文件到内存流,在第一页添加文件附件注释,并保存修改后的文档。... 保存已更新的 Document。 import aspose.pdf.facades...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/zh/python-net/add-file-atta...
  7. 如何添加时间段条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 TimePeriods 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...run (): # The path to the documents directory current_dir = os...__file__ )) data_dir = os . path . join ( current_dir , "data" ) obj...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  8. Convert EPUB to PDF – Aspose.HTML for Python vi...

    Convert EPUB to PDF using Aspose.HTML Python library. Consider various EPUB to PDF conversion scenarios in Python code examples....= True) 12 13 document_path = os. path . join (input_dir, "input...) 14 save_path = os. path . join (output_dir, "epub-to-pdf.pdf"...

    docs.aspose.com/html/python-net/convert-epub-to...
  9. Extract Links|Aspose.PDF for Python via .NET

    This example binds an input PDF, extracts all links, and prints their coordinates and URIs (if available)....elements such as web links, document links, and custom actions...analyze navigation patterns in a document. Create a PdfContentEditor...

    docs.aspose.com/pdf/python-net/extract-links/
  10. Combining Tables - Free Support Forum - aspose.com

    Dear Aspose Team, I’m currently migrating our code from “aspose.words 11” to “aspose.words 26.2”. I know, it’s a big version jump. :slight_smile: I’m running into a problem and hope you can help. We have a method to me…...Words to join the tables. Aspose.Words automatically joins the tables...following code: Document doc = new Document(@"C:\Temp\in.docx");...

    forum.aspose.com/t/combining-tables/325913