Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 69,928 for

import

(0.09 sec)
  1. Convert VSDM to HTML via Python | products.aspo...

    Sample Python conversion code for VSDM format to HTML file. Use this example code to convert VSDM to HTML within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSDM in an object...

    products.aspose.com/diagram/python-java/convers...
  2. Aspose.Slides for Python: slides.Presentation T...

    hi. Import aspose.slides as slides file_path = "test37.pptx" slides.Presentation(file_path) the error message is An error occurred while creating the presentation: Proxy error(PptxReadException): Font ‘?’ cannot be …... import aspose.slides as slides file_path...included. from aspose.slides import Presentation presentation =...

    forum.aspose.com/t/aspose-slides-for-python-sli...
  3. Mhtml to pdf conversion - pdf output is not as ...

    input mhtml file AccuWeather.zip (50.3 KB) output pdf file AccuWeather_html.pdf (154.8 KB) language: java 21 aspose-words 25.2 our expectation is, the contents of output pdf should be similar to how the mhtml file …...conversion: import com.aspose.html.converters.Converter; import com.aspose...html.saving.PdfSaveOptions; import java.io.FileInputStream; public...

    forum.aspose.com/t/mhtml-to-pdf-conversion-pdf-...
  4. Msg to mhtml - the external image present in th...

    language: java21 library aspose-email:25.1 During msg to mhtml conversion , the external image present in this msg file is not visible in the output mhtml file. please help to fix this problem input Develop Softwar…...options: import com.aspose.email.MailMessage; import com.aspose...aspose.email.SaveOptions; import com.aspose.email.MhtFormatOptions;...

    forum.aspose.com/t/msg-to-mhtml-the-external-im...
  5. Convert TXT to POT via C# .NET or with free Onl...

    Convert Word txt documents to PowerPoint pot files with C#. Convert multiple files within ASP.NET or other .NET applications....Presentation Object Import HTML content in text frame...conversations. Data Import and Export : Use POT formats to import and export...

    products.aspose.com/total/net/conversion/txt-to...
  6. Unable to detect installed TrueType fonts durin...

    Dear Support Team, I was testing the conversion of multiple document formats to PDF (including DOCX, PPTX, VSDX, and XLSX) using custom fonts installed on my system. According to the documentation, Aspose libraries such…...callback: import com.aspose.diagram.Diagram; import com.aspose...IWarningCallback; import com.aspose.diagram.WarningInfo; import com.aspose...

    forum.aspose.com/t/unable-to-detect-installed-t...
  7. Aspose.Slides Adds an Unwanted “1” Label to the...

    Hi Team, We are encountering an issue where, during the creation of a stacked vertical chart, Aspose automatically inserts the value “1” on the horizontal (category) axis whenever a category label is empty. This behavio…...reproduce the issue import com.aspose.slides.*; import java.io.ByteArrayInputStream;...ByteArrayInputStream; import java.io.ByteArrayOutputStrea; public...

    forum.aspose.com/t/aspose-slides-adds-an-unwant...
  8. PDF文本注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您添加、获取和删除PDF文档中的文本注释。...examples ; import com.aspose.pdf.* ; import java.util.* ;...pdf.examples ; import com.aspose.pdf.* ; import java.util.* ;...

    docs.aspose.com/pdf/zh/java/text-annotation/
  9. Extract SVG From Website in Python – Aspose.HTML

    Learn how to download SVG from website using Aspose.HTML. Consider Python examples to automate extracing inline and external SVG from any website....website using Python 2 3 import os 4 import aspose.html as ah 5 6...Python 2 3 import os 4 import aspose.html as ah 5 import aspose.html...

    docs.aspose.com/html/python-net/extract-svg-fro...
  10. MD to PDF Merge using Python | Aspose.PDF

    Combine two or more MD documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path md_load_options...

    products.aspose.com/pdf/python-net/merger/md-to...