which ">
Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 50,517 for

import document

(0.78 sec)
  1. PDF 表单。通过 Python 进行管理 | Aspose.PDF

    使用 Aspose.PDF 和 Python.net 在 PDF 中使用这个 Python 源代码管理 PDF 表单... 在 Document 类的实例中加载 PDF。 通過主頁索引訪問主頁。 調用表單集合的...中创建 PDF 表单 import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hant/python-net/acro...
  2. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF Documents using Aspose.PDF for Python via .NET library....their purpose and role in the document. When editing these PDFs,...must be taken to uphold the document’s structure and accessibility...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/
  3. Adjust_Right_Indent <w:adjustRightInd w:val="of...

    { "type": "ADJUST_RIGHT_INDENT", "attributes": { "val": "0" } },...the setRightIndent method: import com.aspose.words.*; public...Create a new document Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/adjust-right-indent-w-adjust...
  4. View or Edit POTX Files Metadata using Python |...

    Python source code to edit or view POTX format metadata....Presentation object to access the document properties of the presentation...Built-in Properties - Python import aspose.slides as slides # Instantiate...

    products.aspose.com/slides/python-net/metadata/...
  5. View or Edit POT Files Metadata using Python | ...

    Python source code to edit or view POT format metadata....Presentation object to access the document properties of the presentation...Built-in Properties - Python import aspose.slides as slides # Instantiate...

    products.aspose.com/slides/python-net/metadata/...
  6. View or Edit POTM Files Metadata using Python |...

    Python source code to edit or view POTM format metadata....Presentation object to access the document properties of the presentation...Built-in Properties - Python import aspose.slides as slides # Instantiate...

    products.aspose.com/slides/python-net/metadata/...
  7. View or Edit FODP Files Metadata using Python |...

    Python source code to edit or view FODP format metadata....Presentation object to access the document properties of the presentation...Built-in Properties - Python import aspose.slides as slides # Instantiate...

    products.aspose.com/slides/python-net/metadata/...
  8. Embed Attachment to PDF with Python.NET|Documen...

    Learn how to embed OLE Object attachments in PDF files using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions #...pdf_save_options ) AI Document Assistant Close Export Document Structure...

    docs.aspose.com/cells/python-net/embed-attachme...
  9. Decrease the Calculation Time of Cell.Calculate...

    Learn how to optimize Excel cell calculation performance using Aspose.Cells for Python via .NET. Reduce computation time with CalculationOptions settings....False ) import os import time from aspose.cells import Workbook...seconds """ # The path to the documents directory current_dir = os...

    docs.aspose.com/cells/python-net/decrease-the-c...
  10. Add page numbering to PDF in Node.js|Aspose.PDF...

    Aspose.PDF for Node.js via C++ allows you to add Page Number Stamp to your PDF file using AsposePdfAddPageNum....locate different parts of the document The following code snippets...CommonJS: Call require and import asposepdfnodejs module as AsposePdf...

    docs.aspose.com/pdf/nodejs-cpp/add-page-number/