Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 2,815 for

view

(0.04 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iview and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/get-document-i...
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Add Image Water......Presentation Reader Presentation Viewer View PPT Online Edit Metadata Metadata...Online STL Viewer STL Viewer View STL as PDF DWG Viewer DXF Viewer...

    blog.groupdocs.com/ko/tags/index.xml
  6. Latest GroupDocs.Conversion Product Family topi...

    Get technical support of GroupDocs.Conversion for .NET and Java....Product Family Topic Replies Views Activity About the GroupDocs...convert pst file to html to view folder list and message list...

    forum.groupdocs.com/c/conversion/11
  7. Features overview | Documentation

    Render documents to HTML, PNG, JPEG, PDF. Extract text, list attachments, and transform pages with GroupDocs.Viewer for Python....copy or search; You want to view document pages separately; Zooming...(described below). You want to view document pages separately; You...

    docs.groupdocs.com/viewer/python-net/features-o...
  8. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....basic metadata operation (i-e view, add, modify, remove) for a...

    blog.groupdocs.com/metadata/control-and-process...
  9. Annotate or Collaborate on Documents Easily Usi...

    Great news for all reViewers! We’ve introduced the new GroupDocs Annotation user interface to make your document annotation process easier and faster. With these new enhanced UI and features, you are now able to annotate and collaborate on documents quickly. GroupDocs Annotation is a service that lets you perform document collaboration easily. You and your colleagues can annotate documents and perform document collaboration in real time. You can make suggestions or add the required comments online at the same time, which makes the reView process much faster.... You can view comment summary, comment details...

    blog.groupdocs.com/total/annotate-or-collaborat...
  10. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/python-net/set-meta...