Sort Score
Result 10 results
Languages All
Labels All
Results 7,101 - 7,110 of 46,749 for

(c )

(0.15 sec)
  1. Merge PowerPoint Files Online | PPT & PPTX Merger

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the specific slides of multiple PPT/PPTX files online & programmatically....Merge PowerPoint Documents using C# # If you want to combine multiple...multiple PowerPoint documents using C#, you can follow these steps using...

    blog.groupdocs.com/merger/merge-powerpoint-ppt-...
  2. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your .NET applications....and getting the cached results: C# using System ; using System.Diagnostics.... string outputDirectory = @"C:\output" ; string cachePath =...

    docs.groupdocs.com/viewer/net/caching-results/
  3. 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/
  4. 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/
  5. Indexing additional fields | Documentation

    This article demonstrate that how to associate each document with certain additional metadata.... C# // Defining somewhere a dictionary...string >(); subjects . Add ( @"C:\MyDocuments\BhagavadGitaAsItIs...

    docs.groupdocs.com/search/net/indexing-addition...
  6. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....indexFolder1 = "c:\\MyIndex1\\" ; String indexFolder2 = "c:\\MyIndex2\\"...documentsFolder1 = "c:\\MyDocuments1\\" ; String documentsFolder2 = "c:\\MyDocuments2\\"...

    docs.groupdocs.com/search/java/merge-indexes/
  7. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for Java features.... String inputFilePath = "C:\\input_path\\document.docx" ;...String outputHtmlFilePath = "C:\\output_path\\document.html"...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  8. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....document with permissions in C# code: Initialize class with new...filePath = @"c:\sample.pdf" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/add-password-to-p...
  9. GroupDocs.Search for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Search for .NET 25.11. Available now on NuGet and GroupDocs website....TempFolder = @"C:\Temp\SearchExtractor" ; // Enable...= Document.CreateFromFile( @"C:\Docs\protected.docx" ); // Perform...

    blog.groupdocs.com/search/groupdocs-search-for-...
  10. How to merge archives to ZIP using Node.js via ...

    Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.... Merger ( `c:/sample1.zip` ); merger . join ( 'c:/sample2.tar'...merger . join ( 'c:/sample3.rar' ); merger . save ( `c:/merged.zip`...

    docs.groupdocs.com/merger/nodejs-java/getting-s...