Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 15,873 for

file

(0.31 sec)
  1. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....to a file, use the method. To import words from a file, use the...words ); // Export words to a file index . getDictionaries ()....

    docs.groupdocs.com/search/java/spelling-corrector/
  2. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....Comparer comparer = new Comparer ( File . OpenRead ( "source.docx" )))...))) { comparer . Add ( File . OpenRead ( "target1.docx" )); comparer...

    docs.groupdocs.com/comparison/net/compare-multi...
  3. Remove Metadata of Documents and Images using C#

    Remove selective metadata or clean all metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP images, email, eBooks, Visio, Zip Files....that will help you clean your files from metadata using C#. .NET...documents, images, and other files. The API supports metadata standards...

    blog.groupdocs.com/metadata/remove-metadata-of-...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...The Compressed files (e.g .ZIP or TAR) use file compression in...be used to compress multiple files into a single archive. This...

    blog.groupdocs.com/groupdocs.blog/page/46/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...highlighting them in the resultant file is a common yet major feature...consumed. Let’s talk about the new file formats introduced. Most of...

    blog.groupdocs.com/groupdocs.blog/page/42/
  6. Render Word to PDF using Node.js

    This topic explains how to render Word to PDF using Node.js with code example. There is no need to install any extra softwares to render Word to PDF in Node.js....code, you can generate PDF files from Word content without compromising...PdfViewOptions class with the desired file name Create a Viewer instance...

    kb.groupdocs.com/viewer/nodejs/render-word-to-p...
  7. How to Run Examples | GroupDocs

    Software Requirements Please make sure you meet the following requirements before downloading and running the examples. Visual Studio 2013 or higher NuGet Package Manager installed in Visual Studio. Make sure that latest NuGet API version is installed in Visual Studio. For details on how to install NuGet package manager please check http://docs.nuget.org/ndocs/guides/install-nuget Go to Tools->Options->NuGet Package Manager->Package Sources and make sure that the option nuget.org is checked Example project uses NuGet Automatic Package Restore feature therefore you should have an active internet connection....the ZIP file from . Extract the contents of ZIP file to any folder...two Visual Studio solution files, one in Examples folder and...

    docs.groupdocs.com/classification/net/how-to-ru...
  8. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....NET Microsoft Excel files often contain hidden metadata...explains how to extract Excel file metadata programmatically in...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Convert DOCX to MD using Python

    Learn how to convert DOCX to MD using Python with simple code examples. Easily export DOCX to MD using Python for clean markdown formatting and lightweight content....integrating a high-performance file transformation APIs built on...class and provide the input DOCX file to get it ready for transformation...

    kb.groupdocs.com/conversion/python/convert-docx...
  10. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user proFile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer....groupdocs_tests) and create file with the name Gemfile with the...SDK. After adding the Gemfile file, you need to use the bundle...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...