Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 50,613 for

import document

(0.07 sec)
  1. Convert PDF To GIF Python

    Convert PDF to GIF format in Python code. Save PDF as GIF using Python....converting PDF to GIF Use our document conversion API to develop...solution to import and export PDF, GIF, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  2. Convert PDF To SVG Python

    Convert PDF to SVG format in Python code. Save PDF as SVG using Python....converting PDF to SVG Use our document conversion API to develop...solution to import and export PDF, SVG, and many other document formats...

    products.aspose.com/words/python-net/conversion...
  3. Converting a EPS file to BMP using Python | Asp...

    Sample code on Python for EPS to BMP conversion. Use example code for batch EPS to BMP conversion with Python and .NET...programmatically a document from EPS to BMP format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/e...
  4. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily....Copy import com.aspose.words.*; Document doc = new Document ();...saveOptions); import com.aspose.words.*; Document doc = new Document("Input...

    products.aspose.com/words/java/compress/jpg/
  5. SVG 转换器 – 在 Python 中转换 SVG

    了解如何使用 Aspose.HTML for Python 通过 .NET 将 SVG 转换为其他格式,并参考 SVG 转换的 Python 示例。...'TIFF'}} import aspose.html.dom.svg as ahsvg import aspose.html...converters as conv import aspose.html.saving as sav import aspose.html...

    docs.aspose.com/html/zh/python-net/svg-converter/
  6. Aspose::Words::Fields::FieldIncludePicture clas...

    Aspose::Words::Fields::FieldIncludePicture class. Implements the INCLUDEPICTURE field. To learn more, visit the Documentation article in C++....the Working with Fields documentation article. class FieldIncludePicture...modifications made to the document. get_IsLinked () override...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. 用 Python 将 Markdown 转换为 PDF – Aspose.HTML

    使用 Aspose.HTML for Python 通过 .NET 将 Markdown 转换为 PDF。在即用型 Python 示例中考虑 Markdown 到 PDF 的转换方案。...'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/zh/python-net/convert-mark...
  8. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with Java....Java Contents [ Hide ] A PDF document can sometimes contain additional...flatten annotations Optimize PDF Document for the Web Optimization or...

    docs.aspose.com/pdf/java/optimize-pdf/
  9. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...private byte[] convertToPdf(Document document) throws Exception { try...pdfOptions.setUpdateFields(false); document.save(bos, pdfOptions); return...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  10. Rendering Shapes Separately from Document|Aspos...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a Document, and export them to an external location using C#....Rendering Shapes Separately from a Document Contents [ Hide ] What is...rest of the document. When processing documents, a common task...

    docs.aspose.com/words/net/rendering-shapes-sepa...