Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 4,058 for

stream provider

(0.07 sec)
  1. PdfFileInfo.hasOpenPassword() very slow in Aspo...

    We are using Aspose.PDF for Java 20.4 and noticed that checking whether a PDF is password protected sometimes takes more than 1 minute. public boolean isPdfPasswordProtected(byte[] pdfFileContent) throws Exception { …...{ try(ByteArrayInputStream stream = new ByteArrayInputStream(pdfFileContent);){...aspose.pdf.facades.PdfFileInfo(stream); return pdfInfo.hasOpenPassword();...

    forum.aspose.com/t/pdffileinfo-hasopenpassword-...
  2. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing paragraphs, or arrow shapes, when processing a document, and export them to an external location using Node.js....Words API, which already provides the functionality for extracting...single image. Aspose.Words provides functionality for extracting...

    docs.aspose.com/words/nodejs-net/rendering-shap...
  3. Aspose.PSD for .NET 19.8 - 发行说明|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....Stream) M:Aspose.PSD.FileFormats.Psd...image files to PsdImage from stream string outputFilePath = "PsdResult...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  4. Crop EPS Image in Java

    This blog post will teach you how to crop EPS image in Java using Aspose.Page. This cropping SDK helps Java developers to crop EPS files programmatically....Page for Java provides a robust and developer-friendly...mentioned below: Create an input stream for the source EPS file. Initialize...

    blog.aspose.com/page/crop-eps-image-in-java/
  5. Crop and resize EPS via C++ | Aspose.Page

    Empower your C++ applications with our API solution for precise EPS file cropping and resizing, making visuals come to life....Page provides you with the functionality...PsDocument object with an input stream containing an EPS file. Define...

    products.aspose.com/page/cpp/crop-eps/
  6. C++ API to Convert XML to TSV | products.aspose...

    Convert XML to TSV via C++ API without using Microsoft Excel or Adobe Reader... It provides a simple two-step process...convert XML to TSV in C++. It provides a simple two-step process...

    products.aspose.com/total/cpp/conversion/xml-to...
  7. TIFF to PDF Merge using C++ | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...set image source to memory stream // add document image to specific...:: Pdf :: Image > (); auto stream = System :: IO :: File :: Create...

    products.aspose.com/pdf/cpp/merger/tiff-to-pdf/
  8. PDF to JPEG Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with Java sample code using Aspose.PDF for Java...JpegDevice (); ByteArrayOutputStrea stream = new ByteArrayOutputStrea...getPages (). get_Item ( i ), stream ); try ( FileOutputStream fileStream...

    products.aspose.com/pdf/java/merger/pdf-to-jpeg/
  9. Aspose.PSD for Python via .NET : Process termin...

    Ubuntu 24.04 Python3.10.19 use temporary license Code from doc from io import BytesIO from aspose.psd.fileformats.psd import PsdImage from aspose.psd.fileformats.psd.layers import Layer from aspose.psd import License…...psd" # Open file as Stream with open(inputFile, "rb",...filestream: stream = BytesIO(filestream.read()) stream.seek(0) #...

    forum.aspose.com/t/aspose-psd-for-python-via-ne...
  10. Open Presentations in Python|Aspose.Slides for ...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for Python via .NET—fast, reliable, fully featured....Slides provides options—particularly the ...working with streams, Aspose.Slides may copy a stream’s contents...

    docs.aspose.com/slides/python-net/open-presenta...