Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,983 for

expression

(0.83 sec)
  1. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....text by a keyword or regular expression; get a text around of the...using keywords or regular expression. Please use method and then...

    docs.groupdocs.com/parser/java/features-overview/
  2. Strange problem when trying to redact Xls file ...

    Below is my code in VB.NET Using redactor As New Redactor(_CurrentFileName) Dim redactionList = New Redaction() {New ExactPhraseRedaction(“John Doe”, New ReplacementOptions("[Client]")), New RegexRedaction(“Redaction”…...case-insensitive regular expressions, for instance, New RegexRedaction("(...in rows 6, 19, 23, 24, the expression will need start and end of...

    forum.groupdocs.com/t/strange-problem-when-tryi...
  3. GroupDocs.Parser for .NET 19.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 19.5. Major Features There are the following features in this release: Implement the ability to extract data from documents Implement the ability to move Table Layout Implement the ability to detect a table in a rectangular area using a collection of column separators Implement the support for spreadsheet and presentation templates Some constructors and properties were removed from TextProperties class Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1145 Implement the ability to extract data from documents New feature PARSERNET-1151 Implement the ability to move Table Layout New feature PARSERNET-1158 Implement the ability to detect a table in a rectangular area using a collection of column separators New feature PARSERNET-1200 Implement the support for spreadsheet and presentation templates New feature PARSERNET-63 Remove obsolete members (version 18....Fixed field position Regular expression field Related field Document...position is found by a regular expression (Regex) The position is set...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  4. Text Analysis API for Spreadsheets, Presentatio...

    We are pleased to announce the release of version 18.8 of GroupDocs.Parser for .NET. In this version, we have extended the support of text analysis API for spreadsheets, presentations and text documents. Furthermore, the latest version allows providing a password for protected documents on-demand. We’d recommend you to use the latest version of the API and share your feedback. Features Introduced Text Analysis API GroupDocs.Parser allows extracting text areas from the pages of a document....TextAreaSearchOption(); // Set a regular expression to search 'Invoice # XXX'...XXX' text searchOptions.Expression = "\\s?INVOICE\\s?#\\s?[0-9]+";...

    blog.groupdocs.com/parser/text-analysis-api-for...
  5. Is GroupDocs.Signature support .net core - Free...

    SignatureApiController → PreviewOption is not working....is caused by using lambda expression instead of preview saving...

    forum.groupdocs.com/t/is-groupdocs-signature-su...
  6. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....annotations by a regular expression. Remove annotations (comments...

    docs.groupdocs.com/redaction/net/annotation-red...
  7. datacolumn - GroupDocs.Assembly for Java - API ...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......getExpression () Gets the expression used to filter rows, calculate...getExpression() Gets the expression used to filter rows, calculate...

    apireference.groupdocs.com/assembly/java/com.gr...
  8. DataColumn - GroupDocs.Assembly for Java - API ...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......getExpression () Gets the expression used to filter rows, calculate...getExpression() Gets the expression used to filter rows, calculate...

    apireference.groupdocs.com/assembly/java/com.gr...
  9. Java Text Search & Indexing API for Documents, ...

    Advanced text search API for Java applications to search, index & retrieve data from documents: PDF, Word, Excel, presentations, email & web file formats....Simple, Boolean, Regular Expression (Regex), Fuzzy and other...Simple Wild Card Regular Expression (Regex) Faceted & Boolean...

    products.groupdocs.com/search/java/
  10. GroupDocs.Parser for .NET 18.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.11. Major Features There are the following features in this release: Implemented the ability to retrieve the information of supported extractors for a document Implemented IFastTextExtractor interface Implemented IDocumentContentExtractor interface Improved text area extraction for PDF documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1077 Implement the ability to retrieve the information of supported extractors for a document New feature PARSERNET-1075 Implement IFastTextExtractor interface Enhancement PARSERNET-1076 Implement IDocumentContentExtractor interface Enhancement PARSERNET-1069 Improve text area extraction for PDF documents Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....TextAreaSearchOption (); // Set a regular expression to search 'Invoice # XXX'...XXX' text searchOptions . Expression = "\\s?INVOICE\\s?#\\s?[0-9]+"...

    docs.groupdocs.com/parser/net/groupdocs-parser-...