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

file merger

(0.07 sec)
  1. GroupDocs.Signature for Java 19.7 Release Notes...

    Note This page contains release notes for GroupDocs.Signature for Java 19.7 Major Features There are few new features, improvements and bug fixes in this regular release. Most features are related to support of djvu format for most service methods, implementation of serialization and encryption of custom data objects into Metadata signatures with ability to extract them back and specify custom serialization and data encryption. Also this release contains some internal security and licensing improvements....Merger Product Solution GroupDocs...SIGNATURENET-2014 Implement support of .djvu file format for verification process...

    docs.groupdocs.com/signature/java/groupdocs-sig...
  2. OCR Usage Basics | Documentation

    This article explains how to use OCR....Merger Product Solution GroupDocs...To extract a text from image files or non-text PDF documents GetText...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  3. OCR Usage Basics | Documentation

    This article explains how to use OCR....Merger Product Solution GroupDocs...To extract a text from image files or non-text PDF documents GetText...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  4. GroupDocs.Parser for .NET 18.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.2. Major Features There are the following features and enhancements in this release: Ability to extract a raw text from Markdown documents Ability to extract a formatted text from Markdown documents Ability to extract a text with its structure from Markdown documents Improved the memory consuming while extracting a text from ost/pst Files Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-843 Implement the support for raw text extraction from Markdown documents New feature TEXTNET-844 Implement the support for formatted text extraction from Markdown documents New feature TEXTNET-845 Implement the support for structured text extraction from Markdown documents New feature TEXTNET-873 Improve the memory consuming while extracting a text from ost (pst) Files Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs...extracting a text from ost/pst files Full List of Issues Covering...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  5. GroupDocs.Comparison for Java 19.10 Release Not...

    Note This page contains release notes for GroupDocs.Comparsion for Java 19.10 Major Features Below the list of fixed bugs in this release of GroupDocs.Comparsion for Java. The most notable are: Implemented ability to convert documents of different formats to images Fixed issue with SuperScript and SubScript elements on Words documents Fixed style settings for GroupDocs.Comparison.Html Fixed issue with comparing large sized PDF Files (another cases) Fixed not working comparison of EndNote element on Words Implemented calculation of changes for Diagrams, Slides and PDF formats Implemented getting document information method Improved exceptions and error handling all around the projects for all supported formats Fixed issue with getting images for HTML Files Fixed issue with Fonts detection Fixed incorrect different in PDF Improved changes detection in tables on Words documents Fixed problem when sections moved to the new page Fixed typos in API reference Implemented sensitivity option Implemented calculation coordinates of changes for Words documents Fixed content overlapping in resultant PDF documents Fixed problem when sections moved to the new page Integrated credit based billing system using latest version of Metered Updated namespace to more logical and convenient (some some of namespaces were renamed) Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-1836 Save documents as images for Words Feature COMPARISONNET-1837 Save documents as images for Cells Feature COMPARISONNET-1838 Save documents as images for Slides Feature COMPARISONNET-1839 Save documents as images for PDF Feature COMPARISONNET-1840 Save documents as images for HTML Feature COMPARISONNET-1841 Save documents as images for Email Feature COMPARISONNET-1842 Save documents as images for Note Feature COMPARISONNET-1843 Save documents as images for Text Feature COMPARISONNET-1844 Save documents as images for Diagrams Feature COMPARISONNET-1847 Calculate correct coordinates of changes for Slides Feature COMPARISONNET-1849 Calculate correct coordinates of changes for PDF Feature COMPARISONNET-1852 Calculate correct coordinates of changes for Diagrams Feature COMPARISONNET-1895 Implement Get document info method Feature COMPARISONNET-1773 Error handling improvements for all formats Improvement COMPARISONNET-1799 Improve change detection in tables on Words Improvement COMPARISONNET-1846 Calculate correct coordinates of changes for Words Improvement COMPARISONNET-1929 Implement sensitivity option Improvement COMPARISONNET-1901 Integrate latest version of Dynabic....Merger Product Solution GroupDocs...with comparing large sized PDF files (another cases) Fixed not working...

    docs.groupdocs.com/comparison/java/groupdocs-co...
  6. GroupDocs.Signature for .NET 20.6 Release Notes...

    Note This page contains release notes for GroupDocs.Signature for .NET 20.6 Major Features There are about ten new features, improvements and fixes in this release. New features implement ability to add native Word processing Watermark signature, obtain with document common information the list of electronic digital signatures in it. Also in this release we implemented additional encryption algorithm for Net Standard platform AES, fixed few bugs and issues. Below the list of most notable changes in release of GroupDocs....Merger Product Solution GroupDocs...for Word processing document files Introduced ability to obtain...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  7. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...Merger Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  8. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....Merger Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( "SampleSigned"...

    docs.groupdocs.com/signature/net/load-document-...
  9. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Merger Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/java/font-embedding-o...
  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....Merger Product Solution GroupDocs...and extract some additional file format information. a PDF document...

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