Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 5,843 for

file watermark

(1.51 sec)
  1. Getting known property descriptors | 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....Watermark Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. How to save PDF document with other format | Gr...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....Watermark Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  3. Getting known property descriptors | 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iWatermark Product Solution GroupDocs...a particular package. Load a file to examine Get a collection...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. How to verify signatures with LINQ queries | Gr...

     This article explains how to verify signatures with LINQ query with GroupDocs.Signature API....Watermark Product Solution GroupDocs...// Define the path to the PDF file. string filePath = Constants...

    docs.groupdocs.com/signature/net/verify-signatu...
  5. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...An absolute path to the font file must be provided. Substitutes...

    docs.groupdocs.com/conversion/net/load-note-doc...
  6. Document renaming | GroupDocs

    This article demonstrate that how to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation...Watermark Product Solution GroupDocs...@"c:\MyDocuments\NewDocumentName.txt" ; File . Move ( oldDocumentPath , newDocumentPath...

    docs.groupdocs.com/search/net/document-renaming/
  7. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Watermark Product Solution GroupDocs...Image }; // sign document to file signature . Sign ( "signed.docx"...

    docs.groupdocs.com/signature/net/composing-sign...
  8. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Watermark Product Solution GroupDocs...); // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/java/handling-pass...
  9. Handling password required exception | GroupDocs

    This article shows how to handle missing document password exception with GroupDocs.Signature API....Watermark Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/net/handling-passw...
  10. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Merger for Java...Watermark Product Solution GroupDocs...processing of any supported file format (instead of DocumentHander...

    docs.groupdocs.com/merger/java/migration-notes/