Sort Score
Result 10 results
Languages All
Labels All
Results 7,181 - 7,190 of 71,558 for

import

(2.49 sec)
  1. Converting a PDF file to JPEG using Python | As...

    Code Examples on Python for PDF‑to‑JPEG Conversion on All Platforms...Output format: JPEG Output file: import AsposePDFPythonWrapp as ap...

    products.aspose.com/pdf/python-cpp/conversion/p...
  2. Retrieve, Get, Copy and Insert a Page|Documenta...

    This section explains how to insert a page, copy a page or get page information with Aspose.Diagram.... C# // import diagram Diagram diagram = new...page in the Visio drawing: // import diagram Diagram diagram = new...

    docs.aspose.com/diagram/net/retrieve-get-copy-a...
  3. Efficiently Merge Presentations in Java|Aspose....

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for Java, streamlining your workflow....Java allows you to select and import only the slides you need. The...Presentation Information in Java Import Presentations from PDF or HTML...

    docs.aspose.com/slides/java/merge-presentation/
  4. Python aspose.words docx包含复杂表格和图表时转为pdf失败 - Fre...

    在使用 aspose.words 转换docx为pdf文件格式时,使用python fastapi 框架启动多个工作进程时会直接导致进程异常退出 代码示例 Import aspose.words as aw words_license = aw.License() words_license.set_license(‘./Aspose.TotalProductFamily.lic’) try: doc = aw.Docume…...框架启动多个工作进程时会直接导致进程异常退出 代码示例 import aspose.words as aw words_license...以下是一个改进的代码示例,增加了异常处理和资源管理: import aspose.words as aw words_license...

    forum.aspose.com/t/python-aspose-words-docx-pdf...
  5. 微调转换器 – Aspose.HTML for Python via .NET

    使用 Aspose.HTML for Python 通过 .NET 对 HTML 转换器进行微调。在将 HTML 呈现为 PDF、DOCX 或图像时,可调整页面大小、页边距、质量等。... Copy 1 import aspose.html as ah 2 import aspose.html.rendering...

    docs.aspose.com/html/zh/python-net/fine-tuning-...
  6. View and Update DOT Properties Online or Update...

    View and modify DOT properties through online app for free. Android API code to update DOT properties....Update DOT Metadata Online Import DOT file by uploading it. Do...

    products.aspose.com/total/android-java/metadata...
  7. View and Update DOTX Properties Online or Updat...

    View and modify DOTX properties through online app for free. Android API code to update DOTX properties....Update DOTX Metadata Online Import DOTX file by uploading it....

    products.aspose.com/total/android-java/metadata...
  8. Extract Text and Images from DOCM File Online a...

    Online DOCM file parser app. Android API code to extract images and text content from DOCM document....Parse DOCM Document Online Import DOCM file to parse by uploading...

    products.aspose.com/total/android-java/parse/docm/
  9. Extract Text and Images from DOCX File Online a...

    Online DOCX file parser app. Android API code to extract images and text content from DOCX document....Parse DOCX Document Online Import DOCX file to parse by uploading...

    products.aspose.com/total/android-java/parse/docx/
  10. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...Here’s my code: import com.aspose.pdf.*; import java.io.ByteArrayInputStream;...ByteArrayInputStream; import java.util.Base64; public class PdfBanner...

    forum.aspose.com/t/trying-to-create-a-word-like...