Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 5,083 for

file signature

(0.17 sec)
  1. Migration notes | Documentation

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Signature Product Solution GroupDocs...document information from the local file. Old API DocumentInfo documentInfo...

    docs.groupdocs.com/watermark/net/migration-notes/
  2. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...( output_file_path , source_file_path , target_file_path ): #...

    docs.groupdocs.com/comparison/python-net/load-c...
  3. How to Run Examples | Documentation

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Watermark examples, by building your own or using our back-end or front-end examples out-of-the-box....Signature Product Solution GroupDocs...with code examples and sample files is hosted on GitHub. Run examples...

    docs.groupdocs.com/watermark/nodejs-java/how-to...
  4. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....Signature Product Family GroupDocs.Metadata...class and pass the input TIFF file to its constructor Create an...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource Files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a File, its containing folder is used as a base URI to resolve external resource Files’ relative URIs to absolute ones by default as shown in the following example....Signature Product Solution GroupDocs...Saving With External Resource Files / Loading of template documents...

    docs.groupdocs.com/assembly/net/loading-of-temp...
  6. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  7. GroupDocs.Assembly for Java | Documentation

    Release notes Package repository GroupDocs.Assembly for Java - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Java reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular File formats. Load text documents, spreadsheets, presentations, PDF Files, email messages, and images....Signature Product Solution GroupDocs...spreadsheets, presentations, PDF files, email messages, and images...

    docs.groupdocs.com/assembly/java/
  8. GroupDocs.Assembly for Python via .NET | Docume...

    Release notes Package repository GroupDocs.Assembly for Python via .NET - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular File formats....Signature Product Solution GroupDocs...spreadsheets, presentations, PDF files, email messages, and images...

    docs.groupdocs.com/assembly/python-net/
  9. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  10. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...