Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 46,129 for

(c )

(0.05 sec)
  1. Find Text in PDF on GroupDocs Blog | Document A...

    Find Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java De...... C#を使用してPDF内のテキストを検索して置換する C#を使用して、大文字と小文字を区別...

    blog.groupdocs.com/ja/tag/find-text-in-pdf/inde...
  2. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/storing-text-of-i...
  3. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Merger ( "c:/sample1.ppsx" ) as merger : merger . join ( "c:/sample2..."c:/sample2.ppsx" ) merger . save ( "c:/merged.ppsx" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/powe...
  4. 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...
  5. Email attachments | Documentation

    This article shows how to get the information about the attachments.... Ex: @"C:\Docs\message.msg" using ( Watermarker...path to your document. Ex: @"C:\Docs\message.msg" using ( Watermarker...

    docs.groupdocs.com/watermark/net/email-attachme...
  6. Working with Template Syntax Formatting | Docum...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...sum(<br /> c =><br /> c.getPrice())]:arabicDash>><br...m.getContracts().sum(<br /> c => c.getPrice()))]>> Download Template...

    docs.groupdocs.com/assembly/java/working-with-t...
  7. 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/
  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. 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/