Sort Score
Result 10 results
Languages All
Labels All
Results 8,431 - 8,440 of 11,045 for

document assembly

(0.13 sec)
  1. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Compare Images in Java to Highlight Differences...

    Programmatically compare your photos and images in Java. Image comparison of JPG, PNG, GIF, BMP, DICOM and other images within your Java applications....the compare word-processing documents, spreadsheets, presentations...you can go through the documentation and GitHub repository. Reach...

    blog.groupdocs.com/2021/06/16/compare-images-in...
  3. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. GroupDocs.Viewer for .NET 19.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 19.12 Major Features There are 8 features, improvements, and bug-fixes in this release, most notable are: Added AutoCAD Drawing Template (.dwt) file-format support Improved performance when rendering Documents in chunks Improved rendering MS Project Documents Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-127 Add AutoCAD Drawing Template (.dwt) file-format support Feature VIEWERNET-2257 Timeout when loading external resources contained by text Documents Feature VIEWERNET-1993 Reduce the number of resources created when rendering MS Project Documents Improvement VIEWERNET-2174 Improve performance when rendering Document in chunks Improvement VIEWERNET-2250 Support rendering CAD drawings in 32-bit process Improvement VIEWERNET-2258 Simplify Viewer constructors that accept file path Improvement VIEWERNET-2133 Incorrect font when rendering PDF to HTML Bug VIEWERNET-2251 Empty folder list for ZIP archive created in Windows Bug Public API and Backward Incompatible Changes following public class members were added, marked as obsolete, removed or replaced:...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  6. Load from Azure Blob Storage | Documentation

    This article explains how to load a Document from Azure Blob Storage with GroupDocs.Viewer within your .NET applications....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/load-document-fro...
  7. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/search-for-text-c...
  8. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  9. GroupDocs.Search for .NET 21.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for .NET 21.8 Major Features There are the following features, enhancements, and fixes in this release: Implement OCR support for indexing Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2564 Implement OCR support for indexing Feature Public API and Backward Incompatible Changes Implement OCR support for indexing This feature implements the ability to connect optical character recognition (OCR) on images inside individual image files, as well as on images embedded in Documents....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/groupdocs-search-...
  10. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/indexing-...