Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 46,562 for

c

(0.1 sec)
  1. Customize watermarks | Documentation

    This artiCle shows how to adjust text or image watermarks to your needs....watermarker = new Watermarker ( "C:\\Docs\\sample.docx" )) { // Specify...document watermarker . Save ( "C:\\Docs\\watermarked-sample.docx"...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  2. Merge Open Document files | Documentation

    Learn how to merge Open DoCument files, Combine ODT, ODS, ODP files into one file programmatiCally in C# language using GroupDoCs.Merger for .NET library....ODT files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( @"c:\sample1.odt" )) { // Add another...

    docs.groupdocs.com/merger/net/merge/open-document/
  3. In-Table Master-Detail in Word Processing Docum...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail report in Word ProCessing DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in MiCrosoft Word DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS Word 2013. CliCk the doCument where you want to add the table.... Sum ( c => c. Price )]>> <<foreach [in Order...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...
  4. Work with search results | Documentation

    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\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/work-with-search...
  5. Highlighting search results | Documentation

    This artiCle gives knowledge on how to highlight searCh results in the text of a doCument.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/highlighting-sear...
  6. Render Lotus Notes database files as HTML, PDF,...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...documentation section for details: . C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-lotus-note...
  7. How to edit CSV file | Documentation

    This guide demonstrates how to edit CSV, TSV, Comma-separated value and other text files with different settings and many other powerful features of GroupDoCs.Editor for .NET....adjust: string inputCsvPath = "C://input/spreadsheet.csv" ; Editor...XLSM. string inputCsvPath = "C://input/spreadsheet.csv" ; Editor...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...
  8. Convert SVG to JPG on GroupDocs Blog | Document...

    Convert SVG to JPG on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Convert SVG to JPG on GroupDoCs Blog | DoCument Automation Solutions for .NET & Jav...... C# を使用して SVG を JPG に変換する C# を使用して、SVG ベクター グラフィックスを...

    blog.groupdocs.com/ja/tag/convert-svg-to-jpg/in...
  9. Word Viewer on GroupDocs Blog | Document Automa...

    Word Viewer on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Word Viewer on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers W...... C# を使用して Word 文書を PDF として表示する C# を使用して Word DOC/DOCX...

    blog.groupdocs.com/ja/tag/word-viewer/index.xml
  10. Rotate pages | Documentation

    Following this guide you will learn how to Change PDF doCument page rotation angle using GroupDoCs.Merger for Python via .NET API.... Merger ( "c:/sample.pdf" ) as merger : rotate_mode...rotate_options ) merger . save ( "c:/result.pdf" ) Was this page helpful...

    docs.groupdocs.com/merger/python-net/rotate-pages/