This article explains how to implement custom encryption for Metadata electronic signatures....You are welcome to eSign PDF, Word, Excel, PowerPoint documents...
This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API.... To sign PDF, Word, Excel, PowerPoint, and other...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats.
Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information.
Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... It can be an estimated word count, page count, character...
Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java....Guide / Edit Document / Edit Word Document / Generating Page Preview...
For GroupDocs, 2012 was a significant year marked by milestones; we’re proud and grateful to end a busy year with great achievements. With constant enhancements, we were able to prove that we’re an integral part of the document management world. In 2012, we have introduced enhanced versions of our apps with added features from time to time; created a variety of plugins for multiple platforms; integrated many different storage options with GroupDocs; introduced flexible API SDKs to help you integrate our apps to your existing applications; and were able build a strong base of valuable customers, ranging from small to mid to enterprise levels; amongst many others....can convert different types of word processing documents (DOC, DOCX...
Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Guide / Edit document / Edit Word document / Font extraction options...the system or not. In other words, converter finds and extracts...
Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET....archive contains only PDFs and Word documents is_valid = valida...
Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications....common document statistics like word count and character count for...
Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information.
Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... It can be an estimated word count, page count, character...