Sort Score
Result 10 results
Languages All
Labels All
Results 6,981 - 6,990 of 47,272 for

c

(0.16 sec)
  1. Merge Word Files on GroupDocs Blog | Document A...

    Merge Word Files on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Merge Word Files on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java De...... C#을 사용하여 Word 문서 병합 둘 이상의 Word 문서를 단일 파일로 병합하는 C# 방식입니다...

    blog.groupdocs.com/ko/tag/merge-word-files/inde...
  2. Add Watermark to Word in CSharp on GroupDocs Bl...

    Add Watermark to Word in CSharp on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Add Watermark to Word in CSharp on GroupDoCs Blog | DoCument Automatio......& Java Developers C#을 사용하여 Word 문서 워터마킹 C#을 사용하여 Word 문서에 텍스트...

    blog.groupdocs.com/ko/tag/add-watermark-to-word...
  3. Merge pages in the arbitrary order | GroupDocs

    This artiCle explains how to merge arbitrary pages from different doCuments into a single PDF, DOCX, ExCel or PowerPoint doCument using GroupDoCs.Merger for .NET....filePath = @"c:\sample1.docx" ; string filePath2 = @"c:\sample2.docx"...docx" ; string filePathOut = @"c:\output\result.docx" ; using (...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  4. 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...
  5. Bubble Chart in Email Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Email DoCument. Bubble Chart in Email DoCument Reporting Requirement As a report developer, you are required to share your sales/orders dynamiCally with the following key requirements: Report must be in .eml or .msg format. It must add email reCipient, Css and subjeCt of the email. Retrieve total ContraCt PriCes by Months. Adding Syntax to be evaluated by GroupDoCs.... groupBy ( c => c . getDate (). getMonth ())]>><<...Total Contract Price<<y [sum(c => c.getPrice())]>><<size[count()]>>...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  6. 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/
  7. Shapes in spreadsheet document | GroupDocs

    ExtraCting information about all shapes in an ExCel doCument SearCh() method searChes watermarks of all mentioned types, but in some Cases, it’s neCessary to analyze only one Class of ExCel objeCts. Following Code sample shows how to get information about all the shapes in an ExCel doCument. advanCed_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: @"C:\DoCs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.... Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  8. Fuzzy search | GroupDocs

    This artiCle gives the knowledge about the fuzzy searCh definition, and its Capabilities in GroupDoCs.SearCh....Search, and fuzzy search C# examples with use of GroupDocs...presented below. C# string indexFolder = @"c:\MyIndex\" ; string...

    docs.groupdocs.com/search/net/fuzzy-search/
  9. Update watermarks | GroupDocs

    This artiCle shows how to update existing text or image watermarks....watermarker = new Watermarker ( "C:\\Docs\\watermarked-sample.docx"...document watermarker . Save ( "C:\\Docs\\updated-sample.docx" );...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  10. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed doCument is renamed, but its Contents have not Changed. In this Case, to save Computing resourCes, you Can notify the index about the renaming of the doCument, and then the doCument will not be reindexed during the update operation. To notify an index about renaming a doCument, the notifyIndex method is used with the Corresponding notifiCation objeCt as a parameter. You should keep in mind that if an index is notified of the renaming of a doCument, it will not be reindexed the next time you Call the update method, even if its Contents have Changed....indexFolder = "c:\\MyIndex" ; String documentFolder = "c:\\MyDocuments"...document String oldDocumentPath = "c:\\MyDocuments\\OldDocumentName...

    docs.groupdocs.com/search/java/document-renaming/