Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 2,700 for

outputstream conversion

(0.11 sec)
  1. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....file: try (FileOutputStream outputStream = new FileOutputStream(getArtifactsDir()...args.setDocumentPartStrea(outputStream); } Assert.assertNotNull(args...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert PDF to JPG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to JPEG image, convert all and single pages to JPEG images with Aspose.PDF for Android via Java....PDF conversion and view the results online...link products.aspose.app/pdf/conversion/pdf-to-jpg Convert single...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  3. Aspose.PSD for .NET 20.5 - 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....PSDNET-201 Support for document conversion progress Feature PSDNET-275...PSDNET-201. Support for document conversion progress string sourceFilePath...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-5...
  4. Optimize Image Management in Presentations on A...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Android via Java, optimizing performance and automating your workflow....(); ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea...buffer . length )) != - 1 ) outputStream . write ( buffer , 0 , read...

    docs.aspose.com/slides/androidjava/image/
  5. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for PHP via Java, optimizing performance and automating your workflow....$connection -> getInputStream (); $outputStream = new Java ( "java.io.B...( $buffer )) != - 1 ) { $outputStream -> write ( $buffer , 0 ...

    docs.aspose.com/slides/php-java/image/
  6. PdfException: Value cannot be null. Parameter n...

    We are getting a runtime exception while converting certain PDF pages to JPEG using JpegDevice.process(). The exception originates from internal trailer parsing during annotation rendering. This happens only for some PD…...try (ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea())...jpegDevice.process(pdfPage, outputStream); log.debug("fetchTextForSignatur...

    forum.aspose.com/t/pdfexception-value-cannot-be...
  7. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...NullPointerException deep in the internal conversion code. The document loads...); ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea();...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  8. HTML to PDF mixed page sizes - Free Support For...

    Is there any way to have mixed page sizes/orientations when creating a PDF from HTML? Our requirements demand that the first page be letter sized in portrait, and the subsequent pages be landscape mode (some with dynami…...Page sizes in HTML to PDF conversion. We have logged an enhancement...PDFNET-41554.html"); using (var outputStream = new MemoryStream()) using...

    forum.aspose.com/t/html-to-pdf-mixed-page-sizes...
  9. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java.... The conversion is done using Device and...DocumentDevice is oriented for conversion whole document, but ImageDevice...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  10. CssSavingArgs | Aspose.Words for Java

    Provides data for the ICssSavingCallback.cssSavingcom.aspose.words.CssSavingArgs event in Java....stylesheets that an HTML conversion creates. public void externalCssFilenames()...HTML document. setCssStream(OutputStream value) setKeepCssStreamOpen(boolean...

    reference.aspose.com/words/java/com.aspose.word...