Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 69,939 for

import

(0.73 sec)
  1. Warning concerning the license into the log fil...

    Hello, Into the log file of our program, we have the following exceptions: NFO 2025-05-16 12:25:34,686 [pool-6-thread-1] [sae_system][CFL_SAE_PRD] com.aspose.pdf.License …...demonstrates how to set the license: import com.aspose.pdf.License; public...pdf.service; import java.io.InputStream; import org.slf4j.Logger;...

    forum.aspose.com/t/warning-concerning-the-licen...
  2. Save HTML Document in Python – Aspose.HTML for ...

    Learn how to save HTML documents to a file or URL using Aspose.HTML for Python via .NET API and how to apply save options....file 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/save-html-docum...
  3. Cannot convert from HTML to MHTML in Java - Fre...

    Hi guys, I am using aspose-html (version 25.4) and trying to convert my .html file (included images) to .mhtml file. However, the error shows “Path is empty”. I am sure that the html file is existing with correct path. …...MHTML format: import java.io.IOException; import com.aspose.html...HTMLDocument; import com.aspose.html.converters.Converter; import com.aspose...

    forum.aspose.com/t/cannot-convert-from-html-to-...
  4. Add properties in XMP metadata of EPS | Python

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here.... eps import * 2 from aspose. page . eps . xmp import * 3 from...from datetime import datetime 4 from util import Util 5 ##########...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  5. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…...table‑border export (quickest) import com.aspose.words.*; public...visible border) import com.aspose.words.*; import java.awt.Color;...

    forum.aspose.com/t/bug-when-generating-html-in-...
  6. Aspose.Cells for Java Vs Open Source Competitor...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Cells for Java can also import data into spreadsheets from...text formulas and functions, import pictures (all major formats...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  7. Փոխարկել WORD EPUB Python

    Փոխարկեք WORD ը EPUB ձևաչափի Python կոդով: Պահեք WORD որպես EPUB օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...) doc.save( "Output.epub" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  8. Փոխարկել JPG GIF Python

    Փոխարկեք JPG ը GIF ձևաչափի Python կոդով: Պահեք JPG որպես GIF օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...ImageSaveOptions(aw.SaveFormat.GIF)) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  9. Փոխարկել WORD TXT Python

    Փոխարկեք WORD ը TXT ձևաչափի Python կոդով: Պահեք WORD որպես TXT օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...) doc.save( "Output.txt" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...
  10. Փոխարկել WORD PNG Python

    Փոխարկեք WORD ը PNG ձևաչափի Python կոդով: Պահեք WORD որպես PNG օգտագործելով Python:...install aspose-words Պատճենել import aspose.words as aw doc = aw...+ 1 } .png" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/convers...