Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 109,869 for

import

(0.06 sec)
  1. Aspose.OCR for Java 21.3 - Release Notes|Docume...

    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....Example import static java.lang.System.out ; import java.awt...Rectangle ; import java.io.IOException ; import com.aspose.ocr...

    docs.aspose.com/ocr/java/aspose-ocr-for-java-21...
  2. PdfProducer | Aspose.PDF for Python via .NET AP...

    Represents a class to produce PDF from other formats....PDF stream using specified import format. produce(input_file_name...PDF stream using specified import format. produce(input_stream...

    reference.aspose.com/pdf/python-net/aspose.pdf....
  3. Aspose.OCR for Java 20.9 - Release Notes|Docume...

    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....Example import static java.lang.System.out ; import java.awt...Rectangle ; import java.io.IOException ; import java.util.ArrayList...

    docs.aspose.com/ocr/java/aspose-ocr-for-java-20...
  4. Aspose.OCR for Java 20.11 - Release Notes|Docum...

    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....Example import static java.lang.System.out ; import java.awt...Rectangle ; import java.io.IOException ; import java.util.ArrayList...

    docs.aspose.com/ocr/java/aspose-ocr-for-java-20...
  5. Convert WOFF2 to WOFF | API Solution for Java

    Aspose.Font for Java provides you with an easy solution for converting fonts. This documentation will tell about the woff2 to woff conversion....font ; 3 4 import java.io.FileOutputStream ; 5 import java.io.IOException...IOException ; 6 import java.nio.file.Files ; 7 import java.nio.file...

    docs.aspose.com/font/java/convert/woff2-to-woff/
  6. Aspose.psd python text layers issues - Free Sup...

    from aspose.psd.fileformats.psd Import PsdImage from aspose.psd.fileformats.psd.layers Import TextLayer from aspose.psd Import Color from aspose.pycore Import cast psdFilePath = “template.psd” def main(): source_fi…...psd import PsdImage from aspose.psd.fileformats...psd.layers import TextLayer from aspose.psd import Color from...

    forum.aspose.com/t/aspose-psd-python-text-layer...
  7. pdfproducer - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....ImportOptions for specified import format. static PdfProducer...the producer for specified import option. static PdfProducer...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  8. Managing Paragraph Bullets in PPTX in Ruby|Aspo...

    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....Presentation class pres = Rjb::import('com.aspose.slides.Presentation')...getShapes().addAutoShape(Rjb::import('com.aspose.slides.ShapeType')...

    docs.aspose.com/slides/java/managing-paragraph-...
  9. Convert WOFF to TTF | API Solution for Java

    Examples illustrated with code snippets of using Aspose.Font for Java for converting font woff to ttf...font ; 3 4 import java.io.FileOutputStream ; 5 import java.io.IOException...IOException ; 6 import java.nio.file.Files ; 7 import java.nio.file...

    docs.aspose.com/font/java/convert/woff-to-ttf/
  10. Convert PPT to PDF using Aspose.Slide for Pytho...

    I am using the Aspose.Slides library in Python to convert a PPTX presentation to PDF. This works perfectly; however, when extracting the final pages of the resulting PDF, their size is too large, almost as large as the t…... CODE USE: import os import sys import aspose.slides as...from datetime import datetime from PyPDF2 import PdfWriter , PdfReader...

    forum.aspose.com/t/convert-ppt-to-pdf-using-asp...