printing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marko

    #1

    printing

    Hi,
    I would like to print results from web query written in php on printer(HP).
    The problem is that I need to exactly define margins for each variable to
    print (TAX forms etc.). I`m new at php. Please help!



  • Pedro Graca

    #2
    Re: printing

    Marko wrote:[color=blue]
    > I would like to print results from web query written in php on printer(HP).
    > The problem is that I need to exactly define margins for each variable to
    > print (TAX forms etc.). I`m new at php. Please help![/color]

    Do you mean that everytime someone visits your page, the printer
    connected to the server will print some data?
    --
    --= my mail box only accepts =--
    --= Content-Type: text/plain =--
    --= Size below 10001 bytes =--

    Comment

    • ®ed Eye Media - Richard Grove

      #3
      Re: printing


      "Marko" <marko.muza@vip .hr> wrote in message
      news:c150g3$d8r $1@bagan.srce.h r...[color=blue]
      > Hi,
      > I would like to print results from web query written in php on[/color]
      printer(HP).[color=blue]
      > The problem is that I need to exactly define margins for each variable to
      > print (TAX forms etc.). I`m new at php. Please help!
      >
      >
      >[/color]

      What has PHP got to do with printing?
      RG


      Comment

      • Jim Thomas

        #4
        Re: printing

        Marko wrote:[color=blue]
        > Hi,
        > I would like to print results from web query written in php on printer(HP).
        > The problem is that I need to exactly define margins for each variable to
        > print (TAX forms etc.). I`m new at php. Please help![/color]

        Use php to generate a PDF file. See http://fpdf.org for more info.



        --
        Jim Thomas Principal Applications Engineer Bittware, Inc
        jthomas@bittwar e.com http://www.bittware.com (703) 779-7770
        Failure is always an option

        Comment

        Working...