Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 52,983 for

import document

(0.2 sec)
  1. Markdown 转换器 – Aspose.HTML for Python via .NET

    了解如何使用 Aspose.HTML Python 库将 Markdown 转换为其他格式,并考虑 Markdown 转换场景。...'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/markdown-con...
  2. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python applications....the pages of PDF document through the Document object’s PageCollection...each iteration, create a new Document object and add the individual...

    docs.aspose.com/pdf/python-net/split-pdf-document/
  3. java.lang.ClassCastException: class com.aspose....

    Hi team, wondering what might causing this error on load method. for input docx file attached ? throwing below error. java.lang.ClassCastException: class com.aspose.words.OfficeMath cannot be cast to class com.aspose.w…... import com.aspose.words.Document; import java.io.FileInputStream;...-fail.docx")) { Document doc = new Document(fis); System.out...

    forum.aspose.com/t/java-lang-classcastexception...
  4. 使用 Python 更改 HTML 背景颜色

    学习使用 Aspose.HTML for Python via .NET 为 HTML 文档设置背景颜色。提供多种实现方式的可直接使用的 Python 示例。...paragraph using Python 2 3 import os 4 import aspose.html as ah 5 6...# Prepare output path for document saving 7 output_dir = "output/"...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  5. Document Compression and Archiving via Python |...

    Reduce and compress Documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your Python application. Test the compression result online....NET Compress Document Compression using Python APIs...Python via .NET. Download Document compression refers to the...

    products.aspose.com/total/python-net/compress/
  6. Converting a PDF file to SVG using Go | Aspose.PDF

    Code Examples on Go for PDF‑to‑SVG Conversion on All Platforms...convert programmatically a document from PDF to SVG format using...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/go-cpp/conversion/pdf-t...
  7. Converting a PDF file to BMP using Go | Aspose.PDF

    Code Examples on Go for PDF‑to‑BMP Conversion on All Platforms...convert programmatically a document from PDF to BMP format using...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/go-cpp/conversion/pdf-t...
  8. Converting a PDF file to PNG using Go | Aspose.PDF

    Code Examples on Go for PDF‑to‑PNG Conversion on All Platforms...convert programmatically a document from PDF to PNG format using...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/go-cpp/conversion/pdf-t...
  9. Create a Macro in Word using Java

    Refer to this article for coding with VBA using Java. It has complete details to set the IDE for development, a list of instructions, and a sample code to create a macro in Word using Java....Word file Import the required modules, including Document , VbaModule...empty Word file using the Document class Create a VbaProject...

    kb.aspose.com/words/java/create-a-macro-in-word...
  10. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    Learn how to calculate Excel 2016 MINIFS and MAXIFS functions using Aspose.Cells for Python via .NET API with code examples.... import os from aspose.cells import Workbook , PdfSaveOptions..."outputMINIFSAndMAXIF.pdf" ), options ) AI Document Assistant Close Globalization...

    docs.aspose.com/cells/python-net/calculation-of...