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

outputstream conversion

(0.18 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. 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/
  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. 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...
  6. 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-...
  7. 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-...
  8. 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...
  9. 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...
  10. 使用cad-java 23.7 版本,把一个250兆的.stl文件转成pdf ,内存飙到了11...

    下面是我的代码, 有什么办法减少内存使用,或者可以设置超过多少内存,就到磁盘处理,不然这个根本没法使用,一点就内存溢出了 public synchronized Path doCadToPdf(InputStream inputStream, String outputFilePath) throws IOException { Path outputPath = Paths.get(outputFileP…...load(inputStream, opts); OutputStream stream = Files.newOutpu...reduce memory usage during the conversion, you can try the following...

    forum.aspose.com/t/cad-java-23-7-250-stl-pdf-11...