Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 6,014 for

file watermark

(0.47 sec)
  1. Extract data from attachments and ZIP archives ...

    Learn how to extract text, images, and data from ZIP archives, PDF portfolios, email attachments, and Outlook storage Files using GroupDocs.Parser for .NET in C#....Watermark Product Solution GroupDocs...extract documents from ZIP files and get attachments from containers...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for File formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Watermark Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic document...

    docs.groupdocs.com/assembly/java/inserting-docu...
  3. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-custom-metadata-signatures url: signature/net/sign-document-with-secure-custom-metadata-signatures title: Sign document with secure custom Metadata signatures weight: 12 description: “This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs....Watermark Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "signed.jpg"...

    docs.groupdocs.com/signature/net/developer-guid...
  4. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Watermark Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "signed.pdf"...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...Watermark Product Solution GroupDocs...instantiate and release the output file streams. defines methods to...

    docs.groupdocs.com/viewer/net/save-output-to-st...
  6. Subscribing for signing process events | GroupDocs

    This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Watermark Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( "SignedSample"...

    docs.groupdocs.com/signature/net/subscribing-fo...
  7. Generate previews | GroupDocs

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...Watermark Product Solution GroupDocs...io . IOException { // Set the file name. If the render info is...

    docs.groupdocs.com/parser/java/generate-previews/
  8. Redaction Basics | GroupDocs

    This article shows that how Java developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs...code, you can create an XML file with redaction policy, as described...

    docs.groupdocs.com/redaction/java/redaction-bas...
  9. Extracting MakerNote Metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Watermark Product Solution GroupDocs...MakerNote format. a raw image file that contains MakerNote metadata...

    docs.groupdocs.com/metadata/net/extracting-make...
  10. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Watermark Product Solution GroupDocs...metadata in ASF files Working with metadata in ASF files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...