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

view file

(0.06 sec)
  1. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. advanced_usage.managing_me...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document..../ Advanced Usage / Loading files / Load a password-protected...free Apps. You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/load-a-password...
  3. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via 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/nodejs-java/conve...
  4. Edit TXT | Documentation

    This guide demonstrates how to edit plain text Files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for .NET.../ Edit document / Edit text files Edit TXT Leave feedback On this...destination. How to edit TXT file? Textual documents are simple...

    docs.groupdocs.com/editor/net/edit-txt/
  5. 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...
  6. 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-...
  7. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a File of any supported format....the , EXIF (Exchangeable image file format) is a standard that specifies...handling the image and sound files recorded by digital still cameras...

    docs.groupdocs.com/metadata/net/working-with-ex...
  8. 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...
  9. 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/
  10. 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...