Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Borderless formatted Printing from ASP.NET

Reply
Thread Tools

Borderless formatted Printing from ASP.NET

 
 
Clint MacDonald
Guest
Posts: n/a
 
      05-01-2005
Hello,
I am trying to create a small application that creates labels and I have
purchased a thermal transfer label printer. Now I need to be able to print
the formatted label to the printer without the browser header/footer and
without margins or borders....
Any starting ideas or links to resources that may help me...
Thanks
Clint


 
Reply With Quote
 
 
 
 
Guest
Posts: n/a
 
      05-01-2005
Generate an image, and print that...

"Clint MacDonald" <> wrote in message
news:XaSdnY4YGuGMROnfRVn-...
> Hello,
> I am trying to create a small application that creates labels and I have
> purchased a thermal transfer label printer. Now I need to be able to
> print the formatted label to the printer without the browser header/footer
> and without margins or borders....
> Any starting ideas or links to resources that may help me...
> Thanks
> Clint
>



 
Reply With Quote
 
 
 
 
Clint MacDonald
Guest
Posts: n/a
 
      05-02-2005
Yes, but how do you print the image without the IE borders/page 1 or 1 and
the URL footer?
I guess I am asking how to print from ASP.NET with controlled output.
From my research it is important to note that the printer is on the server
or LAN shared and mapped to the server
I looked at CSS print, but only controlled content, not the print itself.

<japhar81> wrote in message news:gvudnf_ktfAZp-jfRVn-...
> Generate an image, and print that...
>
> "Clint MacDonald" <> wrote in message
> news:XaSdnY4YGuGMROnfRVn-...
>> Hello,
>> I am trying to create a small application that creates labels and I have
>> purchased a thermal transfer label printer. Now I need to be able to
>> print the formatted label to the printer without the browser
>> header/footer and without margins or borders....
>> Any starting ideas or links to resources that may help me...
>> Thanks
>> Clint
>>

>
>



 
Reply With Quote
 
billmiami2@netscape.net
Guest
Posts: n/a
 
      05-02-2005
If you are planning to print from the browser, you will need to control
print borders, headers and footers directly from the browser. For
Internet Explorer, Netscape Navigator and (I think) Mozilla, go to
File, Page Setup on the main menu and you will see options specifically
for these and other print settings.

I have found HTML opened from the browser to not be very good for
precise printing. Instead, it may pay to generate the labels in
another application and open it from the browser. For example, you
could use Office Web Components (OWC) to generate an Excel spreadsheet
which is formatted precisely for your labels. The spreadsheet can then
be opened in Excel from a link you provide in the browser.

Another approach that I have taken is to generate a comma-delimited
text file from the web application and store it on the server. The
user is then directed to open a MS Word document which is set up for a
mail merge. When the user opens the document, he/she is prompted to
enter a username. From that point, code in the document sets the mail
merge source to the appropriate csv file previously created on the
server. The advantage of this method is that the users (who were all
very experienced in doing MS Word mail merges) can individually change
the formatting to suit their needs. The disadvantage is that the
method is a bit clumsy because it required a few extra steps. Also, MS
Office security must be adjusted on each workstation to allow macros to
run. It does, however, produce perfect mailing label prints.

Bill E.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Borderless printing dansnaps Digital Photography 0 02-14-2005 06:00 AM
Colorvision PrintFix & borderless printing Alan Justice Digital Photography 1 02-05-2005 08:44 PM
Borderless printing question John Digital Photography 1 11-10-2003 06:40 PM
Borderless Printing Lynn Digital Photography 17 09-13-2003 02:17 PM
Canon i9100 Owners - borderless printing Roland Wooster Digital Photography 1 07-18-2003 07:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57