Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 7,131 for

attachment

(0.09 sec)
  1. Управление цифрово подписанными сообщениями|Doc...

    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....println ( "Detached Signature Attached Successfully." ); } opt ....( "Non-Detached Signature Attached Successfully." ); } Сохранение...

    docs.aspose.com/email/ru/java/working-with-outl...
  2. Arbeta med meddelanden med Microsoft Graph|Docu...

    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....kodexempel: MapiAttachmentCollec attachments = client . listAttachments...for ( MapiAttachment att : attachments ) { client . deleteAttachment...

    docs.aspose.com/email/sv/java/manage-messages-w...
  3. Filter dan Ekstrak Pesan MBOX dengan Aspose.Ema...

    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....messages preserving tnef attachments. var eml = reader . ReadNextMessage...mbox to pst preserving tnef attachments. var pst = MailStorageConverter...

    docs.aspose.com/email/id/net/filter-extract-mbo...
  4. Not able to keep the table and Shape(Trying to ...

    We have a scenario to keep the shapes and text in the same and we are able to achieve the requirement by keep the WrapType to None for the shapes. But it does not work for the shapes and Tables. Let us know if there is …...expected output in MS Word and attach it here for our reference?...Expected Output.docx (33.8 KB) Attached the required output as word...

    forum.aspose.com/t/not-able-to-keep-the-table-a...
  5. Chercher

    chercher...Effacer() - Deletes all the attachments. Supprimer(String fileName)...fileName) - Deletes attachment by name. DeleteByKey(String Key) - Deletes...

    blog.aspose.com/fr/pdf/add-or-remove-attachment...
  6. Archiv

    Archiv...println("Number of attachments: " + msg.getAttachments()...size()); // Seznam příloh for (Attachment att : msg.getAttachments())...

    blog.aspose.com/cs/email/read-emails-from-ms-ex...
  7. How to remove Header/Footer in Pdf - Free Suppo...

    Hi, I am trying to remove the header and footer from a PDF. I am using ParagraphAbsorber to read the file. Is there an attribute that can be used to detect the header and footer? Or does there any suggestion to remove …...@Rachel_Lee Since the document you attached has header and footer marked...

    forum.aspose.com/t/how-to-remove-header-footer-...
  8. Print from excel to pdf not giving correct resu...

    When I generate an excel sheet and then save it as a pdf in my dotnet app. The excel document and the pdf document look completely different. Not the styling but the data in the sheet. This is from the pdf This is fr…...(please zip the file prior attaching) along with the sample code...

    forum.aspose.com/t/print-from-excel-to-pdf-not-...
  9. 使用Python向PDF文档添加附件|Aspose.PDF for Python via .NET

    本页面描述了如何通过Aspose.PDF for Python via .NET库向PDF文件添加附件。... FileSpecification ( attachment_file , "示例文本文件" ) # 将附件添加到文档的附件集合中...

    docs.aspose.com/pdf/zh/python-net/add-attachmen...
  10. 从 PDF 文件提取附件|Aspose.PDF for Java

    本节介绍如何使用 PdfExtractor 类从 pdf 中提取附件。...bindPdf ( _dataDir + "sample-attach.pdf" ); // 提取附件 pdfExtractor...

    docs.aspose.com/pdf/zh/java/extract-attachments/