Sort Score
Result 10 results
Languages All
Labels All
Results 7,981 - 7,990 of 47,530 for

c

(0.19 sec)
  1. GroupDocs Viewer on GroupDocs Blog | Document A...

    GroupDoCs Viewer on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in GroupDoCs Viewer on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java De...... 使用 C# 將 JSON 呈現為 PDF、JPG、PNG 和 HTML 使用 C# 以 PDF 格式查看...

    blog.groupdocs.com/zh-hant/tag/groupdocs-viewer...
  2. Search by Regex on GroupDocs Blog | Document Au...

    SearCh by Regex on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in SearCh by Regex on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Deve...... C# を使用した正規表現によるドキュメント内での検索 C# でプログラムによる検索の力を解き放ちましょう...

    blog.groupdocs.com/ja/tag/search-by-regex/index...
  3. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word doCument, delete worksheet from ExCel file or remove slides from PowerPoint presentations with GroupDoCs.Merger for .NET API.... Merger ( "c:/sample.one" ) as merger : remove_options...remove_options ) merger . save ( "c:/result.one" ) Was this page helpful...

    docs.groupdocs.com/merger/python-net/remove-pages/
  4. Remove document password | GroupDocs

    This artiCle explains how to remove password for PDF, Word, ExCel, PowerPoint doCuments by using GroupDoCs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/remove-document-p...
  5. 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/
  6. 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...
  7. Render PowerPoint presentations as HTML, PDF, a...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert PowerPoint presentations 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-presentati...
  8. 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...
  9. Merge PowerPoint Presentations | GroupDocs

    This artiCle demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with Couple C# Code lines and GroupDoCs.Merger for .NET....Merger merger = new Merger ( @"c:\sample1.ppsx" )) { // Add another...file to merge merger . Join ( @"c:\sample2.ppsx" ); // Merge PPSX...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  10. Logging | GroupDocs

    This page Contains information on Creating and assigning a logger of an index, as well as on the implementation of a Custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own Custom logger. It is important to remember that eaCh time you open an existing index, you must Create and assign an instanCe of the logger again, beCause the logger is not saved....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"..."Einstein" ; String logPath = "c:\\Log.txt" ; IndexSettings settings...

    docs.groupdocs.com/search/java/logging/