Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 8,183 for

file merger

(0.1 sec)
  1. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Merger Product Solution GroupDocs...imageOptions ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/locating-sign...
  2. Get comparison result as an object model | Docu...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs...); // Save the document to a file. asposeDocument . Save ( "output...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  3. Remove Password Protection form Word | Unlock W...

    Remove password from Word documents. Unlock password protected Word documents using free online password remover app & programmatically....password of Word document (DOC/DOCX file format) using an online method...password using C# with GroupDocs.Merger for .NET : To begin, ensure...

    blog.groupdocs.com/merger/unlock-word-documents...
  4. Getting known property descriptors | Documentation

    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;iMerger Product Solution GroupDocs...a particular package. Load a file to examine Get a collection...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Merger Product Solution GroupDocs...Image }; // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Handling password required exception | Document...

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

    docs.groupdocs.com/signature/java/handling-pass...
  7. Verifying Text signatures | Documentation

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....Merger Product Solution GroupDocs...RichText ); // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/java/verify-text-s...
  8. How to Sign XLSX with Image Signature using Java

    Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....Merger Product Family GroupDocs.Redaction...Signature class by using XLSX file path in its constructor Instantiate...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  9. GroupDocs.Signature for Java 17.7.0 Release Not...

    Note This page contains release notes for GroupDocs.Signature for Java 17.7.0 Major Features There are about 15 improvements, new features and fixes in this regular release. The most notable are: Introduced new Stamp Signature type for all supported Document formats. This version contains implementation of dynamic Stamp Signature generation based on passed lists of Outer and Inner Stamp lines. Implemented all existing standard properties support for Stamp Signature like Alignment, Fonts, positioning, border options etc Introduced new Barcode encode types support - this version contains most used Barcode types - Code 11, Code 128, Code 16K/32, Databar codes, GS1 Codeblock, ISBN, ISMN, ISSN, ITF16, Pdf147 and much more....Merger Product Solution GroupDocs...- FileFormat - string based file format, Extension, Date created...

    docs.groupdocs.com/signature/java/groupdocs-sig...
  10. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Merger Product Solution GroupDocs...and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/net/working-with-me...