Tag Archives: GroupDocs.Conversion for Java

Convert Spreadsheets using GroupDocs.Conversion for .NET and Java

Reason to use a Document Conversion API

The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being … Continue Reading

Posted in GroupDocs.Conversion Product Family | Tagged , , , , , , , , , , ,

Convert Selected or Partial Spreadsheet Rows

You might be looking for a software component or API using that an excel sheet could be converted to PDF/Word or any other supported format partially.

What is the difference?
Many of us are just concerned with the output. Process an excel spreadsheet and get the right PDF/output. A simple conversion (Complete spreadsheet to PDF) is ideal until the source file has limited number of rows.

Partial Conversion – Usability

If you have a spreadsheet with more than 10,000 … Continue Reading

Posted in GroupDocs.Conversion Product Family | Tagged ,

Issue with Footnote Number is Resolved

If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number conversion. A Word document with such footnotes was converted to PDF or any other supported file format successfully but the footnote number order was disturbed.

There was one more issue reported in the forum. It was about converting a PowerPoint document with black SmartArt text to PDF. And the SmartArt text in the resultant document was changed to white text. … Continue Reading

Posted in GroupDocs.Conversion Product Family | Tagged

Implement Page Rotation when Converting to PDF

Its time to augment your document conversion experience. You will be pleased to hear the new features, improvements and bug fixes that we’r going to elaborate in this blog post. Did you ever think of converting and rotating a document at the same time? We make your wish come true with this month’s release of GroupDocs.Conversion for Java 19.4.
You can now set page rotation angle when converting to a PDF or Image format. And it only takes a … Continue Reading

Posted in GroupDocs.Conversion Product Family | Tagged

PdfFormattingOptions is Introduced in GroupDocs.Conversion for Java 18.12

GroupDocs.Conversion

GroupDocs.Conversion for Java 18.12 comes with some new features, improvements and bug fixes. Conversion from IGS, PLT and CGM formats is introduced. Now, API can automatically add extension of the converted file if not set. Image, PDF and Word conversion is also improved. Furthermore, Excel to SVG and XPS to PDF conversion issues are now resolved. Please take a look over the release notes to get an idea about the changes introduced. We’d recommend you to integrate latest release … Continue Reading

Posted in GroupDocs.Conversion Product Family | Tagged

EmailOptions Class is Introduced in GroupDocs.Conversion for Java 18.7

GroupDocs.Conversion

GroupDocs.Conversion for Java 18.7 covers a new feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced.

MailOption to control conversions from email

A new class EmailOptions is implemented in SaveOptions. Using that email options can be managed.
PdfSaveOptions options = new PdfSaveOptions();
EmailOptions emailOptions = options.getEmailOptions();
emailOptions.setDisplayHeader(true);
emailOptions.setDisplayEmailAddress(true);        
emailOptions.setDisplayFromEmailAddress(true);
emailOptions.setDisplayToEmailAddress(true);
emailOptions.setDisplayCcEmailAddress(true);
emailOptions.setDisplayBccEmailAddress(true);

Bug Fixes

  • MSG to PDF conversion displays
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Announcing Hotfix Release of GroupDocs.Conversion for Java 18.6.1

GroupDocs.Conversion

This hotfix release of GroupDocs.Conversion for Java 18.6.1 resolves missing properties issue in some LoadOptions classes that was raised in previous version of the API. Such as setShowGridLines() or setShowHiddenSheets(). Aside this, one improvement is introduced. Please take a look over the release notes.

Improvements

  • Hide mail header when converted MSG to PDF

Bug Fixs

  • Missing properties in some options classes

API Resources

Here are a few channels and resources for you to download, learn, try and get… Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Set PageOrientation using GroupDocs.Conversion for Java 18.6

GroupDocs.Conversion

This month’s release of GroupDocs.Conversion for Java 18.6 comes with some bug fixes, improvements and new features. Issue such as printing complete spreadsheet instead of just printable area is fixed. A new property PageOrientation is introduced in DocumentInfo class. Please take a look over the release notes to get an idea about the new features, improvements and bug fixes.

Features Introduced

  • Implement conversion from DWF
  • Convert specific range when converting cells document
  • Conversion from PostScript
  • specific options for converting CSV
Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Conversion to POTX is supported in GroupDocs.Conversion for Java 17.12

GroupDocs.Conversion

We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.12. This release comes with support of new document formats such as POTX and POTM. Multitude of improvements and bug fixes are also introduced in this release. Improvements such as Cells to SVG conversion, Words to Gif and setting up custom font directories are in the list. Moreover, issues like file reading error and saving complete multipage document to single image are resolved. Please take a look over … Continue Reading

Posted in GroupDocs.Conversion Product Family | Tagged

Conversion from STL and IFC is Supported in GroupDocs.Conversion for Java 17.10

GroupDocs.Conversion

We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.10. This release permits users to hide comments when converting from Cells. Conversion from STL and IFC is also introduced in 17.10 version of the API. Aside these features, API covers many improvements and bug fixes. Such as Slides to XPS conversion is improved. We’d recommend you to download this latest release and share your documents conversion experience.

Document Conversion API for Java – Features

Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged