Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 53,616 for

import document

(2.7 sec)
  1. Export to XML|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form data to an XML file using Aspose.PDF for Python via .NET. It shows how to load a PDF Document, access its form fields through the Form facade, and save the extracted data as structured XML using Form Class....‘bind_pdf()’ to attach the source PDF document to the Form instance. Create...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/export-to-xml/
  2. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word Document to HTML for…...7 MB) Summary Document loads successfully but throws...attempting to save a specific Word document to HTML format, Aspose throws...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  3. Rotate PDF Pages in Python|Aspose.PDF for Pytho...

    Learn how to rotate PDF pages and change page orientation in Python....rotates every page of a PDF Document 90 degrees clockwise using...orientation issues, such as scanned documents that are sideways. The original...

    docs.aspose.com/pdf/python-net/rotate-pages/
  4. Python|Aspose.Words for Java

    Python: how to use Aspose.Words for Java....application that creates an empty document, inserts some content and...Microsoft Word .DOC document. Python import jpype import os . path jarpath...

    docs.aspose.com/words/java/python-and-aspose-wo...
  5. Work with Vector Graphics in Python|Aspose.PDF ...

    Learn how to extract, move, remove, and copy vector graphics between PDF pages using GraphicsAbsorber in Python.... Open the PDF document. Create a GraphicsAbsorber...counts. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/working-with-vec...
  6. Manage Document Properties|Documentation

    Learn how to manage Document properties through the Aspose.Cells for .NET APIs....Ask AI Manage Document Properties Contents [ Hide ] Introduction...to spreadsheet files. These document properties provide useful...

    docs.aspose.com/cells/net/managing-document-pro...
  7. Redact PPT Presentation Online or using C++ | p...

    Open and redact PPT Document online via app for free. C++ API code to search and replace PPT text....C++ Redact Ppt Redact PPT Document Online or via C++ Develop...Redact PPT Presentation Online Import PPT file by uploading it. Do...

    products.aspose.com/total/cpp/redact/ppt/
  8. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...因此,您可以遵循以下步骤将 BMP 图像转换为 PDF: 初始化一个新的 Document 加载示例 BMP 图像文件 最后,保存输出的 PDF...examples ; import java.io.FileNotFoundExceptio ; import java.nio...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  9. 从现有PDF文档中提取表格|Aspose.PDF for Java

    Aspose.PDF for Java使您可以对PDF文档中包含的表格进行各种操作。您可以在现有的PDF文档中添加和提取表格,在新页面上渲染表格等。...examples ; import com.aspose.pdf.* ; import jdk.jshell.spi...NotImplementedExcept ; import java.io.* ; import java.util.* ; public...

    docs.aspose.com/pdf/zh/java/extract-table-from-...
  10. Add Image to Existing PDF File|Aspose.PDF for Java

    This section describes how to add image to existing PDF file using Java library....Create a Document object and open the input PDF document. Get the...a PDF document. package com.aspose.pdf.examples ; import java...

    docs.aspose.com/pdf/java/add-image-to-existing-...