PDf to Word in Ruby

Convert PDF to Word or Word to PDF using Python and Ruby SDK.

The PDF to Word conversion is one of the amazing capabilities being offered in Aspose.Words Cloud SDK for Ruby. At the same time, this SDK also offers the feature to convert Word to PDF online. Furthermore, we have also published a totally reworked version of Aspose.Words Cloud SDK for Python offering same features to convert PDF to DOC as well as DOCX to PDF. So with the release of Aspose.Words Cloud 18.8, the complete revamped versions of both Ruby and Python SDKs are published. Moreover, the release provides Vector graphics support and Table detection and recognition improvements for PDF to Word Conversion. For complete information on features supported in this new release, please visit Aspose.Words Cloud 18.8 Release Notes from product documentation.

New Features and Enhancements

1. Aspose.Words Cloud SDK for Ruby

Fully reworked version of Aspose Cloud Ruby SDK has been released. Ruby Cloud SDK is a wrapper around REST API, allowing to process documents in Ruby 2.3 quickly and easily, gaining all benefits of strong types and IDE highlights. The distribution is available at rubygems.org and source code at GitHub. New SDK is fully supported and has the following advantages over the previous versions:

  • SDK is fully in sync with the API, all missing methods are added
  • Classes, methods, and properties have comments and are IDE-friendly
  • Better security
  • Usage of Request/Response classes to represent long lists of parameters. This allows for cleaner code and easier backward-compatibility going forward
  • SDK is not backward compatible with the previous generation because of the last item. It should be straightforward to convert program code to using Request/Response objects, if you need any help on migration please ask at Free Support Forums.

2. Aspose.Words Cloud SDK for Python

Fully reworked version of Aspose Cloud Python SDK has been released. Python Cloud SDK is a wrapper around REST API, allowing to process documents in Python 2.7, or higher (>=3.6) quickly and easily, gaining all benefits of strong types and IDE highlights. The distribution is available at pypi.org and source code at GitHub . New SDK is fully supported and has the following advantages over the previous versions:

  • SDK is fully in sync with the API, all missing methods are added
  • Classes, methods, and properties have comments and are IDE-friendly
  • Better security
  • Usage of Request/Response classes to represent long lists of parameters. This allows for cleaner code and easier backward-compatibility going forward
  • SDK is not backward compatible with the previous generation because of the last item. It should be straightforward to convert program code to using Request/Response objects, if you need any help on migration please ask at Free Support Forums

3. PDF to Word Conversion

PDF to Word converter now supports basic vector graphics. Moreover, accuracy of table detection has been significantly improved. Almost all simple tables are detected properly now. Please check Convert PDF Document to Word article for more details.

4. Added “taxonomy” parameter to document classification

The taxonomy parameter is responsible for the list of classifier classes. If the parameter is not specified or is set to “default”, the classification is performed according to the IAB-2 taxonomy (10 news classes).

Alternatively, there is a taxonomy “documents” (10 classes of documents). If the taxonomy parameter is set to “documents”, the classification will be performed using “documents” taxonomy. Please check Document Classification article for more details.

Aspose Cloud Resources

You may visit the following API resources for getting started and working with the API.

  • Product Overview – An overview of Aspose.Words Cloud APIs

  • Product Documentation – Detailed API documentation with code examples and details about API functional areas

  • Cloud SDKs – Cloud SDKs takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project

  • API Reference Guide – Quickly browse through Aspose.Words Cloud capabilities within web browser

  • Aspose.Words Forum – Free Support Forum to address your queries

We highly recommend visiting the following links to learn more about other exciting features being offered by Aspose.Words Cloud SDKs