Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 2,298 for

numbers

(0.05 sec)
  1. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....templates containing a large number of tags, it becomes harder...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  2. Add highlight annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-highlight...
  3. Perform Fuzzy Search using Java

    Learn to perform fuzzy search using Java for precise and efficient query matching. Explore how to build document search with fuzzy logic in Java for improved results....level defines the permitted number of errors based on word lengths...

    kb.groupdocs.com/search/java/perform-fuzzy-sear...
  4. Perform Fuzzy Search using C#

    Learn how to perform fuzzy search using C# for accurate and efficient query matching. Discover how to build document search with fuzzy logic in C# for better results....level specifies the allowable number of mistakes based on word lengths...

    kb.groupdocs.com/search/net/perform-fuzzy-searc...
  5. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP files....quick identification of a large number of items. In this article,...

    blog.groupdocs.com/signature/barcode-generator-...
  6. Convert Word Documents to PDF in Node.js | DOCX...

    Convert Word DOC & DOCX documents to PDF within Node.js applications. Automate your file conversion using the document conversion Node.js API....PDF format, including page number, page count, DPI, width, and...

    blog.groupdocs.com/conversion/convert-word-doc-...
  7. Render RTF as PNG using Python

    Let's quickly learn how to render RTF as PNG using Python. You will get code and steps to create PNG images from RTF in Python for custom dimensions for output....automatically appends the page number, producing files like output_1...

    kb.groupdocs.com/viewer/python/render-rtf-as-pn...
  8. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....process, such as the maximum number of results and the types of...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  9. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your .NET applications....embedded file path and page number; Instantiate object with source...

    docs.groupdocs.com/merger/net/add-document-to-d...
  10. Select specific pages for rasterized PDF | Grou...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....index (zero based) and the number of pages from this index to...

    docs.groupdocs.com/redaction/java/select-specif...