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

outputstream conversion

(0.34 sec)
  1. Document.convert(OutputStream outputLogStream, ...

    I’ve got an issue with the Document.convert(Outputstream outputLogStream, PdfFormat format, ConvertErrorAction action) method in a concurrency scenario. Using this method in parallel throws the following exception: com…...convert(OutputStream outputLogStream, PdfFormat format...with the Document. convert(OutputStream outputLogStream, PdfFormat...

    forum.aspose.com/t/document-convert-outputstrea...
  2. PDF to PPTX conversion issues - Free Support Fo...

    Hello, We’re having issues with converting a PDF file containing content into PPTX using the Aspose.PDF library. Input PDF: Input.pdf (37.7 KB) Result PPTX: Result.7z (66.1 KB) Here are found issues: Paragraph spac…...PDF to PPTX conversion issues Aspose.PDF Product Family dfinsolutions... { ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea();...

    forum.aspose.com/t/pdf-to-pptx-conversion-issue...
  3. Document.save() hangs indefinitely during PDF c...

    Hello, I’m experiencing a critical issue where Document.save() hangs indefinitely during DOCX to PDF Conversion. The process never completes, no timeout occurs, and no warnings are reported. Environment: build.gradle …...hangs indefinitely during PDF conversion Aspose.Words Product Family...indefinitely during DOCX to PDF conversion. The process never completes...

    forum.aspose.com/t/document-save-hangs-indefini...
  4. HTML to PDF conversion - Ignore page-break-insi...

    We have an issue when using Aspose.Pdf for HTML to PDF Conversion: In case an element is too big for the current page of a document we want it to skip to the beginning of the next page. Therefore we added the style: pa…...HTML to PDF conversion - Ignore page-break-inside:avoid style...Aspose.Pdf for HTML to PDF conversion: In case an element is too...

    forum.aspose.com/t/html-to-pdf-conversion-ignor...
  5. PDF to PPTX conversion produces incorrect borde...

    Hello, We’re experiencing issues when converting PDF files to PPTX. Table cell borders and text box borders are exported with incorrect widths. This issue occurs in Linux environment. Input PDF: Input.pdf (62.0 KB) O…...PDF to PPTX conversion produces incorrect border weight Aspose...Document(pdf)) { ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea();...

    forum.aspose.com/t/pdf-to-pptx-conversion-produ...
  6. Pdf to tiff conversion 24bpp format incorrectly...

    This is on linux using dotnet 8 Here is a small code sample to reproduce the issue: Stream documentStream = File.OpenRead(“any.pdf”); TiffSettings settings = new TiffSettings(); settings.De…...Pdf to tiff conversion 24bpp format incorrectly generates 32bpp...selectedPages) { using(Stream outputStream = File.OpenWrite(Guid.NewGuid()+"...

    forum.aspose.com/t/pdf-to-tiff-conversion-24bpp...
  7. Aspose.Words - DOCX to PDF Conversion Layout In...

    We are experiencing inconsistent layout rendering when converting DOCX files to PDF using Aspose.Words. The Conversion produces correct output in our local development environment but generates incorrect page layouts in …...Words - DOCX to PDF Conversion Layout Inconsistency Issue...PDF using Aspose.Words. The conversion produces correct output in...

    forum.aspose.com/t/aspose-words-docx-to-pdf-con...
  8. Support a simple conversion without load+save c...

    Hi, our use case for Aspose.Cells is to simply convert an input file to a different format without any modification, like following: public void convert(@NotNull File input, @NotNull File output, int saveFormat) throws …...Support a simple conversion without load+save combo Aspose.Cells...FileInputStream(input)); OutputStream os = new BufferedOutputStream(new...

    forum.aspose.com/t/support-a-simple-conversion-...
  9. Table cell backgrounds lost in PDF to PPTX conv...

    We’re experiencing an issue when converting PDF files to PPTX using Aspose.PDF’s Document.save() method with SaveFormat.Pptx. Table cells in the first row lose their background colors, particularly when they are adjacent…...backgrounds lost in PDF to PPTX conversion, especially near special...operators). # #Code Sample conversion code: try (Document srcDoc...

    forum.aspose.com/t/table-cell-backgrounds-lost-...
  10. Text Not Centered Vertically in Merged Cells Af...

    Hello team. While evaluating Aspose.HTML for Java 26.3, we noticed that text inside merged table cells (colspan or rowspan) styled with vertical-align: middle is not rendered correctly when converting HTML to PNG. Inste…...Merged Cells After HTML-to-PNG Conversion Aspose.HTML Product Family...FitToContentHeight); ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea();...

    forum.aspose.com/t/text-not-centered-vertically...