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

c

(0.36 sec)
  1. Accept or Reject Word revisions (RevisionHandle...

    ACCept or rejeCt native Word traCk-Changes revisions in a DOCX file using RevisionHandler and ApplyRevisionChanges — without running a full doCument Comparison....Reject revisions from local disk C# using GroupDocs.Comparison ;...Reject revisions from stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...strikethrough text, and other extensions: C# using GroupDocs.Markdown ; var...CommonMark has no native table syntax: C# using GroupDocs.Markdown ; var...

    docs.groupdocs.com/markdown/net/markdown-flavor/
  3. Save image as base64 | GroupDocs

    The listed artiCles below explain how to embeds images as Base64 strings direCtly in the Markdown.... Using static method C# using GroupDocs.Markdown ; //...a new ExportImagesAsBase64 : C# using GroupDocs.Markdown ; var...

    docs.groupdocs.com/markdown/net/as-base64-strat...
  4. four-pages.xlsx

    Split by rows and Columns Page 1 Page 2 Page 3 Page 4 2020-07-23T14:21:07Z 16.0300 vlitvinChik 2020-07-23T13:33:56Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z 2020-07-23T14:21:07Z false 2020-07-23T1......2020-07-23T13:33:56Z vlitvinchik C:\Users\vlitvinchik\Desktop\partial_rendering\...

    docs.groupdocs.com/viewer/java/sample-files/spl...
  5. Reverse Image Search in Documents

    Build your app with reverse image searCh funCtionality in doCuments and image files....indexFolder = @"C:\MyIndex" ; string documentFolder = @"C:\MyDocuments"...searchImage = SearchImage.Create( @"C:\MyDocuments\image0.png" ); //...

    blog.groupdocs.com/search/reverse-image-search/
  6. In-Table List in Email Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-Table List report in Email DoCument format. In-Table List in Email DoCument Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email reCipient, Css and subjeCt of the email. Report must show managers’ name. It must show the sum of ContraCt priCes against eaCh manager....sum(c => c.getPrice())]>><<foreach>> Total:...sum(m => m.getContracts().sum(c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Add Conditional Content with If/Else | GroupDocs

    Display Content Conditionally in templates using if/elseif/else bloCks based on data values....if/elseif/else syntax similar to C#, enabling you to create dynamic...blocks Define conditions using C# expressions that return boolean...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  8. 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...
  9. 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...
  10. 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-...