Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 5,444 for

file watermark

(0.07 sec)
  1. Redaction Basics | Documentation

    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...
  2. Generate previews | Documentation

    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/
  3. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....Watermark Product Solution GroupDocs...); } } } // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/locating-sign...
  4. Extracting MakerNote Metadata | Documentation

    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...
  5. Add replies to annotation | Documentation

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Watermark Product Solution GroupDocs...// Add annotation and save to file annotator . add ( area ); annotator...

    docs.groupdocs.com/annotation/java/add-replies-...
  6. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...Watermark Product Solution GroupDocs...shadow ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  7. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Watermark Product Solution GroupDocs...document was saved to a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/net/highlighting-sear...
  8. Scan QR Code from PDF using C#

    This article offers a guide on how to extract QR Code from PDF in C#, including a code example that demonstrates how to effectively scan QR Code from PDF using C#....Watermark Product Family GroupDocs.Merger...reading of QR Codes from PDF files Create a Parser object by providing...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pd...
  9. Extract metadata from PDF documents | Documenta...

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Watermark Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT Files. Therefore, for TXT File getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Watermark Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-table-of...