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

(c )

(0.08 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. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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/
  8. Move page | Documentation

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Python via .NET API.... Merger ( "c:/sample.xlsx" ) as merger : move_options...move_options ) merger . save ( "c:/result.xlsx" ) Was this page...

    docs.groupdocs.com/merger/python-net/move-page/
  9. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java....orientation: const inputFilePath = ` c :/ sample . docx ` ; const merger...inputFilePath ); const outputPath = ` c :/ output / result . docx ` ;...

    docs.groupdocs.com/merger/nodejs-java/change-pa...
  10. Swap pages | Documentation

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Node.js via Java....document: const inputFilePath = ` c :/ sample . pptx ` ; const merger...inputFilePath ); const outputPath = ` c :/ output / result . pptx ` ;...

    docs.groupdocs.com/merger/nodejs-java/swap-pages/