Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 48,936 for

(c )

(0.12 sec)
  1. Get list of changes | GroupDocs

    Retrieve a typed list of every detected difference using Comparer.GetChanges() — each ChangeInfo item exposes change type, page number, ID, and text in GroupDocs.Comparison for .NET....list of changes from local disk C# using GroupDocs.Comparison ;...Get list of changes from stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  2. Protecting Word documents | GroupDocs

    This article explains how to protect as well as unprotect the Word documents in Java.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/protecting-wo...
  3. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/numeric-range-se...
  4. Clear watermarks | GroupDocs

    Search and remove existing text or image watermarks using Python via .NET.... Watermarker ( "C: \\ Docs \\ watermarked-sample...clear () watermarker . save ( "C: \\ Docs \\ clean-sample.docx"...

    docs.groupdocs.com/watermark/python-net/basic-u...
  5. Get document info | GroupDocs

    This article explains how to get document information... Ex: @"C:\Docs\source.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\source.docx" using ( FileStream...

    docs.groupdocs.com/watermark/net/get-document-i...
  6. Xml to Md | GroupDocs

    This article demonstrates how to convert Text to Markdown with GroupDocs.Markdown for .NET....simplest way to convert a text file: C# using GroupDocs.Markdown ; //...control, use the instance API: C# using GroupDocs.Markdown ; if...

    docs.groupdocs.com/markdown/net/convert/export-...
  7. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown... Basic batch conversion C# using GroupDocs.Markdown ; string...(9 KB) Async batch conversion C# using GroupDocs.Markdown ; string...

    docs.groupdocs.com/markdown/net/batch-convert/
  8. Edit PowerPoint Presentations on GroupDocs Blog...

    Edit PowerPoint Presentations on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit PowerPoint Presentations on GroupDocs Blog | Document Automation So......ออนไลน์ หรือทำโดยทางโปรแกรมโดยใช้ C# และ Java Recent content in Edit...

    blog.groupdocs.com/th/tag/edit-powerpoint-prese...
  9. 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-...
  10. 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-...