Page 1 of 2

Problem with print barcode

Posted: Tue Jun 05, 2012 7:31 am
by pdt1704
I have problem when print barcode:
- I show and print barcode with IE9 and WebViewer, when I click print, it print blank
- I show and print with IE8 and WebviewerFx, it print blank
- I show and print with IE8 and WebViewer (IMAG0029.jpg), it print not OK, Barcode reader sometimes can not read
- I show with IE8 and WebViewer and Export to PDF file (IMAG0030.jpg), it print not OK.
I use version: 2012.2.1308.0
Please help!

Problem with print barcode

Posted: Thu Jun 07, 2012 5:31 am
by Andrew
Hello,
> I have problem when print barcode:
> - I show and print barcode with IE9 and WebViewer, when I click print, it print blank
> - I show and print with IE8 and WebviewerFx, it print blank
We cannot reproduce the issue. Please describe your issue in detail (with pictures if possible) and a sample project.
> - I show and print with IE8 and WebViewer (IMAG0029.jpg), it print not OK, Barcode reader sometimes can not read
The barcode is displayed in the viewer as a picture.
In browsers the picture is always blurred when printing, especially looks bad when printing on thermal printers with low resolution.
High-quality printing on thermal printers is the best out from the Net/Wpf application that prints directly on the printer canvas.
> - I show with IE8 and WebViewer and Export to PDF file (IMAG0030.jpg), it print not OK.
Please send me the resulting PDF file for analysis.

Also in the next prerelease build we added the new property StiOptions.Engine.BarcodeDpiMultiplierFactor = 3
earlier it was only set to 2, i.e. when exporting the quality of barcode images was 200 dpi.
Now, by default it is set to 3, and if needed can be increased.
Even when printing from a browser it is not likely to affect the print quality.

Thank you.

Problem with print barcode

Posted: Fri Jun 08, 2012 4:33 am
by pdt1704
Hi,
I put my example and document description.
Thanks.

Problem with print barcode

Posted: Mon Jun 11, 2012 2:54 am
by Vladimir
Hello,

We have received your project and answer you by email that would not duplicate posts.

Thank you.

Problem with print barcode

Posted: Tue Jun 12, 2012 8:52 am
by pdt1704
Hi,
I have other issue, I create report with WebViwerFx and deploy in winserver 2008 and IIS 7, .NET Framework 4.0,
When I show report, the screen like that (picture) always show, but I change to .NET Framework 3.5, it run OK. I used example that I send last time. My operating system is Win server 2008 64 bit.
Please help!

Problem with print barcode

Posted: Wed Jun 13, 2012 2:23 am
by Vladimir
Hello,

Please specify which browser are you using? Is the error reproduced on any browser?

Thank you.

Problem with print barcode

Posted: Wed Jun 13, 2012 6:56 am
by pdt1704
Hi,
I find reason, I have some problem with config server.
Thank you.

Problem with print barcode

Posted: Wed Jun 13, 2012 8:21 am
by Andrew
Hello,

Please describe how did you fix the problem.
This problem was met by several of our customers, but we could not reproduce it on our computers.
We will add this information into our knowledgebase

Thank you.

Problem with print barcode

Posted: Thu Jun 14, 2012 8:07 am
by pdt1704
Hello,
My structure network like that:
Router -> ISA Server -> Some other server include web server and join in Group Domain (config for Local network), I config Router NAT to WebServer. When I view source web page error (swfobject is undefined), I see that
All path, domain name or IP was replace by Group Domain name (name group domain local network), so all path will be incorrect.

My solution is: Move web server out Group domain, it run OK.

Problem with print barcode

Posted: Fri Jun 15, 2012 10:15 am
by Vladimir
Hello,

Please try to set the following option:

StiWebViewerFxOptions.Connection.RelativeUrls = true;

Maybe this will help in this situation.

Thank you.