Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 56,340 for

import document

(1.62 sec)
  1. 添加自由文本批注|Aspose.PDF for Python via .NET

    此示例加载现有的 PDF 文件,在指定位置向第一页添加自由文本批注,然后保存修改后的文档。... 保存已更新的 Documentimport aspose.pdf as ap import aspose.pdf...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/zh/python-net/add-free-text...
  2. 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...
  3. 获取富文本值|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...
  4. Add Markup Annotations|Aspose.PDF for Python vi...

    This example binds an input PDF, adds four different markup annotations to the first page, and saves the updated Document. Each annotation demonstrates a different markup style and color....the updated Document. import aspose.pdf as ap import aspose.pdf...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/python-net/add-markup-annot...
  5. How to Extract Content Between Document Nodes|A...

    Extracting Document content in different using C#....Content Between Nodes in a Document Contents [ Hide ] Purpose...in a document. When working with documents, it is important to...

    docs.aspose.com/words/net/how-to-extract-select...
  6. Convert PDF to Image Formats in Go|Aspose.PDF f...

    This topic show you how to use Aspose.PDF for Go to convert PDF to various images formats e.g. TIFF, BMP, JPEG, PNG, SVG with a few lines of code.... Previously scanned documents are often saved in the PDF...entire PDF document or some specific pages of a document as a set...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-image...
  7. Copy Inner Field|Aspose.PDF for Python via .NET

    Copy PDF Form Fields to a New Position Using Python using Aspose.PDF for Python.... Bind the PDF document to the FormEditor. Copy the...the updated document. from io import FileIO import sys from os...

    docs.aspose.com/pdf/python-net/copy-inner-field/
  8. Remove ODT Password Protection Online or using ...

    unlock password from ODT Document through online app for free. Android API code to delete password from ODT files....Java Unlock Odt Unlock ODT Document Password Online or via Android...powerful Android based ODT document unlocking utility application...

    products.aspose.com/total/android-java/unlock/odt/
  9. 删除打开操作|Aspose.PDF for Python via .NET

    此示例加载现有 PDF,删除打开操作,并保存已清理的文档。... 保存已更新的 Documentimport aspose.pdf.facades as...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/zh/python-net/remove-open-a...
  10. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python via C++ applications....and file paths, opens a PDF document, and then loops through each...of the document. For each page, it creates a new document, copies...

    docs.aspose.com/pdf/python-cpp/split-pdf-document/