Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 6,033 for

file comparison

(0.07 sec)
  1. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...Comparison Product Solution GroupDocs...10 } }; // sign document to file signature . Sign ( "QRCodeEncryptedText...

    docs.groupdocs.com/signature/net/sign-documents...
  2. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...Comparison Product Solution GroupDocs...to sign Spreadsheet document files. Spreadsheet document metadata...

    docs.groupdocs.com/signature/java/esign-spreads...
  3. Installation | GroupDocs

    This guide explains how to install GroupDocs.Merger for .NET to your environment...Comparison Product Solution GroupDocs...locate the GroupDocs.Merger.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/merger/net/installation/
  4. Installation | GroupDocs

    This guide explains how to install GroupDocs.Signature for .NET to your environment...Comparison Product Solution GroupDocs...the GroupDocs.Signature.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/signature/net/installation/
  5. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Comparison Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  6. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. 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. If Microsoft Office Word document has no text, getStructure method returns an empty org....Comparison Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-tables-f...
  7. Sign document with Barcode signature and additi...

     This article explains how to sign document with Barcode electronic signatures using extended options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...DarkGreen ) } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  8. 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....Comparison Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. System requirements | GroupDocs

    GroupDocs.Total for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for document manipulation....Comparison Product Solution GroupDocs...on Java 17+) Note Ensure the file system and permissions allow...

    docs.groupdocs.com/total/java/system-requirements/
  10. Extract table of contents | GroupDocs

    This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....Comparison Product Solution GroupDocs...extract table of contents from CHM file: // Create an instance of Parser...

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