You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
You can still use PageImpl class, it will not be deleted. But in this way you will not have opportunity to create custom models for your own implementation of serialization. The recommended way is to use CacheableFactory. There are methods for creating new instances of models.
For example: CacheableFactory.getInstance().newPage(page.getNumber(), page.isVisible(), (fixWidth == 0) ? lastFixWidth : fixWidth, (fixHeight == 0) ? lastFixHeight : fixHeight, page.getLines()));
Project details:
Spring
I changed the Groupdocs viewer dependency to 21.2 and ran into compilation error in Utils.java class, applyWidthHeightFix method in this line of code.
In 21.2 version Page is an interface and default implementation PageImpl is deprecated what is the suitable replacement for this.
The text was updated successfully, but these errors were encountered: