Author Archives: Atir Tahir

Upcoming Release of GroupDocs.Merger for Java 18.8

GroupDocs Editor for Java

We are about to release GroupDocs.Merger for Java 18.8, a full featured, back-end API that could easily be utilized by Java developers in their projects. It will allow trimming and swapping of pages. Document protection will be managed by GroupDocs.Merger for Java. Moreover, API will allow to merge two documents of same format into a single document.

Features Offered by GroupDocs.Merger for Java

GroupDocs will keep on updating this API with new features. An initial list of features offered by… Continue Reading
Posted in GroupDocs.Merger 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

RTF Comparison Issues are Resolved in GroupDocs.Comparison for Java 18.6.1

GroupDocs.Comparison

GroupDocs.Comparison for Java 18.6.1 comes with few bug fixes. Style changes can be highlighted in comparison outputs. For further details included in this month’s release, please visit the release notes. We’d recommend you to Download the new release and enhance your document comparison experience.

Bug Fixes

  • For RTF comparison, API detects style changes but does not highlight them like it does with DOCX
  • Style Changes Not Highlighted
  • PDF comparison gives a scrambled report

API Resources

Here are a few channels… Continue Reading
Posted in GroupDocs.Comparison Product Family | Tagged

StyleSheet Comparer for Html is Improved in GroupDocs.Comparison for .NET 18.7

GroupDocs.ComparisonGroupDocs.Comparison for .NET 18.7 comes with some new features, improvements and a bug fix. Now you can implement GluedShapes in diagrams. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback.

Features

  • Implement Group Shapes for Diagrams
  • Compare different formats as image
  • GluedShapes in Diagram

Improvements

  • Improve StyleSheet Comparer for Html
  • Add shape without Diagram’s Master

Bug Fix

  • Output of PDF with images is not as expected
Continue Reading
Posted in GroupDocs.Comparison Product Family | Tagged

Explicit Font Substitution is Supported in GroupDocs.Conversion for .NET 18.7

GroupDocs.Conversion

GroupDocs.Conversion for .NET 18.7 comes with some new features and a bug fix. EmailOptions can be defined in any SaveOptions class such as PdfSaveOptions or CellsSaveOptions. Moreover, API supports explicit font substitution when converting from Word, Cell and Presentation documents. Please refer to GroupDocs.Conversion for .NET 18.7 release notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback.

Features

Following features are introduced in this month’s release:

Explicit Font

Continue Reading
Posted in GroupDocs.Conversion Product Family | Tagged

Diagram Formats are Supported in GroupDocs.Merger for .NET 18.7

GroupDocs Editor for .NET

GroupDocs.Merger for .NET 18.7 comes with some new features. The diagram formats are now supported for multiple methods such as Join, MovePage or RemovePage. For further details, please see release notes.

Supported Diagram Formats

Following diagram formats are supported by the API:
  • VSDX
  • VSDM
  • VSSX
  • VSSM
  • VTX
  • VSTM
  • VDX
  • VSTX
  • VSX

Features

Above mentioned diagram formats are supported by following methods:
  • Join
  • MovePage
  • RemovePage
  • Split document
  • SwapPages
  • Trim

Available Channels and Resources

Here are a few channels and resources… Continue Reading
Posted in GroupDocs.Merger 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

ITempDataHandler is Introduced in GroupDocs.Conversion for .NET 18.6

GroupDocs.Conversion

A new release of GroupDocs.Conversion for .NET 18.6 is on-board. This release covers few improvements. Such as ConversionHandler constructors are reduced to one. Please visit the release notes. We’d recommend you to integrate latest version of the API in your application and share your feedback.

Improvements

  • Reducing ConversionHandler constructors to one
  • ITempDataHandler for handling temp operations stream
  • Introducing new properties in ConversionConfig for different handler types

API Resources

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

Style Comparison for HTML is Improved in GroupDocs.Comparison for .NET 18.6

GroupDocs.ComparisonThis month’s release of GroupDocs.Comparison for .NET 18.6 covers few improvements and a new feature. Improvements such as aligner for Comparison.Diagrams and support of CompariosnSettings to Html are introduced. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback.

Features

  • Implement comparing connect on Diagrams

Improvements

  • Improve styles comparing for HTML
  • Aligner for Comparison.Diagrams
  • Introduced support CompariosnSettings to Html

Available Channels and Resources

Here are a few… Continue Reading
Posted in GroupDocs.Comparison Product Family | Tagged