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

streamed attachment memory fix

(0.23 sec)
  1. 3 minor things - Free Support Forum - aspose.com

    Hello Aspose.Email.dll for .Net Framework 4.5, File Description in project properties, it is set to: Aspose.Email for .NET 4.0 Misleading, better to set it correctly to 4.5. VCardContact.IsMultiContacts / MapiCon…...to check for the blank file/stream length first. The eml msg returns...system and will deliver their fixes according to the terms mentioned...

    forum.aspose.com/t/3-minor-things/312004
  2. Not flattening all fields on pdf via .NET - Fre...

    I have a project that is filling pdfs with data, combining, then saving them all asynchronously. I am having an issue where sometimes a few of the documents in the packets are not getting flattened. I am calling Flatten…...before saving it to a new memory stream. I am not seeing any errors...<string, string> dict, Stream stream) { if (dict == null) return...

    forum.aspose.com/t/not-flattening-all-fields-on...
  3. 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...
  4. 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...
  5. 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-...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...