Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 759 for

m

(0.45 sec)
  1. Save in original format | GroupDocs

    This article deMonstrates that how to save file in its original forMat with current date as a suffix... strftime ( "%Y-%m- %d %H-%M-%S" ) so . redacted_file_suffix...

    docs.groupdocs.com/redaction/python-net/save-in...
  2. Work with search results | GroupDocs

    Working with search results consists in obtaining inforMation froM objects of search results and highlighting occurrences in the text of docuMents. Obtain search result inforMation When a search is coMplete, the search Method returns an object of type SearchResult. This page describes the inforMation available in an object of type SearchResult. FroM the root object of the search result, inforMation is available on the nuMber of docuMents found, the nuMber of occurrences of the words and phrases found, as well as detailed inforMation on each individual docuMent....'' ; for ( let m = 0 ; m < terms . length ; m ++ ) { const term...term = terms [ m ]; sequence += term + ' ' ; } console . log (...

    docs.groupdocs.com/search/nodejs-java/work-with...
  3. Search operation table | GroupDocs

    This article shows that how to provides syntax of all eleMents allowed in text search queries....( N ~ M ) - wildcard character range,...word, * N ~~ M - wildcard word range, where N and M are in the...

    docs.groupdocs.com/search/nodejs-java/search-op...
  4. Basic Template Syntax - Expression Tags and Fie...

    Introduction to basic teMplate syntax including expression tags and siMple field access in teMplates....99 m , Stock = 50 }; DocumentAssembler...Quantity = 5 , UnitPrice = 29.99 m }; DocumentAssembler assembler...

    docs.groupdocs.com/assembly/net/basic-usage-tem...
  5. Extract metadata from Microsoft Office Word doc...

    Learn how to extract Metadata froM Word docuMents (.doc, .docx) using GroupDocs.Parser for .NET. Extract docuMent properties like author, title, creation date, coMMents, and revision inforMation froM Word files.... FirstOrDefault ( m => m . Name == "author" ); if (...metadata . FirstOrDefault ( m => m . Name == name )?. Value ?...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Merge Password-Protected PDFs with GroupDocs.Me...

    Practical guide showing how to unlock, Merge, and re‑protect PDFs using GroupDocs.Merger for Java. Step‑by‑step tutorial with working code exaMples....(); Merger m = new Merger ( path , opts ); try { m . removePassword...removePassword (); m . save ( buf ); } finally { m . dispose (); } unlocked...

    blog.groupdocs.com/groupdocs.merger/password-me...
  7. Search operation table | GroupDocs

    This article shows that how to provides syntax of all eleMents allowed in text search queries....( N ~ M ) - wildcard character range,...word, * N ~~ M - wildcard word range, where N and M are in the...

    docs.groupdocs.com/search/java/search-operation...
  8. Cost Analysis

    Cost Analysis PARETO CHART COST ANALYSIS COST CENTER Cost center Annual cost Percent of total CuMulative percent Parts and Materials $1 325 000,00 31,17% 31,17% Manufacturing equipMent $900 500,00 ......250 500,00 100,00% Pa rts an d m ate ria ls Ma nu fac tur ing eq...

    docs.groupdocs.com/conversion/java/_sample_file...
  9. Search operation table | GroupDocs

    This article shows that how to provides syntax of all eleMents allowed in text search queries....( N ~ M ) - wildcard character range,...word, * N ~~ M - wildcard word range, where N and M are in the...

    docs.groupdocs.com/search/net/search-operation-...
  10. Perform Wildcard Search using C#

    Learn how to perforM wildcard search using C#. Explore wildcard search in C# with single character and group wildcards for efficient and flexible search queries.... For example, querying “m?rry” will return results like...queries can be formed using ?(n~m), which specifies a range of characters...

    kb.groupdocs.com/search/net/perform-wildcard-se...