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 –...
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...
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...
Open password-protected files and streams using load options in GroupDocs.Parser for Python via .NET....LoadOptions with open ( "resources/protected.pdf" , "rb" ) as...
This article demonstrates how to add signature image on document page with GroupDocs.Signature....docx" , options ); More resources Advanced Usage Topics To learn...
This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....signOptions , saveOptions ); More resources GitHub Examples You may easily...
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...
Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....NET API Reference Useful Resources DEMOS AND EXAMPLES Work with...