Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 50,285 for

import document

(0.12 sec)
  1. 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...
  2. 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/
  3. CompositeNode.insertAfter method | Aspose.Words...

    CompositeNode.insertAfter method. Inserts the specified node immediately after the specified reference node....inserted was created from another document, you should use DocumentBase...to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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-...
  5. Aspose pdf for java PDF转换WORD 样式失效 - Free Suppo...

    我使用的是aspose pdf for java 组件 我想要的效果是在保留原有的样式情况下,转换的word的表格可以编辑 我实际用Aspose把PDF转换为word后,表格也不能编辑,表格变成了图片,启用表格识别,样式又全部乱了,请帮我看下,谢谢! test0730.pdf (49.5 KB) test0730.docx (12.6 KB)... 示例代码 : import com.aspose.pdf.Document; import com.aspose...args) { // 加载PDF文档 Document document = new Document("input.pdf");...

    forum.aspose.com/t/aspose-pdf-for-java-pdf-word...
  6. 使用 Python 查看 PS 文件 | Aspose.PDF

    用于在 .NET 上打开和查看 PS 文件的 Python 源代码...此示例代码显示如何查看 PS 文件 import aspose.pdf as apdf from os import path path_infile...PsLoadOptions () document = apdf . Document ( path_infile , options...

    products.aspose.com/pdf/zh-hans/python-net/view...
  7. 使用 Python 查看 SVG 文件 | Aspose.PDF

    用于在 .NET 上打开和查看 SVG 文件的 Python 源代码...此示例代码显示如何查看 SVG 文件 import aspose.pdf as apdf from os import path path_infile...SvgLoadOptions () document = apdf . Document ( path_infile , options...

    products.aspose.com/pdf/zh-hans/python-net/view...
  8. 在将 Excel 转换为 PDF 时渲染实心网格线(Render Solid Gridline...

    学习如何在使用 Aspose.Cells for Python via .NET 转换 Excel 为 PDF 时显示实线网格线。... import os from aspose.cells import Workbook , PdfSaveOptions...pdf" ), pdf_save_options ) AI Document Assistant Close 使用Python.NET在PDF中嵌入附件...

    docs.aspose.com/cells/zh/python-net/render-soli...
  9. Convert HTML To EPUB Java

    Convert HTML to EPUB format in Java code. Save HTML as EPUB using Java....converting HTML to EPUB Use our document conversion API to create portable...to import and export HTML, EPUB, and many other document formats...

    products.aspose.com/words/java/conversion/html-...
  10. Convert HTML To WORD Java

    Convert HTML to WORD format in Java code. Save HTML as WORD using Java....converting HTML to Word Use our document conversion API to create portable...to import and export HTML, Word, and many other document formats...

    products.aspose.com/words/java/conversion/html-...