Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 8,782 for

view

(0.04 sec)
  1. GroupDocs.Comparison for Java

    Document Automation APIs to enrich .NET and Java applications to View, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....However, when these files are viewed using any of the well-known...API. Keeping your interest in view, we’ve now implemented this...

    blog.groupdocs.com/tag/groupdocs.comparison-for...
  2. Boost Search Performance in C# Apps - Search AP...

    Supercharge C# search apps with GroupDocs.Search .NET 24.5 (MSI). This update offers in-memory index loading for faster performance. Download now!...IndexSettings) You can view the list of all new features...

    releases.groupdocs.com/search/net/new-releases/...
  3. GroupDocs.Total-for-Java/README.md at main · gr...

    GroupDocs.Total Java Examples. Contribute to groupdocs-total/GroupDocs.Total-for-Java development by creating an account on GitHub....perform all kinds of operations (view, edit, annotate, sign, compare...

    github.com/groupdocs-total/GroupDocs.Total-for-...
  4. 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-...
  5. Precise Tile Watermarking with .NET Watermark A...

    Download GroupDocs.Watermark .NET 24.6 (MSI) for precise watermark tile spacing in points. Easily configure line & watermark gaps for document security.... You can view the list of all new features...

    releases.groupdocs.com/watermark/net/new-releas...
  6. Documents & Text Classification in Cloud | cURL...

    REST API to classify raw text from PDF, Microsoft Word, OpenDocument & rich text documents via cURL commands as per IAB-2 taxonomy....Documents, or Sentiment taxonomies View classification information regarding...

    products.groupdocs.cloud/classification/curl/
  7. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. 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/python-net/get-docu...
  9. 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...
  10. C# on GroupDocs Blog | Document Automation Solu...

    C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Add Point Annotatio......behind this popularity is you can view a variety of document formats...developer is making a document viewing application. Recent content...

    blog.groupdocs.com/tag/c/index.xml