Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 56,379 for

import document

(0.1 sec)
  1. 在 Python 中处理 Tagged PDF 表格|Aspose.PDF for Pytho...

    了解如何在 Python 中使用 Aspose.PDF for Python via .NET 处理 Tagged PDF 中的可访问表格,包括结构、跨列、对齐以及符合 PDF/UA 的表格标记。... import aspose.pdf as ap import sys from os import path def...Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  2. Add Pages to PDF using Go | Aspose.PDF

    Add PDF pages to your Document programmatically with Go sample code using Aspose.PDF for Go via C++...need to add pages to PDF documents? To add pages, we’ll use Aspose...your environment. Create a Document object with the input PDF...

    products.aspose.com/pdf/go-cpp/pages/add/
  3. Clear DOC Annotations Online and using Python |...

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

    products.aspose.com/total/python-net/annotate/doc/
  4. 在 Python 中向 PDF 添加圆形形状|Aspose.PDF for Python vi...

    了解如何在 Python 中绘制和填充 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-circle/
  5. 添加电影批注|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加电影批注,并保存更新后的 PDF。... import aspose.pdf.facades as pdf_facades import aspose...pydrawing as apd import sys from os import path sys . path ....

    docs.aspose.com/pdf/zh/python-net/add-movie-ann...
  6. PDF 粘性注释使用 Python|Aspose.PDF for Python via .NET

    本主题关于粘性注释,作为示例,我们展示文本中的水印注释。... import aspose.pdf as ap document = ap . Document ( input_file...创建注释 # 加载 Page 对象以添加注释 page = document . pages [ 1 ] # 创建注释 wa =...

    docs.aspose.com/pdf/zh/python-net/sticky-annota...
  7. 创建提交按钮|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加提交按钮。本教程演示如何创建一个将表单数据提交到指定 URL 并保存更新后 PDF 的按钮。... import sys from os import path import aspose.pdf.facades...__file__ ), ".." )) from config import set_license , initialize_data_dir...

    docs.aspose.com/pdf/zh/python-net/create-submit...
  8. Bug] com.aspose.pdf.Image no longer supports PI...

    Product & Version Product: Aspose.PDF for Java Broken version: 26.1 Working version: 25.6 JDK: 25 OS: Linux (Ubuntu) We use com.aspose.pdf.Image to embed raster image files (including Apple PICT .pic format) into a…...pic format) into a PDF document. This worked correctly in...Reproduce: import com.aspose.pdf.Document; import com.aspose...

    forum.aspose.com/t/bug-com-aspose-pdf-image-no-...
  9. DocumentProperty.type property | Aspose.Words f...

    DocumentProperty.type property. Gets the data type of the property....with built-in document properties. doc = aw . Document ( file_name...'Properties.docx' ) # The "Document" object contains some of its...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Display CGM Formats Using Python | Aspose.PDF

    Open and view CGM Documents programmatically with Python sample code using Aspose.PDF for Python for .NET...the CGM with an instance of Document. View resultant File. Python...CGM files import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/viewer/cgm/