Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 67 for

loadoptions filetype

(0.04 sec)
  1. Email attachments | Documentation

    This article shows how to get the information about the attachments....EmailExtractAllAttac EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions ); EmailContent content =...

    docs.groupdocs.com/watermark/java/email-attachm...
  2. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadoptions Loadoptions = new EmailLoadoptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", Loadoptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....19 )); EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions ); EmailContent content =...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Attachments in PDF document | Documentation

    This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....PdfExtractAllAttachm PdfLoadOptions loadOptions = new PdfLoadOptions ();...Watermarker ( "document.pdf" , loadOptions ); PdfContent pdfContent...

    docs.groupdocs.com/watermark/java/attachments-i...
  4. Specify file type when loading a document | Doc...

    This article explains how to specify file type when loading a document with GroupDocs.Signature API....the file type directly in LoadOptions, and GroupDocs.Signature...document LoadOptions loadOptions = new LoadOptions ( FileType . PDF...

    docs.groupdocs.com/signature/net/load-document-...
  5. Add watermarks to PDF documents | Documentation

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....PdfAddWatermarks PdfLoadOptions loadOptions = new PdfLoadOptions ();...Watermarker ( "document.pdf" , loadOptions )) { // Add text watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions ); EmailContent content =...

    docs.groupdocs.com/watermark/java/email-messages/
  7. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats.... LoadOptions loadOptions = new LoadOptions ( FileType . XML...new Viewer ( xmlContent , loadOptions )) { // do some work... }...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  8. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....document LoadOptions loadOptions = new LoadOptions ( FileType . XML...xmlContent . toByteArray ()), loadOptions )) { // do some work... }...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  9. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...Watermarker ( "spreadsheet.xlsx" , loadOptions ); SpreadsheetContent content...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert text files to HTML, PDF, PNG, and JPEG formats.... LoadOptions loadOptions = new LoadOptions ( FileType . MD...= new Viewer ( stream , loadOptions )) { var viewOptions = new...

    docs.groupdocs.com/viewer/net/render-text-files/