Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 53,310 for

import document

(0.25 sec)
  1. 使用图像|Documentation

    本页介绍如何使用 Aspose.Diagram 库从 Visio 绘图的页面中提取、替换或插入图像。... import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/zh/python-java/working-...
  2. How to convert conditionally formatted tables f...

    Hi Community, I am currently working on the XLS2DOC converter example and I am wondering how to convert conditionally formatted cells from Excel to Word. Can you please provide a simple example how to get the Word cells…...convert your Excel documents into Word documents. You can take images...and add them in your word document using Aspose.Words. Please...

    forum.aspose.com/t/how-to-convert-conditionally...
  3. Convert HTML to Image in Python | products.aspo...

    Convert HTML to Image in Python. Use Python library API to convert HTML files to Images... As a modern document processing API, Aspose.Slides...into Image import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  4. Convert HTML to PNG in Python | products.aspose...

    Convert HTML to PNG in Python. Use Python library API to convert HTML files to PNGs... As a modern document processing API, Aspose.Slides...HTML into PNG import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  5. Convert Image to PPT in Python | products.aspos...

    Convert Image to PPT in Python. Use Python library API to convert Image files to PDFs... As a modern document processing API, Aspose.Slides...Image into PPT import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/conversio...
  6. Aspose Cdr to Pdf convertion Heap Error - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; Import java.io.File; Import java.io.FileOutputStream; Import java.io.InputStream; Import java…...package Activation; import java.io.File; import java.io.FileOutputStream;...FileOutputStream; import java.io.InputStream; import java.io.OutputStream;...

    forum.aspose.com/t/aspose-cdr-to-pdf-convertion...
  7. Save a 3D Scene in the PDF|Documentation

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can build a 3D scene by adding Camera, Light, polygons and various other entities. They can also now save a 3D scene in the PDF file format....Version Number in output documents. For example, upon rendering...this information from output Documents. Create a 3D PDF with a Cylinder...

    docs.aspose.com/3d/python-net/save-a-3d-scene-i...
  8. Encrypt PDF in Node.js|Aspose.PDF for Node.js v...

    Encrypt PDF File with Aspose.PDF for Node.js via C++....unauthorized access to a PDF document is to defend it with a password...easily and securely encrypt documents, you can use Aspose.PDF for...

    docs.aspose.com/pdf/nodejs-cpp/encrypt-pdf/
  9. 将PDF转换为不同的图像格式在Python中|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为各种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码即可实现。...Python 中将 PDF 转换为 TIFF 创建一个 Document 类的对象。 创建 TiffSettings 和 TiffDevice...页面转换为单个 TIFF 图像。 from asposepdf import Api , Device # 初始化许可证 documentName...

    docs.aspose.com/pdf/zh/python-java/convert-pdf-...
  10. Convert PDF to Excel in Rust|Aspose.PDF for Rus...

    Aspose.PDF for Rust allows you to convert PDF to XLSX format.... Import Required Packages. Open a PDF...save_xlsx . use asposepdf :: Document ; fn main () -> Result < ()...

    docs.aspose.com/pdf/rust-cpp/convert-pdf-to-xlsx/