Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 72 for

streamed attachment memory fix

(1.2 sec)
  1. TIFF to PDF conversion causes font and width mi...

    Hi Team, I am converting a multipage TIFF file to PDF using Aspose for Java(we are using Aspose total). The conversion works, but the generated PDF doesn’t exactly match the original TIFF — there’s a mismatch in width a…...different), please find the code attachment below. private void convertTiffToPdf(File...// Export the frame to a memory stream. // PNG preserves DPI metadata;...

    forum.aspose.com/t/tiff-to-pdf-conversion-cause...
  2. Getting OOM error while converting vsdx file - ...

    I have one .vsdx file which is of around 23 MB. trying to attach file but it is failing I am getting OOM error while converting it. We are using aspose.diagram version 29.3 and java 11 I have set -Xmx to 15GB but sti…... trying to attach file but it is failing I am...getAbsolutePath(); InputStream stream = new FileInputStream(sourcePath);...

    forum.aspose.com/t/getting-oom-error-while-conv...
  3. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...MailMessage as an MHTML file in a memory stream using (MemoryStream mhtmlStream...Position = 0; // Load the MHTML stream into Aspose.Words Document...

    forum.aspose.com/t/when-converting-an-msg-file-...
  4. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...getActions(); List<PdfAction> actions = Stream.of(docActions.getBeforeSaving()...by running it against the attachment. I have used Aspose PDF 23...

    forum.aspose.com/t/unable-to-extract-javascript...
  5. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...server with 8 vCPUs and 8 GB of memory. .NET 8.0 Aspose Cells / Aspose...ToArray(); //set total pages of attachments var pdfDocument = new Aspose...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  6. Does Granularity.WordLevel apply to headers and...

    Does Granularity.WordLevel apply to headers and footers during document comparison...@ankur101010 Could you please attach your problematic input and...the compared document to memory stream document1.Save(memoryStream...

    forum.aspose.com/t/does-granularity-wordlevel-a...
  7. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java....the stream M:Aspose.Words.Document.Save(System.IO.Stream,Aspose... Gets value determining if memory optimization should be performed...

    reference.aspose.com/words/java/com.aspose.word...
  8. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...output document (which I have attached). The first bookmark replacement...is // Load documents from streams var sourceDoc = new Aspose...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  9. Convert PDF to PDF/A-2A not valid - Free Suppor...

    Hello Support Team We make use of the conversion method (of aspose.pdf version 24.7) that converts pdf to pdfa-2a. In order to be able to assure the customer that the converted pdf’s are in pdfa-2a, we have used the val…...with minor variations (line/stream, etc.). But what I would like...this case, the library tries to fix errors in the source document...

    forum.aspose.com/t/convert-pdf-to-pdf-a-2a-not-...
  10. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose document in Memory and then saves it to either Word or Pdf. We have recently installed 3 new fonts to our server, and while the Word shows them correctly, the PDF document …...that builds Aspose document in memory and then saves it to either...document rather replaces them. Attached are Word and PDF, as well...

    forum.aspose.com/t/font-changed-in-pdf-file/325129