Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 70,850 for

import

(0.5 sec)
  1. PDF Footer Insertion Using Python | Aspose.PDF

    Add footer to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET....footer of PDF import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/footer/
  2. 获取、更新和展开书签使用Python|Aspose.PDF for Python via .NET

    本文描述了如何使用我们的Aspose.PDF for Python库在PDF文件中使用书签。... import aspose.pdf as ap # 打开文档 document...添加书签后,可以通过获取与书签对象关联的目标页码来找出它所在的页面。 import aspose.pdf as ap # 创建 PdfBookmarkEditor...

    docs.aspose.com/pdf/zh/python-net/get-update-an...
  3. Merge POTX Files To SVG Using Python | products...

    Merge multiple POTX files in Python....multiple POTX into single SVG file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/pot...
  4. Merge PPT Files To SVG Using Python | products....

    Merge multiple PPT files in Python....multiple PPT into single SVG file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/ppt...
  5. Merge OTP Files To SVG Using Python | products....

    Merge multiple OTP files in Python....multiple OTP into single SVG file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/otp...
  6. Merge PPS Files To SVG Using Python | products....

    Merge multiple PPS files in Python....multiple PPS into single SVG file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/pps...
  7. 在 Jython 中解析 Outlook 邮件文件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....- email import Settings from com.aspose.email import MapiMessage...

    docs.aspose.com/email/zh/java/parsing-outlook-m...
  8. Show and Hide Grids, Rulers, Guides and Page Br...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....of Diagram diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'..."ShowHideProperties.vdx" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/java/show-and-hide-grid...
  9. Managing Document Properties in Jython|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....cells import Settings from com . aspose . cells import Workbook...

    docs.aspose.com/cells/java/managing-document-pr...
  10. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove form objects from PDF pages by using Aspose.PDF for Python via .NET, including full cleanup and targeted deletion.... import aspose.pdf as ap def remove_all_forms...Save the updated document. import aspose.pdf as ap def remove_specified_form...

    docs.aspose.com/pdf/python-net/remove-form/