Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 1,074 for

view file

(0.04 sec)
  1. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats.... The files contain the email contents as...} Reading MSG metadata MSG files are usually created by the Microsoft...

    docs.groupdocs.com/metadata/java/working-with-s...
  2. Online VSD to JPG Converter | Free GroupDocs Apps

    VSD to JPG document converter - convert VSD to JPG online for free, no registration required. Secure and easy to use VSD to JPG conversion!... Convert your VSD files online. You can convert your...Just drag and drop your VSD file on upload form, choose the desired...

    products.groupdocs.app/conversion/vsd-to-jpg
  3. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Java....usage / Convert files / PDFs Convert PDF files Leave feedback...operating systems. Content of PDF files is not limited to text only...

    docs.groupdocs.com/conversion/java/convert/pdf/
  4. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF Files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...Working with metadata in ASF files Reading ASF format-specific...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with saved Emails | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats.... The files contain the email contents as...} Reading MSG metadata MSG files are usually created by the Microsoft...

    docs.groupdocs.com/metadata/net/working-with-sa...
  6. Why is there no DenyDownloading in GroupDocs.Vi...

    I’m currently trialing GroupDocs.Viewer in our .NET project for rendering PDF Files. Everything is smooth, fast, and easy to integrate. We were hoping to use this API to display our PDF Files to the user in a “read-only”…...NET project for rendering PDF files. Everything is smooth, fast...this API to display our PDF files to the user in a “read-only”...

    forum.groupdocs.com/t/why-is-there-no-denydownl...
  7. GroupDocs.Viewer for Java Library Version 2.5.0...

    In this post I’m going to introduce new features that became available with version 2.5.0 of the Java document Viewer library from GroupDocs. GroupDocs.Viewer for Java is a lightweight document Viewer library that supports more than 50 File formats, including Microsoft Office documents, PDFs, images, OpenDocument Files, emails and others. Initially, the library was geared towards integration into web apps and websites. Starting from this release, we overcame the boundaries of the “web” prefix and made the Viewer available for any type of applications, including desktop and mobile ones!...library that supports more than 50 file formats, including Microsoft...PDFs, images, OpenDocument files, emails and others. Initially...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  8. Date field in template populated as plain text ...

    Hi, we found that the date field is populated as a plain text in template “Template_GeneratedByGroupDocs.doc”(one attached here) instead of driven by formula. we can View the formula for the date field in template “Tem…... we can view the formula for the date field...“Toggle Field Codes”. Following files are attached for your reference:...

    forum.groupdocs.com/t/date-field-in-template-po...
  9. Render hidden pages | Documentation

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java...hidden slides) Spreadsheets files (for hidden worksheets) The...setRenderHiddenPages ( true ); viewer . view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  10. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications.... BINARY_FILE_TYPE ); try ( final InputStream...forEmbeddedResources (); viewer . view ( viewOptions ); } Was this...

    docs.groupdocs.com/viewer/java/load-document-fr...