Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,117 for

view file

(0.04 sec)
  1. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....metadata properties from the file IReadOnlyList < MetadataProperty...free Apps. You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/extracting-pro...
  2. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a File to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....use two methods to upload a file to a GroupDocs account and get...local file # To upload a local file we need an actual file. You...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  3. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs.... a raw image file that contains MakerNote metadata...free Apps. You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/extracting-mak...
  4. Viewer Pptx page number error - Free Support Fo...

    Hi, There is a scroll error in pptx Files. Page numbers do not increase properly. I am sharing the version information => 25.1.1 8.0.2...There is a scroll error in pptx files. Page numbers do not increase...incrementing correctly in PPTX files when using the GroupDocs.Viewer...

    forum.groupdocs.com/t/viewer-pptx-page-number-e...
  5. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....metadata in ASF files Working with metadata in ASF files Leave feedback...format-specific information from ASF files. The following are the steps...

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

    Why is there no DenyDownloading in GroupDocs.Viewer.Options Permissions? I'm currently trialing GroupDocs.Viewer in our .NET project for rendering PDF Files. Everything is smooth, fast, and easy to......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. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain File format information advanced_usage....and extract some additional file format information. a Spreadsheet...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. GroupDocs Online Document Management Solution H...

    First of all thanks for checking out our blog! GroupDocs is a web-based solution for online document management, sharing and collaboration. Our team is excited to enter the market and we are confident that we can offer some of the best web-based document collaboration apps to fulfill your every document need. What is GroupDocs? GroupDocs is a one-stop shop for all your document management and collaboration needs. We’ve developed a suite of online document management applications that help you with all aspects of your business, from uploading and securely storing documents, to automatically generating reports or electronically signing paper-work....applications: GroupDocs Viewer : view files in any HTML5 compliant browser...

    blog.groupdocs.com/total/groupdocs-online-docum...
  9. Issue with Overlapping Data When Viewing XLSX F...

    Hi Denis Gvardionov, Thank you for the update and for looking into this. I understand that mistakes can happen, and I appreciate your transparency. Please keep me posted on any new developments regarding this issue. Let…...Overlapping Data When Viewing XLSX Files in GroupDocs Viewer Live...GroupDocs Viewer. When opening XLSX files, the data in the rendered output...

    forum.groupdocs.com/t/issue-with-overlapping-da...
  10. Edit Email | Documentation

    This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java....how to edit different Email files because, due to their nature...documents—just specify a path to the file or a byte stream with the document...

    docs.groupdocs.com/editor/nodejs-java/edit-email/