Hello,
We bought GroupDocs.Viewer (develop OEM version) for Java 2.10.0 on 201505, due to some reason we didn’t use it. Until recently, we tried to use it on our private cloud, but the performance is very poor. EX: I tried to open a xlsx file with 10KB and it took me more than 2 mins until I gave up. Then, I tried to preview a pptx file with 2MB which took me more than 4 mins to open. My question is any version I may download without further charge with my current license and may solve V2.10.0’s performance issue? Please kindly advise…thanks.
Hello Fred,
Thank you for your inquiry.
Unfortunately, you use our legacy version of the library and we don’t support it anymore. We recommend you to migrate to our new 17.2.0 version of the GroupDocs.Viewer for Java , that you can download from here . Documentation for this library you can find here .
Regarding license question - if your license has not expired , then you can use it with new version too. If your license is expired, then you can generate temp license to recheck your performance issue with new version of the library.
If you will have more questions regarding new version of the library, then please post them to new forum thread .
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn
, Twitter, Facebook and Google+
Hello Evgen,
So, the performance issue which takes a long time to open a file for view has already been solved at V17.2.0 version, right?
Greetings Fred,
- GroupDocs.Viewer for Java 3.x Documentation
- Documents Viewer API GitHub Projects
- Video Tutorials
- Blog Posts
Hello
We have tested V17.2.0 Version, there are two issues have been discovered…
1. When we try to open an excel file with 20mb and bigger, error occurs…
2. We are using web application example to preview a Power point file, error occurs.
Thanks for your help in advance
Hello Fred,
Hi, Atir:
- Showcase with powerpoint error case:
The showcase is “GroupDocs.Viewer-for-Java-using-Servlets”, and the URL is “http://localhost:8080/GetDocumentPageImage?path=D:/temp/doc-viewer/storage/pptx/sample.pptx&rotate=false&width=0&pageindex=0
”.
The sample.pptx is attached as sample.zip that you can use.
And the error message is attached as Showcase_error_with_powerpoint.zip for reference.
- Big excel file error case:
I use my java code (attached as DocViewerTest.zip) to test different files.
While testing big excel (Book1.zip), I got below error:
---------Error start---------
Exception in thread “main” class com.groupdocs.viewer.exception.GroupDocsViewerException: com.groupdocs.viewer.internal.c.a.c.z —> com.groupdocs.viewer.internal.c.a.c.z
— End of inner exception stack trace —
com.groupdocs.viewer.converter.a.bEE(Unknown Source)
com.groupdocs.viewer.handler.ViewerHandler.a(Unknown Source)
com.groupdocs.viewer.handler.ViewerHandler.a(Unknown Source)
com.groupdocs.viewer.handler.ViewerImageHandler.a(Unknown Source)
com.groupdocs.viewer.handler.ViewerImageHandler.g(Unknown Source)
com.groupdocs.viewer.handler.ViewerImageHandler.getPages(Unknown Source)
docviewer.DocViewerTest.main(DocViewerTest.java:66)
at com.groupdocs.viewer.converter.a.bEE(Unknown Source)
at com.groupdocs.viewer.handler.ViewerHandler.a(Unknown Source)
at com.groupdocs.viewer.handler.ViewerHandler.a(Unknown Source)
at com.groupdocs.viewer.handler.ViewerImageHandler.a(Unknown Source)
at com.groupdocs.viewer.handler.ViewerImageHandler.g(Unknown Source)
at com.groupdocs.viewer.handler.ViewerImageHandler.getPages(Unknown Source)
at docviewer.DocViewerTest.main(DocViewerTest.java:66)
Caused by: com.groupdocs.viewer.internal.c.a.c.z
at com.groupdocs.viewer.internal.c.a.c.FJ.a(Unknown Source)
at com.groupdocs.viewer.internal.c.a.c.FJ.a(Unknown Source)
at com.groupdocs.viewer.internal.c.a.c.dO.toImage(Unknown Source)
at com.groupdocs.viewer.converter.c.b.a(Unknown Source)
at com.groupdocs.viewer.converter.c.b.a(Unknown Source)
at com.groupdocs.viewer.converter.c.b.a(Unknown Source)
at com.groupdocs.viewer.converter.a.b(Unknown Source)
at com.groupdocs.viewer.converter.a.CB(Unknown Source)
at com.groupdocs.viewer.converter.c.g.bEC(Unknown Source)
… 7 more
---------Error end---------
Let me know if I am missing anythings.
Looking forward to any comments.
Thank you.
Greetings Anderson,
ImageOptions imageOptions = new ImageOptions();
imageOptions.getCellsOptions().setOnePagePerSheet(false);
imageOptions.getCellsOptions().setCountRowsPerPage(50);
// Get pages
List pages = imageHandler.getPages(guid, imageOptions);
<span style=“font-family: “Times New Roman”; white-space: normal;”>Please try this way and share your feedback.
<span style=“font-family: “Times New Roman”; white-space: normal;”>Best wishes
Atir,
Hi, Atir:
Hello Anderson,
Your reported issue (logged as [ModernUI:001] : Thumbnails/page navigation is not properly done · Issue #49 · groupdocs-viewer/GroupDocs.Viewer-for-Java · GitHub) has been fixed in our latest front-end application GroupDocs.Viewer-for-Java-App. Please download the application from the following repository.