Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 49,891 for

import document

(0.28 sec)
  1. Using early binding in CPP|Aspose.PDF for .NET

    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....sample pay attention that #import typelib.tlb makes C++ compiler...new versions of them. often importing only one TLB file leads to...

    docs.aspose.com/pdf/net/using-early-binding-in-...
  2. 将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...以下代码片段展示了如何将所有 PDF 页面转换为单个 TIFF 图像。 import aspose.pdf as ap input_pdf...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  3. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...文档是否兼容 PDF/A-1a 或 PDF/A-1b,请使用 Document 类的 validate 方法。此方法允许您指定保存结果的文件名称以及所需的验证类型...PDF/A-1A。 import aspose.pdf as ap # 打开文档 document = ap . Document...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  4. TeX typesetting functionality | Java API

    Java API Solution to work with TeX. Learn on the example how to typeset TeX/LaTeX files with a few lines of Java code....TeX for Java Live Demos Documentation Source Code API Reference...Overview Overview Live Demos Documentation Source Code API Reference...

    products.aspose.com/tex/java/typeset-tex-files/
  5. 用 Python 将 Markdown 转换为图像 – 将 Markdown 转换为 JPG、...

    使用 Aspose.HTML for Python 通过 .NET 将 Markdown 转换为图片。考虑在 Python 示例中将 Markdown 转换为 JPG、PNG、BMP、GIF 和 TIFF 的情况。...'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...
  6. PCL to DOCX Converter using Python | Aspose.PDF

    Sample code on Python for PCL to DOCX conversion. Use example code for batch PCL to DOCX conversion with Python and .NET...convert programmatically a document from PCL to DOCX format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/p...
  7. Compress TIFF In Java

    Compress TIFF in Java without losing quality. Optimize TIFF 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/tiff/
  8. Shapes Separately from Document|Aspose.Words fo...

    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 Node.js....from a Document Contents [ Hide ] When processing documents, a common...extract all images found in the document and export them to an external...

    docs.aspose.com/words/nodejs-net/rendering-shap...
  9. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem Document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...stem document = ap.Document(str(file_path)) resolution...max_pages and page_count <= len(document.pages): new_file_name = f...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  10. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF Documents programmatically with Python sample code using Aspose.PDF for Python for .NET...Unlock PDF Document Using Python Unlock PDF using the Aspose...PDF containing important information or documents. Sometimes, there...

    products.aspose.com/pdf/python-net/decrypt/