Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 6,075 for

editor

(1.28 sec)
  1. 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...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-t...
  2. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Editor برای جاوا APIهایی را برای حذف...

    blog.groupdocs.com/fa/groupdocs.blog/page/2/
  3. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/load-document...
  4. Add document password | GroupDocs

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/add-document-pass...
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  6. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/redaction-fil...
  7. GroupDocs.Metadata for Python via .NET | GroupDocs

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/
  8. GroupDocs.Assembly for Python via .NET | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Python via .NET - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/python-net/
  9. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/using-ocr/
  10. 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#....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/get-sup...