Sort Score
Result 10 results
Languages All
Labels All
Results 6,691 - 6,700 of 48,079 for

(c )

(0.51 sec)
  1. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....indexFolder = "c:\\MyIndex" ; String documentFilePath = "c:\\MyDocu...indexFolder = "c:\\MyIndex" ; String documentFilePath = "c:\\MyDocu...

    docs.groupdocs.com/search/java/indexing-from-di...
  2. how to merge spreadsheets on GroupDocs Blog | D...

    how to merge spreadsheets on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to merge spreadsheets on GroupDocs Blog | Document Automation Solutions ...... C# を使用して Excel ファイルとスプレッドシートをマージする C# を使用して Excel...

    blog.groupdocs.com/ja/tag/how-to-merge-spreadsh...
  3. Remove Password Protection form PowerPoint File...

    Remove password from PowerPoint presentations. Unlock password protected PPT/PPTX files using free online password remover app & programmatically....PowerPoint Presentations using C# # Let me show you how you can...getting rid of its password using C# with the help of GroupDocs.Merger...

    blog.groupdocs.com/merger/unlock-powerpoint-ppt...
  4. How to Compare Excel Spreadsheets - Online & Fr...

    Compare Excel files using the free online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application.... C# Java Cloud Comparing Excel Files using C# # Here are...and highlight differences using C#: Integrate the library into your...

    blog.groupdocs.com/comparison/compare-excel-spr...
  5. Password Protect Excel Spreadsheets | Lock XLS/...

    Add password to Excel spreadsheets. Lock Excel files with password protection using free online app & programmatically....protection to lock spreadsheets using C# & Java. Password Protect Excel...ensuring their security. .NET Java C# Way to Add Password to Excel...

    blog.groupdocs.com/merger/password-protect-exce...
  6. How to merge GIF images using Java | GroupDocs

    Learn how to merge GIF image files, combine GIF image files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.gif" ) // Define image...file to merge merger . join ( "c:\sample2.gif" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  7. How to merge TIFF images using java | GroupDocs

    Learn how to merge TIFF image files, combine TIFF image files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.tiff" ) // Define image...file to merge merger . join ( "c:\sample2.tiff" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  8. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version in Java....indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...sourceIndexFolder = 'c:/MyOldIndex/' ; const targetIndexFolder = 'c:/MyNewIndex/'...

    docs.groupdocs.com/search/nodejs-java/update-in...
  9. 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...
  10. 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...