Sort Score
Result 10 results
Languages All
Labels All
Results 6,031 - 6,040 of 27,996 for

groupdocs.total

(0.33 sec)
  1. GroupDocs.Merger 24.8 | Java API to Combine & A...

    Java on-premise API for merging multiple documents into one file. Join files of different formats into a single format. Insert OLE objects, & split documents....pom 2 KB GroupDocs.Total GroupDocs.Merger API on...

    releases.groupdocs.com/merger/java/24-8/
  2. GroupDocs.Signature 18.6 | Java API to Secure D...

    High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....pom 693 bytes GroupDocs.Total GroupDocs.Signature API...

    releases.groupdocs.com/signature/java/18-6/
  3. GroupDocs.Signature 20.5 | Java API to Secure D...

    High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....90 KB GroupDocs.Total GroupDocs.Signature API...

    releases.groupdocs.com/signature/java/20-5/
  4. GroupDocs.Signature 20.3 | Java API to Secure D...

    High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....90 KB GroupDocs.Total GroupDocs.Signature API...

    releases.groupdocs.com/signature/java/20-3/
  5. GroupDocs.Signature 21.2 | Java API to Secure D...

    High Code Java API to Sign, Search, & Verify Digital Signatures within MS Word Excel PowerPoint OpenOffice Images PDF & others. Supports Barcode QR-Code Stamp....pom 3 KB GroupDocs.Total GroupDocs.Signature API...

    releases.groupdocs.com/signature/java/21-2/
  6. GroupDocs.Redaction | Hide Sensitive Doc Info v...

    Java on-premise API that lets you hide & redact any sensitive or classified data, content, information, or metadata to make it unreadable and non-searchable....6 June 11, 2019 GroupDocs.Total GroupDocs.Redaction API...

    releases.groupdocs.com/redaction/java/
  7. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-ex...
  9. GroupDocs.Assembly for .NET 18.9 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.9. Major Features This release of GroupDocs.Assembly brings a new powerful feature: Abilities to change target file format of an assembled document using file extension or explicit specification. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-80  Add ability to change target file format when assembling Word Processing documents  Feature  ASSEMBLYNET-81  Add ability to change target file format when assembling Spreadsheet documents  Feature  ASSEMBLYNET-82  Add ability to change target file format when assembling Presentation documents  Feature  ASSEMBLYNET-83  Add ability to change target file format when assembling Email documents  Feature  ASSEMBLYNET-84  Add ability to change target file format when assembling Text documents  Feature  ASSEMBLYNET-88  Add support for Conholdate licenses  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Products All Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  10. Working with metadata in PDF documents | Docume...

    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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...