Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 56,340 for

import document

(3.7 sec)
  1. How to tag tables to a page number in word docu...

    I am reading a word Document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word Document has lot of tables which could be splitted to next page. The python-do…...tables to a page number in word document using Aspose Aspose.Words...9:48am 1 I am reading a word document using python-docx , python-docx·PyPI...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...
  2. 在 Python 中从 PDF 提取签名信息|Aspose.PDF for Python vi...

    学习如何在 Python 中从 PDF 文件中提取签名图像、证书和数字签名详细信息。...并将其图像保存为 JPEG 文件: import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def extract_images_...

    docs.aspose.com/pdf/zh/python-net/extract-image...
  3. Protect DOCX document Online with password and ...

    Online DOCX file password protection app. Java API code to apply password protection on DOCX Document....Java Protect Docx Online DOCX Document Protection or Set Password...Develop powerful Java based DOCX document protection utility application...

    products.aspose.com/total/java/protect/docx/
  4. 创建 AcroForm - 在 Python 中创建可填充 PDF|Aspose.PDF fo...

    使用 Aspose.PDF for Python via .NET 从头创建 PDF 文档中的 AcroForm 字段。... import aspose.pdf as ap import aspose.pydrawing...output_file_name ): document = ap . Document () page = document . pages ...

    docs.aspose.com/pdf/zh/python-net/create-form/
  5. Add Custom Action Link|Aspose.PDF for Python vi...

    This example binds an input PDF, adds a custom action link on the first page, and saves the modified Document. An empty action list is used for simplicity, but real implementations can include actual actions.... Bind the input PDF document. Define a rectangle for the... Save the updated PDF document. import aspose.pdf.facades as...

    docs.aspose.com/pdf/python-net/add-custom-actio...
  6. 在 Python 中添加和删除 PDF 书签|Aspose.PDF for Python vi...

    了解如何使用 Python 在 PDF 文档中添加和删除书签。...Hide ] 在 PDF 文档中添加书签 书签存放在 Document 对象的 OutlineItemCollectio 集合本身在...文档中添加书签。 import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/zh/python-net/add-and-delet...
  7. Set Field Alignment Vertical|Aspose.PDF for Pyt...

    This example demonstrates how to set the vertical alignment of a form field in a PDF Document using Aspose.PDF for Python....layout: Open an existing PDF document. Create a FormEditor object...the modified document. from io import FileIO import sys from os...

    docs.aspose.com/pdf/python-net/set-field-alignm...
  8. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit numbers in the Document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing Documents.... Bind the input PDF document. Configure replacement strategy...entire document. Save the updated PDF document. import aspose...

    docs.aspose.com/pdf/python-net/replace-text-regex/
  9. Formatting PDF Document|Aspose.PDF for Java

    Format the PDF Document with Aspose.PDF for Java. Use the next code snippet to resolve your tasks....Formatting PDF Document Contents [ Hide ] Get Document Window and...get the properties of the document window, viewer application...

    docs.aspose.com/pdf/java/formatting-pdf-document/
  10. Working With Tables in Ruby|Aspose.Words for Java

    Working With Tables using Ruby....'/data/' # Open the document doc = Rjb :: import ( 'com.aspose.words...words.Document' ) . new ( @data_dir + "TestFile.doc" ) node_type...

    docs.aspose.com/words/java/working-with-tables-...