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

import document

(0.3 sec)
  1. 用 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...
  2. PDF to EPUB Merge using Python | Aspose.PDF

    Combine two or more PDF Documents into one EPUB single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Installing the Library on the Documentation pages. To verify the benefits...in just a few lines of code. Import necessary Python libraries...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  3. PDF to DOC Converter using Python | Aspose.PDF

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

    products.aspose.com/pdf/python-net/conversion/p...
  4. Optimize PDF using Aspose.PDF for Node.js via C...

    Optimize and compress PDF files for fast web-view using the Node.js environment....Contents [ Hide ] Optimize PDF Document Toolkit by Aspose.PDF for...CommonJS: Call require and import asposepdfnodejs module as AsposePdf...

    docs.aspose.com/pdf/nodejs-cpp/optimize-pdf/
  5. Render Solid Gridlines while Converting Excel t...

    Learn how to display solid gridlines during Excel to PDF conversion using Aspose.Cells for Python via .NET.... import os from aspose.cells import Workbook , PdfSaveOptions...pdf" ), pdf_save_options ) AI Document Assistant Close Embed Attachment...

    docs.aspose.com/cells/python-net/render-solid-g...
  6. 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...
  7. Convert EPUB to PDF – Aspose.HTML for Python vi...

    Convert EPUB to PDF using Aspose.HTML Python library. Consider various EPUB to PDF conversion scenarios in Python code examples....'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/python-net/convert-epub-to...
  8. 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/
  9. PDF Figures Annotations|Aspose.PDF for Java

    This article describes how to add, get, and delete figures annotations from your PDF Document with Aspose.PDF for Java...Annotations: Load the PDF file - new Document . Create new Circle Annotation...aspose.pdf.examples ; import java.util.* ; import com.aspose.pdf.*...

    docs.aspose.com/pdf/java/figures-annotation/
  10. isLandscape() Does Not Return Correct Value - F...

    Hello, Using jar: aspose-pdf-25.2-jdk17.jar I don’t know why this is happening, but no matter what I do and what PDF Document I open, the value I receive for isLandscape() is always “false”, even in cases where it is a…...matter what I do and what PDF document I open, the value I receive...Here is my code: import com.aspose.pdf.*; import java.io.File; public...

    forum.aspose.com/t/islandscape-does-not-return-...