Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 2,018 for

resource

(0.06 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.... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... Height ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/extracting-comm...
  3. Perform Synonym Search in Documents Online

    Unlock the power of synonym search! Learn how to search alternate words in text-based documents online & programmatically....links for more details and resources: Documentation Examples on...

    blog.groupdocs.com/search/online-synonym-search/
  4. Generate QR codes Online | Add QR code to Docum...

    Create QR codes online! Learn to generate various types using user-friendly tools. Get a sneak peek into QR code creation with C# and Java code snippets....links for further details and resources: Documentation Examples –...

    blog.groupdocs.com/signature/generate-qrcode-on...
  5. Get supported file formats | Documentation

    This article shows how to check supported file formats....println ( fileType ); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/java/get-supported-fi...
  6. HTML | Documentation

    This article explains that how to extract HTML formatted text from document page in Java....using the example above: More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/html/
  7. Extract text from HTML documents | Documentation

    To extract a text from HTML documents GetText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails.... ReadToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-text-from...
  8. Extract Hyperlinks from PDF using C#

    Quickly learn how to extract hyperlinks from PDF using C# with a step-by-step guide. There is no need to install extra software to read hyperlinks from PDF in C#....references or connect to external resources. Extract hyperlinks from PDF...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  9. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....standards: IPTC, XMP, EXIF, Image Resources Manipulating native metadata...

    docs.groupdocs.com/metadata/net/features-overview/
  10. GroupDocs.Conversion for .NET | Documentation

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....NET API Reference Useful Resources DEMOS AND EXAMPLES Convert...

    docs.groupdocs.com/conversion/net/