Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 6,420 for

document classification

(0.06 sec)
  1. GroupDocs.Editor for .NET 20.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.9 GroupDocs.Editor for .NET version 20.9 contains mostly bug fixes, but also a list of different improvements, which, however, don’t alter the public API. All of them are described below. Improvements Added new list item numeric markers Microsoft Word and Office Open XML format support a lot of different list item numeric markers, not only usual Arabic or Roman numbers and Latin letters....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  2. Advanced usage | Documentation

    Learn about advanced GroupDocs.Watermark usage. Please find advanced details how to customize your watermarks, search, modify and remove existing watermarks. Articles in this section Loading Documents Adding watermarks Saving Documents Searching and modifying watermarks More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Watermark for .NET examples GroupDocs.Watermark for Java examples Free online Document watermarking App Along with a full-featured ....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/advanced-usage/
  3. GroupDocs.Editor for .NET 20.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.12 GroupDocs.Editor for .NET version 20.12 provides one new minor feature, which has an impact on public API, two improvements and a set of different bugfixes. It is worth to mention that this new feature doesn’t break a backward compatibility, but only introduces one new public type, so existing client code is fully compatible for this release. All of these are described in detail below....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  4. Render with responsive layout | Documentation

    Learn how to render your Document with responsive HTML layout that looks great on mobile and desktop devices....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/render-with-resp...
  5. GroupDocs.Comparison for Java 20.11 Release Not...

    Note This page contains release notes for GroupDocs.Comparison for Java 20.11 Major Features Below the list of most notable changes in release of GroupDocs.Comparison for Java: Added ability to compare the most popular scripts and programming languages files Included all supported file fromats Added new function for show only inserted content Added page preview sizes Implemented ability to compare more than two SpreadSheet Documents Implemented ability to compare more than two Note Documents Improved calculating of coordinates of changes for PDF Improved performance of multiple comparing of text Documents Improved function for showing target text for Presentations, Spreadsheet, Diagrams PDF, Notes, and Text Improved exception usage Functions optimization through code refactoring Fixed element movement changes detection for Presentation(Slides) Documents Fixed creating output HTML file while comparing source code files Fixed exception when compare Diagrams Documents Fixed issues with library compatibility for Spreadsheed and Notes Fixed number of exception while comparing Diagrams Fixed exception handling with Invalid Password message during generating preview of the password-protected PDF file Fixed issue with Note library version Fixed unexpected borders on the comparison results page....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/groupdocs-co...
  6. GroupDocs.Viewer for .NET 21.6 Release Notes | ...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for .NET 21.6...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  7. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Java library...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/getting-started/
  8. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-origi...
  9. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API for web browser or to reduce size....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  10. GroupDocs.Parser for .NET 18.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.9. Major Features There are the following features in this release: Ability to extract a text from databases Ability to extract data from PDF Forms Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-555 Implement the ability to extract a text from databases New feature PARSERNET-975 Implement the ability to extract data from the form fields of PDFs New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Classification Product Solution Purchase...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...