Problem with print barcode

Stimulsoft Ultimate discussion
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Problem with print barcode

Post 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!
Attachments
1916.PrintBarcode.zip
(672 Bytes) Downloaded 499 times
1913.Barcode.mrt
(5.12 KiB) Downloaded 706 times
1912.IMAG0030.jpg
1912.IMAG0030.jpg (854.42 KiB) Viewed 7762 times
1911.IMAG0029.jpg
1911.IMAG0029.jpg (1.04 MiB) Viewed 7764 times
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Problem with print barcode

Post 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.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Problem with print barcode

Post by pdt1704 »

Hi,
I put my example and document description.
Thanks.
Attachments
1923.PrintBarcode.zip
(1.15 MiB) Downloaded 552 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Problem with print barcode

Post by Vladimir »

Hello,

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

Thank you.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Problem with print barcode

Post 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!
Attachments
1932.IMG_01.jpg
1932.IMG_01.jpg (10.69 KiB) Viewed 7818 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Problem with print barcode

Post by Vladimir »

Hello,

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

Thank you.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Problem with print barcode

Post by pdt1704 »

Hi,
I find reason, I have some problem with config server.
Thank you.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Problem with print barcode

Post 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.
pdt1704
Posts: 60
Joined: Tue Nov 15, 2011 9:12 pm

Problem with print barcode

Post 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.
Attachments
1944.IMG_01.jpg
1944.IMG_01.jpg (76.3 KiB) Viewed 7787 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Problem with print barcode

Post by Vladimir »

Hello,

Please try to set the following option:

StiWebViewerFxOptions.Connection.RelativeUrls = true;

Maybe this will help in this situation.

Thank you.
Post Reply