In this topic, you will learn how to convert ODT to SVG using C# without installing third-party software. Also, we will provide code to export ODT to SVG in C#....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
This guide illustrates the procedure of how to convert PDF to PS using Java. Additionally, a code example will be provided to export PDF to PS using Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
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....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
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....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...