Sort Score
Result 10 results
Languages All
Labels All
Results 5,981 - 5,990 of 10,565 for

document redaction

(0.07 sec)
  1. Search text in Microsoft OneNote sections | Doc...

    This article explains that how to search text from Microsoft OneNote sections presentations...Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  2. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. 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....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/render-email-mes...
  4. GroupDocs.Editor for .NET 20.1 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.1 Warning In this version we will remove Legacy API of GroupDocs.Editor. So from version 20.1 GroupDocs.Editor.Legacy. does not exist anymore Major Features GroupDocs.Editor for .NET version 20.1 contains a list of improvements and bug-fixes, but the most important is that starting from this version the Legacy API is completely removed. The most prominent improvements include: Better support of opening HTML Document from inner-BODY markup Added support of BUTTON HTML element Added support of MACROBUTTON field in WordProcessing Documents Added support of STRIKE HTML element All these improvements are “internal”, they do not affect public API....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  5. GroupDocs.Conversion for .NET 17.12 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 17.12 Major Features There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are: Conversion from/to Jpeg 2000 Option to convert one sheet per page depending from print area when converting Cells to PDF Option to optimize resulting PDF to minimum file size Improved image to SVG conversion Improved word to GIF conversion Bug fixes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2277 Implement conversion from/to Jpeg2000 New Feature CONVERSIONNET‑2257 Implement possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Improvement CONVERSIONNET‑2258 Implement possibility to optimize target Pdf for minimum file size when converting Cells to Pdf Improvement CONVERSIONNET‑2262 Image to SVG conversion improvement Improvement CONVERSIONNET‑2266 Words to Gif conversion improvement Improvement CONVERSIONNET‑2240 PDF to TIF conversion, InvalidValueFormatException Fix CONVERSIONNET‑2234 Index was outside the bounds of the array, while Converting ....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  6. GroupDocs.Parser for .NET 17.02 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.2.0 Major Features There are the following features in this release: Support for extracting a text from EPUB Documents Ability to search with a regular expression Ability to search the whole word Ability to extract a highlight to line’s start/end or with the limited words count All Changes Key Summary Issue Type TEXTNET-525 Implement the ability to extract a text from EPUB files New feature TEXTNET-340 Implement the ability to search a text with a regular expression New feature TEXTNET-492 Implement the ability to search the whole word New feature TEXTNET-494 Implement the ability to extract a highlight to line’s start (end) New feature TEXTNET-495 Implement the ability to extract a highlight with the limited words count New feature TEXTNET-528 Implement the ability to use all highlight extraction modes with search functionality Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  7. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/search-text-in-m...
  9. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Java....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert/page...