Sort Score
Result 10 results
Languages All
Labels All
Results 7,411 - 7,420 of 48,047 for

c

(0.57 sec)
  1. Search for text containing special characters |...

    This artiCle shows how to handle searCh queries if they Contain speCial CharaCters and separator CharaCters....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...- 1 ; i >= 0 ; i -- ) { const c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  2. Perform Synonym Search in Documents Online

    UnloCk the power of synonym searCh! Learn how to searCh alternate words in text-based doCuments online & programmatiCally....Just use a few lines of code in C# or Java to swiftly scan through...folders: Find Synonym of Words using C# Find Synonym of Words using Java...

    blog.groupdocs.com/search/online-synonym-search/
  3. Update index | GroupDocs

    This artiCle explains that how to update indexed doCuments, as well as updating an index version in Java....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...sourceIndexFolder = "c:\\MyOldIndex\\" ; String targetIndexFolder = "c:\\MyNewIndex\\"...

    docs.groupdocs.com/search/java/update-index/
  4. Indexing reports | GroupDocs

    This artiCle demonstrates that how indexing reports Can be retrieved from the index using searCh API... C# string indexFolder = @"c:\MyIndex\" ; string...documentsFolder1 = @"c:\MyDocuments1\" ; string documentsFolder2 = @"c:\MyDocuments2\"...

    docs.groupdocs.com/search/net/indexing-reports/
  5. Output adapters | GroupDocs

    This artiCle gives the knowledge about output adapters whiCh are used to output generated HTML or plain text to various output objeCts.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/output-adapters/
  6. Wildcard search | GroupDocs

    This artiCle shows the operations of wildCard searCh whiCh allows you to searCh for words with unknown letters or ranges of letters....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/wildcard-search/
  7. Remove Password Protection form Word | Unlock W...

    Remove password from Word doCuments. UnloCk password proteCted Word doCuments using free online password remover app & programmatiCally....Unlocking Word Documents using C# # Allow me to demonstrate how...eliminating its password using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/unlock-word-documents...
  8. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDoCs.Editor for Java...sourceStream = new FileInputStream ( "C:\\sample.docx" ); try { InputHtmlDocument...outputStream = new FileOutputStream ( "C:\\output\\edited.docx" ); EditorHandler...

    docs.groupdocs.com/editor/java/migration-notes/
  9. Adding text watermarks | GroupDocs

    Following Code snippet shows how to add text watermark to a doCument. If the doCument Consists of multiple parts (pages, worksheets, slides, frames etC), the watermark will be added to all of them. advanCed_usage.adding_text_watermarks.AddTextWatermark // SpeCify an absolute or relative path to your image. Ex: "C:\\DoCs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.ItaliC); // Create the watermark objeCt TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.... Ex: "C:\\Docs\\image.png" Watermarker...relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Add Password to Excel Files in CSharp on GroupD...

    Add Password to ExCel Files in CSharp on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Add Password to ExCel Files in CSharp on GroupDoCs Blog | DoCume......Developers 使用 C# 使用密码锁定和解锁 Excel 文件 让我们了解如何使用 C# 对 Excel 电子表格...

    blog.groupdocs.com/zh/tag/add-password-to-excel...