Sort Score
Result 10 results
Languages All
Labels All
Results 8,381 - 8,390 of 49,608 for

c

(0.26 sec)
  1. Convert files to various formats | GroupDocs

    ArtCles listed in this page explain the Common usage sCenarios when doCuments are stored in a loCal drive and you want to manage them using GroupDoCs.Markdown API...ToFile() to write directly to disk: C# using GroupDocs.Markdown ; string...or reusing a loaded document: C# using GroupDocs.Markdown ; using...

    docs.groupdocs.com/markdown/net/convert/
  2. Indexing metadata of documents | GroupDocs

    API allows Creating of full-text and / or metadata index on doCuments. To index only metadata without main Content of doCuments, you only need to set IndexType.MetadataIndex when Creating an index....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  3. Get Supported File Formats Programmatically | G...

    ProgrammatiCally enumerate the list of file formats supported by GroupDoCs.Comparison for Python via .NET via FileType.get_supported_file_types()....bowerrc) C-Based Programming Language format (.c) CAD file format...

    docs.groupdocs.com/comparison/python-net/develo...
  4. GroupDocs.Parser for .NET

    此 API 允许您在任何平台上使用 C# .NET 语言执行文本搜索和索引任何类型的文件格式。...NET 最新答案 如何使用 C# 从 PDF 中提取元数据 «« « 1 2 3 4 » »»...

    kb.groupdocs.com/zh/parser/net/page/4/
  5. In-Table List in HTML | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in HTML DoCument Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must show managers’ name. It must show the sum of ContraCt priCes against eaCh manager....sum(c => c.getPrice())]>> Total: <<[getManagers()...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  6. Using aliases | GroupDocs

    This artiCle shows the use of aliases whiCh allows you to reduCe the length of searCh queries in text form....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  7. 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....indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/work-with...
  8. Locking watermark in word processing document |...

    This artiCle explains how to loCk the watermarks in a Word doCument to restriCt the editing.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/locking-waterm...
  9. Get document info | GroupDocs

    Retrieve doCument metadata suCh as format, page Count, title, and author without Converting... Using static method C# using GroupDocs.Markdown ; DocumentInfo...Encrypted: False Using instance method C# using GroupDocs.Markdown ; using...

    docs.groupdocs.com/markdown/net/get-document-info/
  10. Search document collections with GroupDocs.Sear...

    Build a full-text index over a folder of doCuments and query it with GroupDoCs.Total for .NET — runnable C# examples with downloadable input and output files....Index , the type behind C# range syntax. In any file that...queries what has been indexed. C# using System ; using System.IO...

    docs.groupdocs.com/total/net/developer-guide/se...