Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 9,111 for

word watermark

(0.53 sec)
  1. Working with metadata in PDF documents | GroupDocs

    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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Watermark Product Solution GroupDocs...documents. It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Watermark Product Solution GroupDocs...value setting is available for Word Processing documents only. Adding...

    docs.groupdocs.com/assembly/net/template-syntax...
  3. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Watermark Product Solution GroupDocs...value setting is available for Word Processing documents only. Adding...

    docs.groupdocs.com/assembly/python-net/template...
  4. Introduction | GroupDocs

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....Watermark Product Solution GroupDocs...WordprocessingML Flat XML, ODT, OTT, Word 2003 XML WordProcessingLoadOp...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  5. Extract text structure | GroupDocs

    Learn how to extract text structure from documents using GroupDocs.Parser for Python via .NET. Get XML representation of document structure including paragraphs, tables, lists....Watermark Product Solution GroupDocs...structure varies by document type (Word, Excel, PowerPoint) Use Python’s...

    docs.groupdocs.com/parser/python-net/extract-te...
  6. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Watermark Product Solution GroupDocs...Guide / Edit document / Edit Word document / Font extraction options...

    docs.groupdocs.com/editor/net/font-extraction-o...
  7. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....Watermark Product Solution GroupDocs...free online apps. To sign PDF, Word, Excel, PowerPoint, and other...

    docs.groupdocs.com/signature/net/iterative-digi...
  8. Introduction | GroupDocs

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....Watermark Product Solution GroupDocs...WordprocessingML Flat XML, ODT, OTT, Word 2003 XML Spreadsheet XLS, XLT...

    docs.groupdocs.com/editor/java/introduction/
  9. Sign document with secure custom Metadata signa...

    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....Watermark Product Solution GroupDocs...free online apps. To sign PDF, Word, Excel, PowerPoint, and other...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...Watermark Product Solution GroupDocs...Viewer mimics the Microsoft Word behavior and initiates the font...

    docs.groupdocs.com/viewer/net/getting-used-fonts/