Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 12,456 for

document comparison

(0.05 sec)
  1. GroupDocs.Watermark for .NET 18.8 Release Notes...

    Note This page contains release notes for GroupDocs.Watermark for .NET 18.8. Major Features There are the following features, enhancements, and bug fixes in this release: Ability to skip unreadable characters during text watermark search Protection of text watermark using unreadable characters for Slides SmartArt and CustomXml drawing types for Worksheets Fix locking watermark in PPTX, PPT Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-895 Locking watermark in PPTX, PPT is not working Bug WATERMARKNET-981 Add SmartArt and CustomXml drawing types Enhancement WATERMARKNET-998 Implement ability to skip unreadable characters during text watermark search New Feature WATERMARKNET-999 Implement protection of text watermark using unreadable characters for Slides New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  2. Working with Chart Reports - Pie | Documentation

    Articles in this section...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-c...
  3. Get file info | Documentation

    This article explains how to detect Document file type, size and calculate pages count with GroupDocs.Watermark....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  4. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF Documents to other formats with GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert/word...
  5. How to edit CSV file | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for .NET....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...
  6. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over Document using GroupDocs.Annotation for .NET API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/update-annota...
  7. GroupDocs.Merger for Java 18.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Merger for Java 18.12 Major Features There are 18 new features in this regular monthly release. The most notable are: Added Diagram file formats support support (VSDX, VSDM, VSSX, VSSM, VTX, VSTM, VDX, VSTX, VSX) Added Note file formats support (One) Extended Security methods with ODT/OTT formats support Added Rotate method to rotate pages in Document Added ChangeOrientation method to change orientation of pages in Document Added functionality to get all supported formats Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-259 Diagram formats support for Join method New Feature MERGERNET-260 Diagram formats support for MovePage method New Feature MERGERNET-261 Diagram formats support for RemovePage method New Feature MERGERNET-262 Diagram formats support for Split Document method New Feature MERGERNET-264 Diagram formats support for SwapPages method New Feature MERGERNET-265 Diagram formats support for Trim method New Feature MERGERNET-251 Implement Security methods for ODT format New Feature MERGERNET-302 Implement Security methods for OTT format New Feature MERGERNET-321 Note formats support for Join method New Feature MERGERNET-322 Note formats support for MovePage method New Feature MERGERNET-323 Note formats support for RemovePage method New Feature MERGERNET-324 Note formats support for Split Document method New Feature MERGERNET-325 Note formats support for SwapPages method New Feature MERGERNET-326 Note formats support for Trim method New Feature MERGERNET-156 Implement RotatePages method New Feature MERGERNET-245 Implement ChangeOrientation method New Feature MERGERNET-259 Implement GetSupportedFormats method New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/groupdocs-merger...
  8. GroupDocs.Editor for .NET 17.9.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Editor for .NET 17.9.0 Major Features This is the second version of GroupDocs.Editorfor .NET. There are 6 major new features and 4 big improvements in existing features: Support of bidirectional (right-to-left) content in paragraphs, tables and lists. Ability for user to export language (locale) metadata into the HTML Document for spellcheck support during backward conversion. Ability for user to extract font resources into the HTML Document with different options, which allow to adjust, which font resources should be extracted....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  9. Working with Chart Reports - Bubble | Documenta...

    The Bubble Chart As per wikipedia, a Bubble Chart can be described as: A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-c...
  10. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a Document. If the Document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/adding-text-w...