Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 56,376 for

import document

(0.28 sec)
  1. 创建文档|Aspose.PDF for Java

    Aspose.PDF for Java 帮助您在几个简单的步骤中创建 PDF 文档和可搜索的 PDF 文件。... 创建一个 Document 类的对象 将 Page 对象添加到 Document 对象的 Pages 集合中...aspose.pdf.examples ; import java.io.File ; import java.io.FileNotFoundExceptio...

    docs.aspose.com/pdf/zh/java/create-pdf-document/
  2. Document bookmark misplaced in the last documen...

    We encountered an issue when Document bookmark in the last Document is misplaced after calls to Document.appendDocument() Expected bookmark location same as before the merge. Actual bookmark location - after the two im…...Document bookmark misplaced in the last document after document...issue when document bookmark in the last document is misplaced...

    forum.aspose.com/t/document-bookmark-misplaced-...
  3. Add Sound Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, adds a sound annotation on page 1, and saves the modified PDF....or sound effects to your documents. Using PdfContentEditor ,...instance. Bind the input PDF document. Define a rectangle for the...

    docs.aspose.com/pdf/python-net/add-sound-annota...
  4. 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...
  5. Get PDF Viewer Preferences|Aspose.PDF for Pytho...

    How to read and modify PDF viewer preferences programmatically using Aspose.PDF for Python...presentation behavior of a PDF document in PDF readers. This includes...Preferences. import aspose.pdf.facades as pdf_facades import sys from...

    docs.aspose.com/pdf/python-net/get-viewer-prefe...
  6. Replace Text On Page|Aspose.PDF for Python via ...

    In this example, the first occurrence of the word "PDF" is replaced with "Page 1 Replaced Text" using a specified font size....requirement when updating PDF documents. Using PdfContentEditor ,...instance. Bind the input PDF document. Configure text replacement...

    docs.aspose.com/pdf/python-net/replace-text-on-...
  7. Get Rich Text Values|Aspose.PDF for Python via ...

    This section explains how to retrieve the rich text content of a form field in a PDF Document using Aspose.PDF Facades API. Unlike plain text fields, rich text fields can contain formatted content such as bold text, different fonts, colors, and paragraph styling....PDF Document. Retrieve Rich Text Values. from io import FileIO...FileIO import sys from os import path import aspose.pdf as ap import...

    docs.aspose.com/pdf/python-net/get-rich-text-va...
  8. Convert a Document to HTML, MHTML or EPUB|Aspos...

    Use Aspose.Words for Java to convert Documents from Word or any other supported formats to HTML, MHTML, or EPUB....Ask AI Convert a Document to HTML, MHTML or EPUB Contents [ Hide...Hide ] Documents in HTML and MHTML flow-layout formats are also...

    docs.aspose.com/words/java/convert-a-document-t...
  9. Sign PDF Documents|Aspose.PDF for Python via .NET

    Learn how to sign PDF Documents in Python using PdfFileSignature with certificate-based, named, and visible digital signatures....Sign PDF Documents Contents [ Hide ] Aspose.PDF for Python via...signatures to existing PDF documents. Using a certificate file...

    docs.aspose.com/pdf/python-net/pdf-signing/
  10. 在 Python 中使用矢量图形|Aspose.PDF for Python via .NET

    学习如何使用 Python 中的 GraphicsAbsorber 在 PDF 页面之间提取、移动、删除和复制矢量图形。... import aspose.pdf as ap import sys from os import path def...str ): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/zh/python-net/working-with-...