Sort Score
Result 10 results
Languages All
Labels All
Results 7,871 - 7,880 of 46,745 for

(c )

(0.07 sec)
  1. Watermark Word Documents on GroupDocs Blog | Do...

    Watermark Word Documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Word Documents on GroupDocs Blog | Document Automation Solutions fo...... C# を使用して Word 文書に透かしを入れる C# を使用して Word 文書にテキストと画像の透かしを追加します。...

    blog.groupdocs.com/ja/tag/watermark-word-docume...
  2. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert/image...
  3. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....password protect an excel file using C#. Additionally, we will change...protection to lock spreadsheets using C# & Java. Continue Reading … Let’s...

    blog.groupdocs.com/categories/groupdocs.merger-...
  4. Perform Text Search in Documents Online

    Unlock the power of text search using GroupDocs.Search! Learn how to search text-based documents using regular expressions....Just use a few lines of code in C# or Java to swiftly scan through...multiple files across folders: C# Java Explore these helpful links...

    blog.groupdocs.com/search/online-text-search/
  5. 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/
  6. Search network deployment | Documentation

    This page contains information about deployment of the search network.... C# SearchNetworkNode node1 = SearchNetworkNode...a master node on the server. C# SearchNetworkNode node0 = SearchNetworkNode...

    docs.groupdocs.com/search/net/search-network-de...
  7. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index.... C# string indexFolder = @"c:\MyIndex" ; string...string documentPath = @"c:\MyDocuments\MyDocument.pdf" ; // Extracting...

    docs.groupdocs.com/search/net/separate-data-ext...
  8. 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/
  9. 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/' ; const documentsFolder = 'c:/MyDocuments/'...'Einstein' ; const logPath = 'c:/Log.txt' ; const settings = new...

    docs.groupdocs.com/search/nodejs-java/logging/
  10. Output adapters | Documentation

    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/' ; const documentsFolder = 'c:/MyDocuments/'...search . OutputFormat . Html , 'c:/Result.html/' ); index . getDocumentText...

    docs.groupdocs.com/search/nodejs-java/output-ad...