Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 2,656 for

resource

(0.2 sec)
  1. Delete indexed documents | GroupDocs

    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...
  2. Use advanced rasterization options | GroupDocs

    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...
  3. Metadata redactions | GroupDocs

    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...
  4. Deleting Image signatures - advanced | GroupDocs

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

    docs.groupdocs.com/signature/java/deleting-imag...
  5. Deleting Text signatures - advanced | GroupDocs

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

    docs.groupdocs.com/signature/net/deleting-text-...
  6. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios.... WriteLine (); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  7. Boolean search | GroupDocs

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....search ( rootQuery ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/boolean-search/
  8. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document.... readToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....general relativity" More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/phrase-search/
  10. Search results | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/search-re...