GroupDocs.Signature for Python via .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Purchase Buy Now Pricing Information Free Trials Temporary License...
Convert PDF, Word, Excel, and other documents to clean Markdown with full control over output flavor, image handling, and formatting....Purchase Buy Now Pricing Information Free Trials Temporary License...
GroupDocs.Editor for Java does not require any external software or third party tool to be installed....Purchase Buy Now Pricing Information Free Trials Temporary License...
GroupDocs.Signature for Java does not require any external software or third party tool to be installed....Purchase Buy Now Pricing Information Free Trials Temporary License...
API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article demonstrates how to convert Spreadsheet to Markdown with GroupDocs.Markdown for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...
This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Purchase Buy Now Pricing Information Free Trials Temporary License...
This example demonstrates how to load a file of some particular format.
advanced_usage.loading_files.LoadingFileOfSpecificFormat
// Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Purchase Buy Now Pricing Information Free Trials Temporary License...
Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Purchase Buy Now Pricing Information Free Trials Temporary License...