Sort Score
Result 10 results
Languages All
Labels All
Results 8,081 - 8,090 of 48,375 for

c

(0.27 sec)
  1. Render EBooks as HTML, PDF, and image files | G...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API to Convert EBooks to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-ebooks/
  2. GroupDocs.Parser for .NET

    Այս API-ն թույլ է տալիս կատարել տեքստի որոնում և ինդեքսավորել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով C# .NET լեզուն ցանկացած հարթակում:...մետատվյալները PDF-ից՝ օգտագործելով C# «« « 1 2 3 4 » »» Հայերեն English...

    kb.groupdocs.com/hy/parser/net/page/4/
  3. Highlighting search results | GroupDocs

    This artiCle gives knowledge on how to highlight searCh results in the text of a doCument....might look like this: file:///C:/Text.html#hit0 The following...indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/highlight...
  4. Locking watermark in word processing document |...

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

    docs.groupdocs.com/watermark/java/locking-water...
  5. Render web documents as PDF, PNG, and JPEG file...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert web doCuments to PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...output image size in pixels. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-web-docume...
  6. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in MiCrosoft ExCel DoCument Creating a In-Table List with Filtering, Grouping, and Ordering PraCtiCing the following steps you Can Create In-Table List with Filtering, Grouping, and Ordering Template in MS ExCel 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]» «[key.getName()]»...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. 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/
  8. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. LoCk PPT files with password proteCtion using free online app & programmatiCally using GroupDoCs....NET Java C# Way to Add Password to PowerPoint...document by adding a password using C#, here’s how you can do it with...

    blog.groupdocs.com/merger/password-protect-powe...
  9. 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...
  10. Output adapters | GroupDocs

    This artiCle gives the knowledge about output adapters whiCh are used to output generated HTML or plain text to various output objeCts....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...FileOutputAdapter ( OutputFormat . Html , "C:\\Text.html" ); index . getDocumentText...

    docs.groupdocs.com/search/java/output-adapters/