Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 56,379 for

import document

(0.15 sec)
  1. 在 Python 中向 PDF 添加矩形形状|Aspose.PDF for Python vi...

    学习如何在 Python 中绘制和填充 PDF 文件中的矩形形状。... 并保存您的 PDF 文件 import aspose.pdf as ap import aspose.pdf.drawing...: str ): document = ap . Document () page = document . pages ...

    docs.aspose.com/pdf/zh/python-net/add-rectangle/
  2. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...因此,您可以遵循以下步骤将 BMP 图像转换为 PDF: 初始化一个新的 Document 加载示例 BMP 图像文件 最后,保存输出的 PDF...examples ; import java.io.FileNotFoundExceptio ; import java.nio...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  3. 创建复杂的 PDF 使用 Aspose.PDF|Aspose.PDF for Android ...

    Aspose.PDF for Android via Java 允许您创建包含图像、文本片段和表格的更复杂的文档。...如果我们从头开始创建一个文档,我们需要遵循某些步骤: 实例化一个 Document 对象。在这一步中,我们将创建一个带有一些元数据但没有页面的空PDF文档。...“Complex.pdf”。 最后,会显示一个弹出消息 “PDF document has been generated!"。 package...

    docs.aspose.com/pdf/zh/androidjava/complex-pdf-...
  4. 从 PDF 中提取附件|Aspose.PDF for Python via .NET

    了解如何使用 Python 和 Aspose.PDF 处理 PDF 附件。... import aspose.pdf as ap def extra...outfile ): with ap . Document ( infile ) as document : print ( f "Extracting...

    docs.aspose.com/pdf/zh/python-net/extract-attac...
  5. Clear DOT Annotations Online and using Python |...

    Remove comments from DOT Document through online app for free. Python API code to delete comments from DOT files....Dot Remove Comments from DOT Document Online or via Python Develop...powerful Python based DOT document annotation utility application...

    products.aspose.com/total/python-net/annotate/dot/
  6. Online ODT Text Search Application or Develop O...

    Free online app to search in ODT files. Java code for any ODT file text search application....Search Odt Online Searchable Document App and ODT Text Search API...Develop powerful Java based ODT document search engine software or...

    products.aspose.com/total/java/search/odt/
  7. Add Square Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, adds a filled blue square annotation on the first page, and saves the modified Document....highlight areas of interest, mark important sections, or provide visual...visual cues in a PDF document. Using PdfContentEditor , you can create...

    docs.aspose.com/pdf/python-net/add-square-annot...
  8. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract table data from PDF files with Aspose.PDF for Python and export the results for further processing....detect tables on each page of a Document . After visiting a page, iterate...PDF as a Document . Iterate through the pages in document.pages...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  9. Work with PDF Operators in Python|Aspose.PDF fo...

    Learn how to use low-level PDF operators in Python for precise content stream manipulation and graphics control....into a PDF file: Open the PDF Document Define Image Placement Coordinates...State Save the Modified PDF Document The following code snippet...

    docs.aspose.com/pdf/python-net/working-with-ope...
  10. 获取富文本值|Aspose.PDF for Python via .NET

    本节介绍如何使用 Aspose.PDF Facades API 检索 PDF 文档中表单字段的富文本内容。与普通文本字段不同,富文本字段可以包含诸如粗体文字、不同字体、颜色以及段落样式等格式化内容。...from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/zh/python-net/get-rich-text...