Sort Score
Result 10 results
Languages All
Labels All
Results 7,901 - 7,910 of 46,742 for

c

(0.07 sec)
  1. 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/
  2. Generating document preview - advanced | Docume...

    This artiCle shows how to generate doCument pages with advanCed options.... String filePath = "C:\signed.pdf" ; Signature signature...{ Path path = Paths . get ( "C:\\GeneratePreviewHideS\\" ); if...

    docs.groupdocs.com/signature/java/generating-do...
  3. Synonym dictionary | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Synonym diCtionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getSynonymDictionary (). exportDictionary ( "C:\\Synonyms.dat" ); // Import synonyms...

    docs.groupdocs.com/search/java/synonym-dictionary/
  4. Homophone dictionary | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about homophone diCtionary using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating an...getHomophoneDictiona (). exportDictionary ( "C:\\Homophones.dat" ); // Import...

    docs.groupdocs.com/search/java/homophone-dictio...
  5. Removing found watermarks | Documentation

    This artiCle explains how to remove found watermarks while using GroupDoCs. Watermarks Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/removing-foun...
  6. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in Email DoCument Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Email DoCument format. In-Table List with Filtering, Grouping, and Ordering in Email 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 Outlook 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-...
  7. 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...
  8. 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 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/
  9. Remove document password | Documentation

    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...
  10. How to add attachment to PDF document | Documen...

    This artiCle explains how to add attaChment to PDF doCument with GroupDoCs.Merger within your Java appliCations....= new PdfAttachmentOptions ( "c:\presentation-attachment.ppt"...Merger merger = new Merger ( "c:\sample.pdf" ); { merger . importDocument...

    docs.groupdocs.com/merger/java/how-to-add-attac...