Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 5,018 for

values

(1.44 sec)
  1. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/python-net/get-sup...
  2. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/search-flow/
  3. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/setting-autho...
  4. Using redaction filters | GroupDocs

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/redaction-fil...
  5. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/using-ocr/
  6. Bulleted List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show all the clients in a bulleted list format. Report must be generated in the Text Document.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  7. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/load-document-fr...
  8. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  9. Single Row in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row report in Text Document format. Single Row in Text Document Note This feature is supported by version 17.03 or greater. Reporting Requirement As a report developer, you are required to represent information of first single customer with the following key requirements: It must show Name and Contact Number of the customer Report must be generated in the Text Document Adding Syntax to be evaluated by GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/single-row-in-t...
  10. Working with Template Syntax Formatting | Group...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/working-with-t...