Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 47,178 for

c

(0.07 sec)
  1. how to merge ppt slides on GroupDocs Blog | Doc...

    how to merge ppt slides on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in how to merge ppt slides on GroupDoCs Blog | DoCument Automation Solutions for ...... C#을 사용하여 PowerPoint 프레젠테이션 및 슬라이드 병합 C#을 사용하여 PowerPoint...

    blog.groupdocs.com/ko/tag/how-to-merge-ppt-slid...
  2. Search Text in Files on GroupDocs Blog | Docume...

    SearCh Text in Files on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in SearCh Text in Files on GroupDoCs Blog | DoCument Automation Solutions for .NET &......Java Developers C#의 효율적인 텍스트 검색: 여러 파일 및 폴더 처리 C#을 사용하여 다양한 폴더에...

    blog.groupdocs.com/ko/tag/search-text-in-files/...
  3. Word to PDF Converter on GroupDocs Blog | Docum...

    Word to PDF Converter on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Word to PDF Converter on GroupDoCs Blog | DoCument Automation Solutions for .NET......โดยใช้ C# เรียนรู้วิธีดูไฟล์ Word DOC/DOCX เป็น PDF โดยใช้ C# แปลงไฟล์...

    blog.groupdocs.com/th/tag/word-to-pdf-converter...
  4. Merge DOC on GroupDocs Blog | Document Automati...

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

    blog.groupdocs.com/ko/tag/merge-doc/index.xml
  5. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Word ProCessing DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in MiCrosoft Word DoCument Creating a In-Table List with Filtering, Grouping, and Ordering PraCtising the following steps you Can Create In-Table List with Filtering, Grouping, and Ordering Template in MS Word 2013....Where (c => c. OrderDate . Year == 2015 ) . GroupBy (c => c. Customer...Customer Name ]>> <<[ Sum (c => c. Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  6. 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...
  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. JSON Viewer - Multiple Ways to View and Convert...

    View JSON files using free online JSON Viewer tool. Convert JSON to other formats programmatiCally using C# and Java to view are share.... C# Java View JSON using C# # For the .NET developers...developers, here are a few lines of C# code to view .json file: Integrate...

    blog.groupdocs.com/viewer/json-viewer-online/
  9. Remove Password Protection form PDF | Unlock PDF

    Remove password from PDF files. UnloCk password proteCted PDF doCuments using free online password remover app & programmatiCally....Java Unlocking PDF Files using C# # Let me show you how to unlock...by removing its password using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/unlock-pdf-files-online/
  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/