Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 9,403 for

attachment

(0.02 sec)
  1. 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-...
  2. 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-...
  3. Remove Attachment from PDF document via Java | ...

    C# source code to remove Attachment in PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....NET Attachments Remove Attachment PPTX DOCX XLSX PDF...PDF ODP PDF Remove attachment in PDF document via C# Build your...

    products.aspose.com/pdf/java/attachment/remove/
  4. 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...
  5. 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-...
  6. Removing attachment from PDF using Python|Aspos...

    Aspose.PDF can remove Attachments from your PDF documents. Use Python PDF API to remove Attachments in PDF files using Aspose.PDF for Python via .NET library....Removing attachment from PDF using Python Contents [ Hide ] Aspose...PDF for Python can remove attachments from PDF files. A PDF document’s...

    docs.aspose.com/pdf/python-net/removing-attachm...
  7. Removing attachment from PDF with JavaScript|As...

    Aspose.PDF can remove Attachments from your PDF documents. Use JavaScript Web tollkit to remove Attachments in PDF files using Aspose.PDF....Removing attachment from PDF with JavaScript Contents [ Hide...Hide ] You can delete attachments from a PDF file using Aspose.PDF...

    docs.aspose.com/pdf/javascript-cpp/removing-att...
  8. How to Add an Attachment to PDF in Java

    This article assets on how to add an Attachment to PDF in Java. It provides references to use Aspose.PDF for Java, a list of programming steps and a runnable sample code for adding an Attachment in PDF file in Java....Product Family How to Add an Attachment to PDF in Java This article...article guides how to add an attachment to PDF in Java . It has information...

    kb.aspose.com/pdf/java/how-to-add-an-attachment...
  9. Extracting Forward Email as Attachment - Free S...

    I have to parse an email that has an Attachment that was forwarded on as an embedded email which in turn has embedded Attachments. I have the following code to try to process this, but when I come to the line that displ…...Extracting Forward Email as Attachment Aspose.Email Product Family...parse an email that has an attachment that was forwarded on as...

    forum.aspose.com/t/extracting-forward-email-as-...
  10. Getting less attachment from visio file - Free ...

    Sample code _children = new Lazy(() => { var cList = new List(); AsposeVisio.PageCollection pages = _document.Pages; foreach (AsposeVisio.Page page in pages) { foreach (AsposeVisio.Shape shape in page.Shapes) { …...Getting less attachment from visio file Aspose.Diagram Product...get a file from the attachment Less Attachment found.zip (2.9 MB)...

    forum.aspose.com/t/getting-less-attachment-from...