Blurry document in Image Based rendering

Hi


we are investigating on Image based rendering as workaround of issues facing in html rendering.
below is the setting we are currently using for image based rendering.
$(function () {
$(’#viewerHtmlDiv’).groupdocsViewer({
filePath: ‘Dynamics CRM Online Pricing and Licensing Guide.pdf’,
zoomToFitWidth: true,
showFolderBrowser: true,
showHeader: false,
showPaging: true,
showThumbnails: false,
useHtmlThumbnails: false,
width: 650,
height: 900,
IsPrintable: true,
useHtmlBasedEngine: true,
showDownload: true,
downloadPdfFile: true,
showPrint: true,
usePdfPrinting: true
});
});

Attached is a sample document which is not rendering correctly.
It is getting blur when rendered.
Please share some solution for it.

Thanks
[Puneet Rajak]

Hi Puneet,


Thank you for your request. First of all from the code example that you shared I can see that you use HTML rendering mode: useHtmlBasedEngine: true
To enable image rendering mode you should set this option to false.

Also could you please share with me next:
1. Which version of the Viewer library you use?
2. What issue you get in the HTML rendering mode
3. Screenshots of the issue.
4. Which browser you use and its version.

Thank you.

The issues you have found earlier (filed as VIEWERNET-479) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by groupdocs.notifier.

Hi Pavel


correcting Viewer Setting, this is what we are using:
$(function () {
$(‘#viewerImageDiv’).groupdocsViewer({
filePath: ‘Dynamics CRM Online Pricing and Licensing Guide.pdf’,
zoomToFitWidth: true,
showFolderBrowser: true,
showHeader: false,
showPaging: true,
showThumbnails: true,
useHtmlThumbnails: false,
width: 650,
height: 900,
IsPrintable: true,
useHtmlBasedEngine: false,
showDownload: true,
downloadPdfFile: true,
showPrint: true,
usePdfPrinting: true
});
});
below are other details:
1. Which version of the Viewer library you use?
Groupdocs Viewer 3.0 and its implementation is in ASP.Net.

2. What issue you get in the HTML rendering mode
refer post: 11910 for more details

3. Screenshots of the issue.
attached is the screenshot and issuing document.
I have also attached one JS errror which is occuring on Groupdocs.Viewer.all.js whenever a document loads.
Also consider that when we scroll down the JS error occur.

4. Which browser you use and its version.
IE-11, Version: 11.0.9600.18231

Please share all possible way to fix this.
Thanks


Hi Puneet,


Thank you for your explanation.

We have logged this problem in our issue tracking system. You would be informed through this forum thread as any update would be taken place.

Many Thanks!