Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 2,045 for

resource

(0.26 sec)
  1. Deleting Barcode signatures - advanced | Docume...

    This article shows how to delete Barcode electronic signatures different ways with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/deleting-barc...
  2. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image files....links for further details and resources: Documentation Examples –...

    blog.groupdocs.com/search/reverse-image-search/
  3. Search results | Documentation

    This article shows that how to perform the operations on search results....TermSequencesOccurre [ k ]); } } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/search-results/
  4. OCR support | Documentation

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...recognizedText ; } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/ocr-support/
  5. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....RevisionNumber TotalEditingTime More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/faceted-search/
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... RIFF (Resource Interchange File Format)는...

    blog.groupdocs.com/ko/groupdocs.blog/page/26/
  7. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET using GroupDocs.Parser...ReadToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/metadata-redac...
  9. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/fuzzy-search/
  10. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so.... Save ( so ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/use-advanced-r...