Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 5,668 for

file merger

(0.08 sec)
  1. Add area annotation | GroupDocs

    The page describes how to add area annotation to a document using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...// Add annotation and save to file annotator.add(area); annotator...

    docs.groupdocs.com/annotation/java/add-area-ann...
  2. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Merger Product Solution GroupDocs...Image ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/composing-sig...
  3. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Merger Product Solution GroupDocs...password_protected.docx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-to-h...
  4. Save output to a stream | GroupDocs

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

    docs.groupdocs.com/viewer/java/save-output-to-s...
  5. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...// Add annotation and save to file annotator . add ( resourcesRedaction...

    docs.groupdocs.com/annotation/java/add-resource...
  6. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Merger Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "QrCodeEncrypted...

    docs.groupdocs.com/signature/java/sign-document...
  7. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive Files with one or multiple electronic signatures...Merger Product Solution GroupDocs...feedback supports signing archive files with formats like ZIP, TAR the...

    docs.groupdocs.com/signature/java/signing-archi...
  8. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....Merger Product Solution GroupDocs...sign Word Processing document files. Word Processing document metadata...

    docs.groupdocs.com/signature/java/esign-word-pr...
  9. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document 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 Spreadsheet...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null....Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-hyperlin...