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

import

(0.06 sec)
  1. Convert VSS to JPEG via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  2. Convert VSDX to PDF via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  3. Convert VSTX to VTX via Python | products.aspos...

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

    products.aspose.com/diagram/python-java/convers...
  4. 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...
  5. 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...
  6. 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-...
  7. 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...
  8. 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...
  9. Compress PDF Document using Go | Aspose.PDF

    Compress PDF programmatically using Aspose.PDF for Go library....while keeping its quality and important details intact. This professional...PDF Output file: package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...

    products.aspose.com/pdf/go-cpp/compress/
  10. ImportFormatOptions.append_document_with_new_pa...

    ImportFormatOptions.append_document_with_new_page property. Gets or sets a boolean value indicating whether to change a first Imported section type to the [SectionStart.NEW_PAGE](../../sectionstart/#NEW_PAGE) forcibly when call [Document.append_document()](../../document/append_document/#document_Importformatmode_Importformatoptions)...whether to change a first imported section type to the SectionStart...and has no effect on other import-related methods. Examples Shows...

    reference.aspose.com/words/python-net/aspose.wo...