Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 1,509 for

numbers

(0.03 sec)
  1. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...the method Check the actual number of updated properties the changes...

    docs.groupdocs.com/metadata/java/updating-metad...
  2. Export annotations and retrieve document pages ...

    post. Tagged with net, annotator, api, image....replacement for grouped shapes and a number of fixed issues – http://bit...

    dev.to/groupdocs/export-annotations-and-retriev...
  3. تنقيح PDF والمستندات الممسوحة ضوئيًا في C # | ن...

    قم بتنقيح النص في PDF والمستندات الأخرى باستخدام C # في تطبيقات .NET. قم بتنقيح المستندات لحجب النص وكذلك النص داخل الصور المضمنة....RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/ar/redaction/redact-text-and...
  4. Add strikeout annotation | Documentation

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for Java....properties (position, page number, etc). Call the method. Specify...

    docs.groupdocs.com/annotation/java/add-strikeou...
  5. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Java without a license (Evaluation Limitations)...You can set the license in a number of ways that described in the...

    docs.groupdocs.com/comparison/java/licensing-an...
  6. Úprava PDF a naskenovaných dokumentů v C# | Zat...

    Upravujte text v PDF a dalších dokumentech pomocí C# ve svých aplikacích .NET. Upravte dokumenty tak, aby byly začerněny text a také text ve vložených obrázcích....RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/cs/redaction/redact-text-and...
  7. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....TableDiscreteFunctio ( 3 )); // The maximum number of differences is 3 // Creating...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  8. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....TemplateRegexPositio ( "Invoice Number" ), "InvoiceNumber" ), new...TemplateRegexPositio ( "Order Number" ), "InvoiceOrder" ), new TemplateField...

    docs.groupdocs.com/parser/java/parse-data-from-...
  9. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...TemplateRegexPositio("Invoice Number"), "InvoiceNumber"), new TemplateField(new...TemplateRegexPositio("Order Number"), "InvoiceOrder"), new TemplateField(new...

    blog.groupdocs.com/th/groupdocs.blog/page/29/
  10. C# を使用して Word ドキュメントを結合する |すべてのページまたは選択したページに参加する

    2 つ以上の Word ドキュメントを 1 つのファイルに結合する C# の方法。 .NET アプリケーション内の複数の Word ファイルの選択したページのみを結合します。...the starting and ending page number // 書類を結合する merger.Join("document_to_merge... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/ja/merger/merge-word-files-u...