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

loadoptions filetype

(0.25 sec)
  1. Email messages | GroupDocs

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

    docs.groupdocs.com/watermark/net/email-messages/
  2. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....(); LoadOptions loadOptions = new LoadOptions ( FileType . PDF...= new Merger ( stream , loadOptions ); System . out . print (...

    docs.groupdocs.com/merger/java/load-document-fr...
  3. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your Java applications....FileType ; import com.groupdocs.viewer...groupdocs.viewer.options.LoadOptions ; // ... // Specify the file...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  4. Load from URL | GroupDocs

    This article explains how to load a document from a URL with GroupDocs.Viewer within your .NET applications....Viewer ( stream , new LoadOptions ( FileType . DOCX ))) { HtmlViewOptions...Viewer ( stream , new LoadOptions ( FileType . DOCX )) Dim viewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  5. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer to convert any file to PDF. My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...MemoryStream(); var fileType = FileType.FromExtension(extension);...ion); var loadOptions = new LoadOptions(fileType); var sheetOpts...

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...
  6. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge PDF, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#....merger = new Merger(filePath, loadOptions)) { merger.Join(filePath2...Merger API. foreach (FileType fileType in FileType .GetSupportedFileType()...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  7. Email attachments | GroupDocs

    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...
  8. Specify file type when loading a document | Gro...

    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-...
  9. [Release] GroupDocs.Redaction for .NET v26.6 – ...

    Dear GroupDocs Customers, We are pleased to announce the release of GroupDocs.Redaction for .NET v26.6. This release focuses on more reliable document loading from streams and files, and on preparing the public API for …...file or stream using LoadOptions.FileType . Cross-platform drawing...can set LoadOptions.FileType to a supported FileType constant...

    forum.groupdocs.com/t/release-groupdocs-redacti...
  10. Attachments in PDF document | GroupDocs

    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...