Sort Score
Result 10 results
Languages All
Labels All
Results 7,921 - 7,930 of 46,748 for

c

(0.04 sec)
  1. Build your first search solution | Documentation

    First of all you need to Create an index. An index Can be Created in memory or on disk. An index Created in memory Cannot be saved after exiting your program. In Contrast, an index Created on disk may be loaded in the future to Continue working.... const indexFolder = 'c:/MyIndex/' ; // Specify the path...existing index. const indexFolder = 'c:/MyIndex/' ; // Specify the path...

    docs.groupdocs.com/search/nodejs-java/build-you...
  2. Accept and Reject Changes on GroupDocs Blog | D...

    ACCept and RejeCt Changes on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in ACCept and RejeCt Changes on GroupDoCs Blog | DoCument Automation Solutions ...... C#で複数のCSVファイルを比較する-変更を受け入れる、拒否する、または強調表示する C#で2つ以上のC...

    blog.groupdocs.com/ja/tag/accept-and-reject-cha...
  3. Move page | Documentation

    This artiCle demonstrates how to move doCument page to another position within PDF, Word, ExCel, PowerPoint doCument using GroupDoCs.Merger for Node.js via Java API....position: const inputFilePath = `c:/sample.xlsx` ; const merger =...inputFilePath ); const outputPath = `c:/output/result.xlsx` ; const moveOptions...

    docs.groupdocs.com/merger/nodejs-java/move-page/
  4. 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 Word ProCessing 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 Word 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 Word 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-...
  5. Document Watermarking on GroupDocs Blog | Docum...

    DoCument Watermarking on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in DoCument Watermarking on GroupDoCs Blog | DoCument Automation Solutions for .NET...... C#を使用した透かしパスワードで保護されたドキュメント C#を使用して、パスワードで保護さ...

    blog.groupdocs.com/ja/tag/document-watermarking...
  6. Remove pages | Documentation

    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 API....filePath = @"c:\sample.one" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/remove-pages/
  7. GroupDocs.Viewer for .NET 19.3 is Released!

    We are happy to announCe the release of version 19.3 of GroupDoCs.Viewer for .NET. In this release, we have added several new features that target the PDF doCuments, arChives and the sourCe Code files of Visual BasiC and C#. Along with 2 bug fixes, we have made a Couple of improvements for rendering of ZIP arChives and vCard doCuments. For detailed information about the latest release, please have a look at the release notes....code files of Visual Basic and C#. Along with 2 bug fixes, we have...Support of Visual Basic (.vb) and C# (.cs) Files # Using the latest...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  8. Merge PowerPoint Presentations | Documentation

    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/
  9. Find and Remove Watermarks from Documents in Java

    Java API to find and remove text and image watermarks from doCuments like PDF, Word, ExCel, PowerPoint, and Visio files programmatiCally....watermarks from documents in C# . Let’s now jump to quickly see...watermarks from documents in C# Add watermarks to images or images...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  10. Logging | Documentation

    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/