Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,715 for

outputstream conversion

(0.43 sec)
  1. 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-...
  2. Perform memory optimization while loading docum...

    We have encountered an unexpected memory issue when trying to convert very large docx document to pdf (size ~100mb). The documents we are using consists of text, tables and images. We use openjdk 1.8 and aspose-words 20…...encoding) { ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea()...loadOptions).save(outputStream, saveOptions) return outputStream } } Error:...

    forum.aspose.com/t/perform-memory-optimization-...
  3. 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/
  4. Optimize Image Management in Presentations Usin...

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

    docs.aspose.com/slides/java/image/
  5. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...Source) Code sample used for conversion: LoadOptions loadOptions...FileInputStream(input)); OutputStream os = new BufferedOutputStream(new...

    forum.aspose.com/t/getting-nullpointerexception...
  6. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputstream Outputstream = new ByteArrayOutputstream(); document.save(Outputstream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...getInputStream()); ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea();...ByteArrayOutputStrea(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  7. 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...
  8. Aptos font does not work out of the box - Free ...

    Hi, Same problem here. Aptos is the new default Font in Microsoft Word, so it should work “out of the box” under Windows, but that’s not actually the case. Steps to reproduce the issue : Create a new word document usi…...Save(outputStream, Aspose.Words.SaveFormat...there is a warning during conversion: “Warning: Font ‘Aptos’ has...

    forum.aspose.com/t/aptos-font-does-not-work-out...
  9. 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...
  10. com.aspose.pdf.exceptions.FontNotFoundException...

    Converting a document to PDF on a Linux machine generates this error: com.aspose.pdf.exceptions.FontNotFoundException: Font OpenSansRegular can not found. com.aspose.pdf.internal.l5h.l1n.l1h(Unknown Source) com.aspose.p…...the code to reproduce it: OutputStream logFos = new FileOutputStream(log);...machine, so the PDF/A‑2A conversion aborts with a FontNotFoundExceptio...

    forum.aspose.com/t/com-aspose-pdf-exceptions-fo...