Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Merger Product Solution GroupDocs...An absolute path to the font file must be provided. Substitutes...
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....Merger Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...
This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....Merger Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "SignedPdf...
This article shows how to pre-rasterize a document using the redaction API....Merger Product Solution GroupDocs...)) { // Make changes to the file as a rasterized PDF, e.g. uisng...
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
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iMerger Product Solution GroupDocs...a particular package. Load a file to examine Get a collection...
This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Merger Product Solution GroupDocs.... QR ); // sign document to file VerificationResult result =...
This article shows how to handle incorrect document password exception with GroupDocs.Signature API....Merger Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...
This article explains that how to extract attachments from PDF documents...Merger Product Solution GroupDocs...attachments ) { // Print the file path Console . WriteLine ( item...
Learn advanced logging techniques available in the redaction API...Merger Product Solution GroupDocs...records: C# using ( Stream stream = File . Open ( @"sample.docx" , FileMode...
This article shows how to handle missing document password exception with GroupDocs.Signature API....Merger Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...