Sort Score
Result 10 results
Languages All
Labels All
Results 7,001 - 7,010 of 67,113 for

import

(0.16 sec)
  1. No usable version of libssl was found - Free Su...

    I have a Python script running Aspose.Words, when I call aspose.words.License.set_license I get the following error: No usable version of libssl was found I use libssl in many of my other Python scripts and everything w…...13 30 Jan 2024) python3 -c “import ssl; print(ssl.OPENSSL_VERSION)”...Ubuntu 24.04.1 LTS My code: import aspose.words as aw aspose_license...

    forum.aspose.com/t/no-usable-version-of-libssl-...
  2. Compare Two Documents Using Java

    Compare Word or PDF documents using Java to get the difference between files. You can also compare files in other popular formats.... An important point: the compared documents..."aspose-words" % "ver" Copy import com.aspose.words.*; Document...

    products.aspose.com/words/java/compare/
  3. Compare WORD In Java

    Compare WORD documents using Java to diff two files. With our Java API you can detect the difference even if one character or one word has been changed.... An important point: the compared Word documents..."aspose-words" % "ver" Copy import com.aspose.words.*; Document...

    products.aspose.com/words/java/compare/word/
  4. Convert JPG to SVG – Python code and Online Vec...

    Convert JPG to SVG online or in Python with Aspose.SVG. Vectorize JPG images to enjoy the benefits of vector graphics. Try Online Image Vectorizer....Convert JPG to SVG in Python import aspose.svg.imagevectorization...should follow a few steps: Import the necessary modules and classes...

    products.aspose.com/svg/python-net/vectorize-im...
  5. DWG Drawings|CAD Documentation

    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.... Support for Import Image to DWG File Aspose.CAD...section describes how can we import images inside the DWG file...

    docs.aspose.com/cad/net/developer-guide/cad-and...
  6. DWG Drawings|CAD Documentation

    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.... Support for Import Image to DWG File Aspose.CAD...section describes how can we import images inside the DWG file...

    docs.aspose.com/cad/java/dwg-drawings/
  7. 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...
  8. Java API to Convert OTT to TSV or with free Onl...

    Convert OTT to TSV via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free OTT to TSV online converter quickly before integrating the code....useful for structured data import, analysis, and spreadsheet...Preparing templates for spreadsheet import or automation Sharing template...

    products.aspose.com/total/java/conversion/ott-t...
  9. Python API for PostScript Processing

    Python library to create, read or update XPS, PS, or EPS documents. Native APIs that are easy to integrate into your own project/solution....xps import * from aspose.page.xps.xpsmodel import * #create...

    products.aspose.com/page/python-net/
  10. 从XML生成PDF|Aspose.PDF for Java

    Aspose.PDF for Java提供了将XML文件转换为PDF文档的机会,要求输入的XML文件必须遵循Aspose.PDF for Java Schema。...examples ; import javax.xml.transform.* ; import javax.xml.transform...transform.stream.StreamResult ; import javax.xml.transform.stream...

    docs.aspose.com/pdf/zh/java/generate-pdf-from-xml/