Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 56,340 for

import document

(3.06 sec)
  1. Working with XFA Forms|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET API lets you work with XFA and XFA Acroform fields in a PDF Document....include: Loading the input PDF document. Changing the form type to...applications. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/xfa-forms/
  2. Get Field Values|Aspose.PDF for Python via .NET

    Retrieving Field Values from a PDF Form with Aspose.PDF Facades using Form Class....of form fields from a PDF document using Aspose.PDF Facades API...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/get-field-values/
  3. Resolve Full Field Names|Aspose.PDF for Python ...

    This example demonstrates how to retrieve the fully qualified names of form fields in a PDF Document using Aspose.PDF Facades API.... Bind the PDF Document. Access all form field names...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/resolve-full-fie...
  4. 在 Python 中为 PDF 添加贝茨编号|Aspose.PDF for Python vi...

    了解如何使用 Python 通过 Aspose.PDF for Python via .NET 在 PDF 文档中添加和删除贝茨编号。...配置完成后,artifact 可以应用于 Document 通过 add_bates_numbering 方法...标识符的过程。 要向一个 Bates 编号工件添加 Document ,调用 AddBatesNumbering(BatesNArtifact)...

    docs.aspose.com/pdf/zh/python-net/add-bates-num...
  5. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。...为了向PDF文档添加文本标记注释,我们需要执行以下操作: 加载 PDF 文件 - 新的 Document 对象。 创建注释: HighlightAnnotation...然后我们应该将所有注释添加到页面中。 添加高亮注释 import aspose.pdf as ap # 打开文档 document = ap . Document...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  6. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....or add notes to text in the document. These annotations are intended...usually yellow, to indicate its importance or relevance. Underline annotation...

    docs.aspose.com/pdf/python-net/highlights-annot...
  7. Redact PPT Presentation Online or using C++ | p...

    Open and redact PPT Document online via app for free. C++ API code to search and replace PPT text....C++ Redact Ppt Redact PPT Document Online or via C++ Develop...Redact PPT Presentation Online Import PPT file by uploading it. Do...

    products.aspose.com/total/cpp/redact/ppt/
  8. Add Page Number to PDF|Aspose.PDF for Python vi...

    Learn how to add page numbers to PDF Documents using PdfFileStamp in Python....in the document. import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades from config...

    docs.aspose.com/pdf/python-net/page-number/
  9. Set Field Limit|Aspose.PDF for Python via .NET

    This example shows how to set a maximum character limit for a form field in a PDF Document using Aspose.PDF for Python....Hide ] Form fields in PDF documents may require input restrictions...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/set-field-limit/
  10. 在 Python 中从 PDF 中提取带标签的内容|Aspose.PDF for Python...

    学习如何通过 .NET 使用 Aspose.PDF for Python 在 Python 中提取带标签的 PDF 内容,包括访问带标签的内容、根结构和子结构元素。...(TOC) 创建高级、带完整标签的 PDF 文档: 创建新的 Document 对象。 访问 tagged_content 属性。...保存文档。 import aspose.pdf as ap from aspose.pycore import cast import...

    docs.aspose.com/pdf/zh/python-net/extract-tagge...