Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Servlet-001] - Upgrade showcase project as per new release 17.3.2 #30

Closed
atirtahirgroupdocs opened this issue Mar 17, 2018 · 0 comments
Assignees

Comments

@atirtahirgroupdocs
Copy link
Collaborator

Please update the showcase project as per new release of the API.
Comparison class is deprecated. You can use Comparer as follows:

Comparer comparison = new Comparer();
ICompareResult result = comparison.compare(sourceStream, targetStream, new ComparisonSettings());
result.saveDocument(Utilities.outputFileName(".docx"));

Or visit this documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants