Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 73,644 for

import

(0.17 sec)
  1. Extract Images from PDF using Python|Aspose.PDF...

    Learn how to extract embedded images from PDF files with Aspose.PDF for Python.... import aspose.pdf as apdf from io import FileIO from...from os import path path_infile = path . join ( self . dataDir...

    docs.aspose.com/pdf/python-net/extract-images-f...
  2. Converting Excel Files to HTML in Jython|Docume...

    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...Workbook from com . aspose . cells import SaveFormat class ConvertingExcelFiles...

    docs.aspose.com/cells/java/converting-excelfile...
  3. Export Presentations to HTML with Externally Li...

    Export PowerPoint and OpenDocument presentations to HTML in Java using Aspose.Slides with images and other resources saved as external linked files.... import com.aspose.slides.HtmlFormatter ; import com.aspose...HtmlOptions ; import com.aspose.slides.ILinkEmbedController ; import com...

    docs.aspose.com/slides/java/exporting-presentat...
  4. Posting Forms in PDF via Python|Aspose.PDF for ...

    Add submit buttons and submission actions to PDF AcroForms by using Aspose.PDF for Python via .NET.... import aspose.pdf as ap def add_submit_button...form. Save the updated PDF. import aspose.pdf as ap def add_submit_action...

    docs.aspose.com/pdf/python-net/posting-form/
  5. Manage Chart Workbooks in Presentations with Py...

    Discover Aspose.Slides for Python via .NET: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....demonstrates a sample operation: import aspose.slides as slides with...data label: import aspose.slides as slides import aspose.slides...

    docs.aspose.com/slides/python-net/chart-workbook/
  6. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...examples ; import java.io.FileNotFoundExceptio ; import java.nio...file.Path ; import java.nio.file.Paths ; import com.aspose.pdf...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  7. Load And Save To Stream in Jython|Aspose.Words ...

    Load And Save Word Document To Stream using Jython....words import Settings from com . aspose . words import Document...aspose . words import SaveFormat from java . io import ByteArrayOutputStrea...

    docs.aspose.com/words/java/load-and-save-to-str...
  8. 移动字段|Aspose.PDF for Python via .NET

    将现有表单字段移动到 PDF 文档中的其他位置。...from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/zh/python-net/move-field/
  9. Signature Extraction|Aspose.PDF for Python via ...

    Learn how to extract a signature image and signing certificate from a signed PDF using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def extract_signature_image ( infile , outfile...

    docs.aspose.com/pdf/python-net/signature-extrac...
  10. 创建 ComboBox 字段|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加 ComboBox(下拉列表)字段。本示例演示如何插入 ComboBox 表单字段、添加可选择项,并保存更新后的 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-combob...