Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 7,499 for

attachment

(0.07 sec)
  1. Convert PDF to PDF/A formats|Aspose.PDF for .NET

    Learn how to convert a PDF file to PDF/A format for archival purposes using Aspose.PDF in .NET.... Add Attachment to PDF/A file In case you...you have a requirement to attach files to a PDF/A compliant document...

    docs.aspose.com/pdf/net/convert-pdf-to-pdfa/
  2. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the Attachment. Could you please guide us on how this can be achieved…... I have attached data, template, output, and...and expected output in the attachment. Could you please guide us...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  3. Advanced operations|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET can perform simple and easy tasks and cope with more complex goals. Check the next section for advanced users and developers.... Attachments - you will learn how to add...add and delete the attachment from PDF programmatically with...

    docs.aspose.com/pdf/python-net/advanced-operati...
  4. Working with Outlook Calendar Items in Aspose.E...

    Manage Outlook calendar items in C++: create and save events, set reminders, handle Attachments, and read meeting attendee status....can work with reminders, attachments, meeting recipient status...specification. Add and Retrieve Attachments The following code sample...

    docs.aspose.com/email/cpp/working-with-outlook-...
  5. 向 Outlook MSG 文件添加附件和 HTML 文本|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....' Add attachments to the message objMsg . Attachments . Add "C:\test..."C:\test.bmp" objMsg . Attachments . Add "C:\test2.jpg" ' Save...

    docs.aspose.com/email/zh/java/adding-attachment...
  6. MailMergeSettings.Clear | Aspose.Words for .NET

    Effortlessly reset your mail merge settings with the MailMergeSettings Clear method, transforming your document into a standard format for seamless use....WriteLine ( $"Mail merge docs as attachment:\n\t{settings.MailAsAttachment}"...

    reference.aspose.com/words/net/aspose.words.set...
  7. Using and Configuring CRM Document Generator|As...

    How to use and configure Aspose Document Generator add-on using C#.... Attach the Template (Created in Microsoft...sure that the Title of the Attachment contains the extension and...

    docs.aspose.com/words/net/using-and-configuring...
  8. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...在Excel中,您可以插入带有源数据的Ole对象( embedded-attachments-example.xlsx )。双击Ole对象,嵌入的文件将被打开。...Workbook workbook ( u "embedded-attachments-example.xlsx" ); // Set to...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  9. Java Heap Space errors with large emails - Free...

    Aspose Support Team, We continue to see intermittent issues with loading large emails or emails with large Attachments (sample would be attached if the zip file could be uploaded but multiple attempts to upload the file…...with large attachments (sample would be attached if the zip file...an email with a large mp4 attachment. Here’s an example (below)...

    forum.aspose.com/t/java-heap-space-errors-with-...
  10. How to Send Bulk Emails? - Free Support Forum -...

    Hello. My company is evaluating the use of Aspose.Email to enhance a .NET Framework console application that we use to send corporate communication emails, via an internal Microsoft Exchange Server based SMTP server, usi…...Attachments.Add(new Attachment(new MemoryStream(new...MemoryStream(new byte[1024]), "Attachment 1")); return message; }).ToArray();...

    forum.aspose.com/t/how-to-send-bulk-emails/222227