Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 56,423 for

import document

(0.46 sec)
  1. Get Radio Button Options|Aspose.PDF for Python ...

    This article demonstrates how to retrieve the currently selected value of a radio button field in a PDF Document using Aspose.PDF Facades API.... Bind the PDF Document. Retrieve the Selected Radio...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/get-radio-button...
  2. 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...
  3. Flatten Specific Fields|Aspose.PDF for Python v...

    This section demonstrates how to manage and modify PDF form fields using Aspose.PDF for Python via .NET. It covers practical examples of flattening specific fields, flattening all form fields, and renaming existing fields programmatically....Managing form fields is an important part of PDF processing workflows...‘bind_pdf()’ to attach the input document. Provide field names and call...

    docs.aspose.com/pdf/python-net/flatten-specific...
  4. 添加弹出注释|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-popup-ann...
  5. Online ODT Text Search Application or Develop O...

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

    products.aspose.com/total/android-java/search/odt/
  6. Replace Text On Page With State|Aspose.PDF for ...

    In this example, all occurrences of the word "software" on page 1 are replaced with "SOFTWARE PAGE 1", using red text with a font size of 12....consistent formatting across documents. Create a PdfContentEditor...instance. Bind the input PDF document. Define a TextState with custom...

    docs.aspose.com/pdf/python-net/replace-text-on-...
  7. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... import aspose.pdf as ap document = ap . Document ( input_file...annotations . TextAnnotation ( document . pages [ 1 ], ap . Rectangle...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  8. Copy Outer Field|Aspose.PDF for Python via .NET

    This example demonstrates how to copy a form field from one PDF Document to another using Aspose.PDF for Python....require reusing fields from one document in another. Using Aspose.PDF...field from a source document to a target document at a specified page...

    docs.aspose.com/pdf/python-net/copy-outer-field/
  9. Working With Nodes in Jython|Aspose.Words for Java

    Working With Word Document Nodes using Jython....words import Settings from com . aspose . words import Document.... words import Node from com . aspose . words import Paragraph...

    docs.aspose.com/words/java/working-with-nodes-i...
  10. Use FloatingBox for PDF Layout in Python|Aspose...

    Learn how to use FloatingBox for text layout, multi-column content, and precise positioning in PDF Documents with Python....precise positioning in PDF documents with Aspose.PDF for Python...Create a new Document . Add a Page to the document. Create a FloatingBox...

    docs.aspose.com/pdf/python-net/floating-box/