Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 72 for

streamed attachment memory fix

(0.55 sec)
  1. Aspose Hyperlink not working with 2012 server -...

    We are having the Aspose.pdf version 8.8.0.0. and it worked fine until it was running in 2003 server. Recently we migrated to 2012 server and after that the pdf documents are not getting hyperlinked at all; even though t…...have to make a quick decision/fix for the same. Request your earliest...TextFragmentCollecti textFragmentCollecti; Stream input = System.IO.File.OpenRead(inPutFile);...

    forum.aspose.com/t/aspose-hyperlink-not-working...
  2. Fonts are missing in pdf after word to pdf conv...

    we have created one azure web app which convert word to pdf using aspose but after conversion “Source sans pro” font is missing in pdf. same issue we were reproduce it on local but after installation of “Source sans pro…...loading fonts from a stream, a file system or memory using C#. You should...resolved. 1511×623 169 KB attached input and output pdf. Post...

    forum.aspose.com/t/fonts-are-missing-in-pdf-aft...
  3. Aspose pdf fails to save a PDF when options are...

    using .net 9 latest apose.pdf (25.10.0). 1.pdf (221.1 KB) when trying to save attached PDF with: SaveOptions so = new PdfSaveOptions() { DefaultFontName = "Arial", }; pdfDocument.Save(outputPdfPath, so); save fa…...1 KB) when trying to save attached PDF with: SaveOptions so =...jd.#=zCPdtD8mHdWGGgn9BdPf=(Stream #=zlanGNwI=, String #=zUIBQWD4=...

    forum.aspose.com/t/aspose-pdf-fails-to-save-a-p...
  4. Trouble converting a DWG to PDF - Free Support ...

    I have a project to convert DWG drawings to PDFs as needed. The process will need to completed in a desktop environment as well as web environment. Using the Aspose.CAD .NET v26.1.0. I created C# .NET dll that will conve…...the file is being loaded or streamed between the two environments...likely points to how the file stream is handled—specifically, using...

    forum.aspose.com/t/trouble-converting-a-dwg-to-...
  5. JsonDataSource Initialization Extremely Slow wi...

    I’m using the LINQ Reporting Engine in Aspose.Words and passing a large JSON structure (~18,000 tokens) as the data source. Currently, I’m instantiating the data source like this: var dataSource = new JsonDataSource(n…...generating the JSON and memory stream is fast, the constructor...@PramodMn Could you please attach the problematic input JSONT...

    forum.aspose.com/t/jsondatasource-initializatio...
  6. Getting Java heap space error in below method -...

    We are encountering a heap Memory error in the following line: document.save(byteArrayOutputStream, opts) The document size is only 229.4 kB, and the method is used to extract HTML text from all content controls.after …...We are encountering a heap memory error in the following line:...Is there a more optimized or memory-efficient way to handle this...

    forum.aspose.com/t/getting-java-heap-space-erro...
  7. Exception when saving an xlsx file - Free Suppo...

    Hi There, I am using Aspose.Cell version 26.1.0. I am trying to save the attached file (xlsx is inside the zip file) using the following code: var stream = new FileStream( filePath == null ? Path.GetTempFileName() …... I am trying to save the attached file (xlsx is inside the zip...using the following code: var stream = new FileStream( filePath...

    forum.aspose.com/t/exception-when-saving-an-xls...
  8. Handling Large Excel Files using Aspose cells -...

    Hi Team, Need best ways to handle large files using Aspose cells. I have seen the documentation but could not get it working as such. I have the below requirements and need suggestion to utilize aspose for files beyond …... I am often facing out of memory exception at somepoint while...workbook either through memory stream or file stream 2.The Initialize...

    forum.aspose.com/t/handling-large-excel-files-u...
  9. Convert excel chart to OOXML - Free Support For...

    Hi guys I want to convert a chart that I created in Excel to OOXML format. I am currently doing the same for ranges. I select the range, set the pagesetup and ImageOrPrint options and then save the xlsx as Docx. But with…...example code and check the attachment. sample.zip (30.1 KB) Workbook...enhancements, new features, and fixes. Adhirath June 19, 2025, 7:08am...

    forum.aspose.com/t/convert-excel-chart-to-ooxml...
  10. HTML -> PDF Converter Fails In Linux Environmen...

    Package is running in Azure and works fine except for the HTML converter which reports: System.Drawing.Common is not supported on non-Windows platforms. See Breaking change: System.Drawing.Common only supported on Windo…...async Task Convert(Stream inputStream, Stream outputStream, ILogger...streamProvider); var memory = streamProvider.Streams.First(); memory.Seek(0...

    forum.aspose.com/t/html-pdf-converter-fails-in-...