Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 2,720 for

outputstream conversion

(0.17 sec)
  1. 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...
  2. Poor Quality upon Converting SVG to DXF – Aspos...

    Poor Quality - SVG - DXF Conversion.zip (3.9 MB) Dear Aspose Support, We are experiencing significant quality issues when converting SVG files to DXF using Aspose.Imaging v25.4.0. These issues are creating serious down…...Poor Quality - SVG - DXF conversion.zip (3.9 MB) Dear Aspose...correct these artifacts post-conversion using custom cleanup tools...

    forum.aspose.com/t/poor-quality-upon-converting...
  3. 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...
  4. System.ArgumentException: #=zKvEEkeFVqwrNYzqVZC...

    We have a Site Small Business License (ID: 250619205945) for Aspose.PDF for .NET. We’re encountering the error below when attempting to convert a PDF to HTML. I can’t share the original PDF as it has very sensitive data, …...Save(Stream outputStream, SaveOptions options) at...This can occur during the conversion process if the PDF document...

    forum.aspose.com/t/system-argumentexception-zkv...
  5. Work with a Document Stored in a SharePoint Onl...

    Convert Word shared in SharePoint to PDF using C#. Work with documents stored in SharePoint – various input formats, including Word, OpenOffice, Image and eBook....Converts it to PDF and uploads conversion result to the same folder...fileStream ); using var outputStream = new MemoryStream (); var...

    docs.aspose.com/words/net/work-with-document-st...
  6. 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...
  7. 使用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...
  8. Convert JPG to EPS using Python

    JPG to EPS Conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here.... Python JPG to EPS Conversion You can check the quality...of Aspose.Page JPG to EPS conversion and view the results via...

    docs.aspose.com/page/python-net/convert/jpg-to-...
  9. Convert PNG to EPS using Python

    PNG to EPS Conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here.... Python PNG to EPS Conversion You can check the quality...of Aspose.Page PNG to EPS conversion and view the results via...

    docs.aspose.com/page/python-net/convert/png-to-...
  10. 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/