Sort Score
Result 10 results
Languages All
Labels All
Results 5,631 - 5,640 of 46,563 for

(c )

(0.05 sec)
  1. Migration notes | Documentation

    How to migrate from earlier versions of GroupDocs.Conversion for Java...docx" ; String outputPath = "C:\\output\\converted.pdf" ; //Instantiating...convertedDocumentPat . save ( "C:\\output\\converted.pdf" ); New...

    docs.groupdocs.com/conversion/java/migration-no...
  2. Full Text Search Csharp on GroupDocs Blog | Doc...

    Full Text Search Csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Full Text Search Csharp on GroupDocs Blog | Document Automation Solutions for ......NET & Java Developers C#으로 전체 텍스트 검색 솔루션 구축 인덱싱을 통해 검색하는...파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다. C# .NET을 사용하여 Word, Excel, PDF,...

    blog.groupdocs.com/ko/tag/full-text-search-csha...
  3. how to combine powerpoints on GroupDocs Blog | ...

    how to combine powerpoints on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to combine powerpoints on GroupDocs Blog | Document Automation Solution...... C#을 사용하여 PowerPoint 프레젠테이션 및 슬라이드 병합 C#을 사용하여 PowerPoint...

    blog.groupdocs.com/ko/tag/how-to-combine-powerp...
  4. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page.... Ex: @"C:\Docs\document.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.docx" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...
  5. Merge pages in the arbitrary order | Documentation

    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...
  6. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....EPUB files with several lines of C# code: Create an instance of class...parameter. const inputFilePath = ` c :/ sample1 . epub ` ; const merger...

    docs.groupdocs.com/merger/nodejs-java/merge/epub/
  7. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...Alphabet . ExportDictionary ( @"C:\Alphabet.dat" ); // Import the...

    docs.groupdocs.com/search/net/alphabet/
  8. Fuzzy search | Documentation

    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. Shapes in spreadsheet document | Documentation

    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...
  10. Document renaming | Documentation

    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/