Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 15,002 for

attachment

(0.04 sec)
  1. Adding Attachment to a PDF document using Pytho...

    This page describes how to add an Attachment to a PDF file with Aspose.PDF for Python via .NET library....Adding Attachment to a PDF document using Python Contents [ Hide...Hide ] Attachments can contain a wide variety of information...

    docs.aspose.com/pdf/python-net/add-attachment-t...
  2. .eml attachment is converted into .msg attachme...

    I am using Aspose.email for saving Emails as .MSG file .If emails having .eml file as an Attachment it is saving as an .msg attchement. As it should remain .eml only ,I am using MapiMessage AsposeMapimailobject = null; …...eml attachment is converted into .msg attachment Aspose.Email...emails having .eml file as an attachment it is saving as an .msg attchement...

    forum.aspose.com/t/eml-attachment-is-converted-...
  3. Not getting Contents pdf of attachment (File Sp...

    Not getting Contents pdf of Attachment Sample Code: Aspose.Pdf.Document _document = new Aspose.Pdf.Document(“Attachment.pdf”); var embeddedFiles = _document.EmbeddedFiles.Select((Value, Index) => new { Index, Value })…...Not getting Contents pdf of attachment (File Specific) Aspose.PDF...Not getting Contents pdf of attachment Sample Code: Aspose.Pdf.Document...

    forum.aspose.com/t/not-getting-contents-pdf-of-...
  4. Aspose::Email::Attachment Member List - Aspose....

    Aspose::Email::Attachment Member List This is the complete list of members for Aspose::Email::Attachment , including ......Aspose::Email::Attachment Member List This is the complete list...members for Aspose::Email::Attachment , including all inherited...

    reference.aspose.com/email/cpp/class/aspose.ema...
  5. InvalidCastException trying to replace an attac...

    The following code: var appointment = Appointment.Load("input.ics"); appointment.Attachments.First().ContentStream = File.OpenRead("test.txt"); appointment.Save("output.ics"); results in an InvalidCastException: Unabl…...InvalidCastException trying to replace an attachment's ContentStream Aspose.Email...Load("input.ics"); appointment.Attachments.First().ContentStream = File...

    forum.aspose.com/t/invalidcastexception-trying-...
  6. Mapi Attachment - Free Support Forum - aspose.com

    Hello Dim MSG As MapiMessage = MapiMessage.Load(msg, opt) Dim FFT As FileFormatType = FileFormatUtil.DetectFileFormat(MSG.Attachments.Item(x).ContentStream).FileFormatType … Process Attachment based on FFT/FileFormat…...Mapi Attachment Aspose.Email Product Family australian.dev.nerds...FileFormatUtil.DetectFileFormat(MSG.Attachments.Item(x).ContentStream).FileFormatType...

    forum.aspose.com/t/mapi-attachment/264998
  7. Unable to open PDF with File Attachment encrypt...

    Hi guys, We’re not able to open a PDF that has the following security applied: 128 bit AES encryption on file Attachments only open password only When a document object is constructed, an exception is thrown. See sam…...Unable to open PDF with File Attachment encryption Aspose.PDF Product...bit AES encryption on file attachments only open password only When...

    forum.aspose.com/t/unable-to-open-pdf-with-file...
  8. Aspose hanging when trying to add large attachm...

    We are trying to add a large Attachment of size greater than 1.5GB to a mail using aspose. But the code is getting stuck and not completing even after waiting for hours. Providing sample code below String name = "testF…...when trying to add large attachment to mail Aspose.Email Product...are trying to add a large attachment of size greater than 1.5GB...

    forum.aspose.com/t/aspose-hanging-when-trying-t...
  9. How to Add Attachment in PDF using C#

    This article explains how to add Attachment in PDF using C#. It shares the IDE configuration, list of steps and a runnable sample code to insert file in PDF using C#....Product Family How to Add Attachment in PDF using C# This how-to...article explains how to add attachment in PDF using C# . It has...

    kb.aspose.com/pdf/net/how-to-add-attachment-in-...
  10. How to deal with huge attachment like cloud att...

    We have a requirement where need to get the cloud Attachment and add as an Attachment to MailMessage, below is the sample code, but with this we are running into OOM issue. Is there any way to add huge Attachments? Samp…...deal with huge attachment like cloud attachments without OOM Aspose...get the cloud attachment and add as an attachment to MailMessage...

    forum.aspose.com/t/how-to-deal-with-huge-attach...