Sort Score
Result 10 results
Languages All
Labels All
Results 6,721 - 6,730 of 27,791 for

groupdocs.redaction

(0.19 sec)
  1. GroupDocs.Conversion for Java 17.7 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for Java 17.7 Major Features There are 14 new features, improvements and fixes in this regular monthly release. The most notable are: Introduced new method for retrieving basic metadata of the source document Improved handling of extension-less urls Improved to HTML conversions Improved HTML to Cells conversions Conversion from XML-FO/XSL to PDF New option to set zoom when converting to HTML Conversion from Vsdm, Vssm, Vstm Conversion from LaTex Improved speed when converting from cells....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  2. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Java API to convert email messages to HTML, PDF, PNG, and JPEG formats....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/render-email-mes...
  3. GroupDocs.Viewer for .NET 18.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.11. Major Features There are 13 features, improvements, and fixes in this regular monthly release. The most notable are: Added following file formats support * Printer Command Language(PCL) * Tab-separated values (TSV) Handling fonts while rendering MS OneNote documents A new method for rendering attachments while working with source document’s stream Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-128 Add PCL file format support Feature VIEWERNET-1786 Add TSV (Tab-separated values) file format support Feature VIEWERNET-1768 Rendering comments from ODP presentation documents that has no author Improvement VIEWERNET-1778 Rendering attachments while working with source document’s stream Improvement VIEWERNET-1787 Extend support for ExcludeFonts setting of HtmlOptions class for MS OneNote documents Improvement VIEWERNET-1789 Exporting font files as external resources when rendering MS OneNote documents Improvement VIEWERNET-1793 Add support for DefaultFontName option when rendering MS OneNote documents Improvement VIEWERNET-1549 Exception when rendering email message containing ....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. 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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/adding-text-w...
  5. GroupDocs.Signature for .NET 19.10 Release Note...

    Note This page contains release notes for GroupDocs.Signature for .NET 19.10 Major Features The most notable feature is start of supporting .Net Standard 2.0. Also there are few new features and bug fixes in this regular release. In this version we implemented search functionality for text and image signatures, fixed few issues with unreleased internal resources. Most changes are related to support of .Net Standard, new search signatures types implementation....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  6. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. How to deploy Dropwizard comparison sample to H...

    The article describes Dropwizard comparison sample deploying process to Heroku PaaS platform...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/how-to-deplo...
  8. GroupDocs.Annotation for .NET 16.11.0 Release N...

    Note This page contains release notes for GroupDocs.Annotation for .NET 16.11.0 Major Features Below the list of improvements fixes and new features in this regular monthly release of GroupDocs.Annotation for .NET. The most notable are: Implemented following for slides documents: TextHighlight annotation TextStrikeout annotation TextUndreline annotation Implemented ability to import following annotations: Import of Resource Redaction annotation Import of Text Field annotation Import of Area annotation Import of Arrow annotation Import of Polyline annotation Import of Watermark annotation Import of Point annotation Full List of Issues Covering all Changes in this Release Key Summary Category ANNOTATIONNET-303 Implement Strikeout annotation for Slides format New Feature ANNOTATIONNET-302 Implement Undreline annotation for Slides format New Feature ANNOTATIONNET-301 Implement Highlight annotation for Slides format New Feature ANNOTATIONNET-296 Implement import of Text Field annotation for Slides New Feature ANNOTATIONNET-295 Implement import of Point annotation for Slides New Feature ANNOTATIONNET-294 Implement import of Resource Redaction annotation for Slides New Feature ANNOTATIONNET-293 Implement import of Watermark annotation for Slides New Feature ANNOTATIONNET-292 Implement import of Polyline annotation for Slides New Feature ANNOTATIONNET-291 Implement import of Arrow annotation for Slides New Feature ANNOTATIONNET-290 Implement import of Area annotation for Slides New Feature ANNOTATIONNET-298 Arrow annotation imported incorrectly on several Words documents Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  9. GroupDocs.Assembly for .NET 20.3 Release Notes ...

    Major Features Supported dynamic insertion of documents and images from Base64-encoded bytes and dynamic checkbox value setting. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-145  Support dynamic checkbox value setting for Word Processing documents  Feature  ASSEMBLYNET-147  Support dynamic image and document insertion from Base64-encoded bytes  Feature  ASSEMBLYNET-148  ArgumentException is thrown if image or document expression returns an empty string  Bug  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  10. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert/prese...