Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 2,154 for

resource

(0.04 sec)
  1. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... Save (); }; } More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/redaction-basics/
  2. 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...
  3. 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...
  4. Delete indexed documents | Documentation

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  5. 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/
  6. 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...
  7. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....Alphabet before indexing) More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/search-op...
  8. Subscribing for search process events | Documen...

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....getMessage ()); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/subscribing-f...
  9. Subscribing for verification process events | D...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....getMessage ()); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/subscribing-f...
  10. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/sign-document...