FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » printing for dot matrix printers
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: printing for dot matrix printers [message #171691 is a reply to message #171687] Sun, 16 January 2011 02:05 Go to previous messageGo to previous message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma:
Senior Member
On 1/15/2011 6:29 PM, Robert Heller wrote:
> At Sat, 15 Jan 2011 16:59:47 -0500 Jerry Stuckle<jstucklex(at)attglobal(dot)net> wrote:
>
>>
>> On 1/15/2011 4:11 PM, 24saat wrote:
>>> Hi
>>>
>>> I'm looking a solutions dotmatrix printer solution for php.
>>> I need print a form or invoice to dotmatrix printer in browser.
>>>
>>>
>>> Thanks
>>>
>>> Ertan
>>> php and asp.net developer
>>> symfony& kohana specialist
>>> http://www.webtasarimsitesi.com
>>
>> Your best bet is probably to create a pdf and print that.
>
> If it is going to a *web browser*, just send simple HTML (eg, not fun
> and games with iframes and whatnot), include a .css file with '@media
> print' rules. All major web browser know how to print a web page to
> whatever passes as the local printer. So long as the stylesheet's
> '@media print' rules are reasonably generic and don't play excessive
> games with fonts and so long as the page to be printed is not 'colorful'
> and is without images, it should be possible for the web browser to send
> it to any sort of printer without too much trouble and with a reasonable
> faithfulness to the formatting.
>
>>
>

Simply because different browsers and different printers will print the
same file different ways. HTML is, after all, only a *guide*.

If you want to ensure it prints in the way you want it to (as in an
invoice), pdf is the way to go. It doesn't suffer those problems.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Adaptive Learning for PHP
Next Topic: extracting the root domain from a URL
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 07:27:52 GMT 2024

Total time taken to generate the page: 0.03997 seconds