Ask a Question related to Adobe Acrobat Windows, Design and Development.

  1. #21

    Default Re: printing

    Thanks, I'll check it out

    Sara
    >-----Original Message-----
    >You can use CSS to do this:
    >
    >[url]http://msdn.microsoft.com/library/default.asp?[/url]
    url=/workshop/author/dhtml/reference/properties/pagebreakb
    efore.asp
    >
    >[url]http://www.w3.org/TR/REC-CSS2/[/url]
    >
    >Cheers
    >Ken
    >
    >
    >"sara" <s@mail.com> wrote in message
    >news:120c01c382e7$14fe6b20$a101280a@phx.gbl...
    >: Hi all,
    >: the truth is I'm not sure in which newsgroup this post
    >: belongs, but I'll try here.
    >: I am faced with the following situation:
    >: I currently have an order system running on the web.
    >: Invoices can be printed for an order by entering the
    >: order number. The invoice then displays dynamically and
    >: the user clicks the print button on the browser to
    print
    >: the invoice for the customer. Right now, though, they
    >: want a way to enter a number of order #'s at a time and
    >: print all the invoices at once. Now, I don't mind if
    the
    >: invoices all display on the page one after the other as
    >: long as I can be sure that each will then print on its
    >: own page when the user clicks the print button on the
    >: browser. Alternatively, is there any way to do this
    with
    >: code (asp etc) automatically.
    >:
    >: Thanks in advance for any help and if anyone has any
    >: suggestions of where to ask this question, please
    advise.
    >:
    >: Sara
    >
    >
    >.
    >
    sara Guest

  2. Similar Questions and Discussions

    1. Freehand printing - right margin decreases when printing multiple copies of file.
      I'm using Freehand mx. Everytime I print more than one copy of a file, the right margin decreases. Thus, if I print five or six copies of a file,...
    2. Printing Dynamically Insantiated MovieClips (multi-page printing)
      I can create multiple pages with just one prompt with new PrinJob() object in Flash MX2004; but ... .... when I try to addpages which is one...
    3. Printing without showing the printing dialog window
      hey - did you ever figure out a solution to the printing without dialog issue? i'm trying to get around the same problem myself. thanks! -jason
    4. Printing a external text file or printing a text field cast member...
      use BuddyApi Xtra to use external app. for print a file like MSWord,
    5. Printing a externat text file or printing a text field cast member...
      Try searching the NG archives. Search on 'Print O Matic' (that's the Xtra..the lite version comes with Director). hth, doug "PrEnt"...
  3. #22

    Default Re: Printing

    thanks, i think i got it, we will see if everything works ;)

    otherwise ill get back here :)

    BTW does anyone know an opensource director site or something where a director production can be downloaded just to watch, we are thinking of putting ours online when we are finished!


    SchneiderPapier webforumsuser@macromedia.com Guest

  4. #23

    Default Re: printing

    Sara, in addition to the CSS notes, you might go a step further and look
    into ScriptX from Meadroid.com. It's a control you place on your pages that
    allows you to dynamically control margins, headers and footers, something
    that can't be done (as I understand it) using CSS. We use it on our web app
    for several HTML based reports to eliminate the url and page numbering that
    IE places on printouts by default.

    Cheers,

    - Wm

    --
    William Morris
    Product Development, Seritas LLC

    "sara" <s@mail.com> wrote in message
    news:1050601c3835f$e4c76370$a601280a@phx.gbl...
    > Thanks, I'll check it out
    >
    > Sara
    >
    > >-----Original Message-----
    > >You can use CSS to do this:
    > >
    > >[url]http://msdn.microsoft.com/library/default.asp?[/url]
    > url=/workshop/author/dhtml/reference/properties/pagebreakb
    > efore.asp
    > >
    > >[url]http://www.w3.org/TR/REC-CSS2/[/url]
    > >
    > >Cheers
    > >Ken
    > >
    > >
    > >"sara" <s@mail.com> wrote in message
    > >news:120c01c382e7$14fe6b20$a101280a@phx.gbl...
    > >: Hi all,
    > >: the truth is I'm not sure in which newsgroup this post
    > >: belongs, but I'll try here.
    > >: I am faced with the following situation:
    > >: I currently have an order system running on the web.
    > >: Invoices can be printed for an order by entering the
    > >: order number. The invoice then displays dynamically and
    > >: the user clicks the print button on the browser to
    > print
    > >: the invoice for the customer. Right now, though, they
    > >: want a way to enter a number of order #'s at a time and
    > >: print all the invoices at once. Now, I don't mind if
    > the
    > >: invoices all display on the page one after the other as
    > >: long as I can be sure that each will then print on its
    > >: own page when the user clicks the print button on the
    > >: browser. Alternatively, is there any way to do this
    > with
    > >: code (asp etc) automatically.
    > >:
    > >: Thanks in advance for any help and if anyone has any
    > >: suggestions of where to ask this question, please
    > advise.
    > >:
    > >: Sara
    > >
    > >
    > >.
    > >

    WIlliam Morris Guest

  5. #24

    Default Printing

    I have an asp application that needs to print to a
    specific network printer. I am currently making it work
    by using the FSO and setting the path to the printer
    port, then writing out a string. The problem with that
    is that all the formatting I can do is with line feeds
    and tabs. Ideally, I'd like to pop open an html page on
    the client machine, print it, then close it. Is there
    any way to simulate calling window.print without pulling
    up the printer dialog box? Either in asp or in client
    side script? Any other suggestions on how to handle this?

    Thanks,
    Rebecca
    Rebecca Guest

  6. #25

    Default Re: Printing


    "Rebecca" <rdietrich1@hotmail.com> wrote in message
    news:0bd701c39334$fa18d620$a001280a@phx.gbl...
    > I have an asp application that needs to print to a
    > specific network printer. I am currently making it work
    > by using the FSO and setting the path to the printer
    > port, then writing out a string. The problem with that
    > is that all the formatting I can do is with line feeds
    > and tabs. Ideally, I'd like to pop open an html page on
    > the client machine, print it, then close it. Is there
    > any way to simulate calling window.print without pulling
    > up the printer dialog box?
    NO. This would be abused if it were possible.

    Either in asp or in client
    > side script?
    > Any other suggestions on how to handle this?
    The best thing is to have your users print the page. Trying to print to a
    printer over the lan from ASP is a bit more complicated than just telling a
    user to print something.

    Ray at work


    Ray at Guest

  7. #26

    Default Re: Printing

    >> Any other suggestions on how to handle this?
    >
    >The best thing is to have your users print the page.
    Trying to print to a
    >printer over the lan from ASP is a bit more complicated
    than just telling a
    >user to print something.
    Thanks for the response. I wish that were an option, but
    there are so many users of this application that we can't
    rely on them to print the document. Plus that would
    cause added work and confusion for them. This
    application sends orders to a central store room for
    everything from contract labor to chemicals. The
    storeroom wishes to receive these orders on a printer. I
    have tried and tried and tried to talk them into
    receiving the orders in a group mailbox, but they will
    have nothing to do with that. They have the "we've
    always done it this way, why should we change"
    mentality. It doesn't help that our SAP applications can
    print across the network with no problem!
    Guest

  8. #27

    Default Re: Printing

    On Wed, 15 Oct 2003 09:26:14 -0700,
    <anonymous@discussions.microsoft.com> wrote:
    >>> Any other suggestions on how to handle this?
    >>
    >>The best thing is to have your users print the page.
    >Trying to print to a
    >>printer over the lan from ASP is a bit more complicated
    >than just telling a
    >>user to print something.
    >
    >Thanks for the response. I wish that were an option, but
    >there are so many users of this application that we can't
    >rely on them to print the document. Plus that would
    >cause added work and confusion for them. This
    >application sends orders to a central store room for
    >everything from contract labor to chemicals. The
    >storeroom wishes to receive these orders on a printer. I
    >have tried and tried and tried to talk them into
    >receiving the orders in a group mailbox, but they will
    >have nothing to do with that. They have the "we've
    >always done it this way, why should we change"
    >mentality. It doesn't help that our SAP applications can
    >print across the network with no problem!
    What about having the ASP server do the printing and just "confirm"
    the print request by the user?

    Dan Brussee Guest

  9. #28

    Default Re: Printing

    <anonymous@discussions.microsoft.com> wrote in message
    news:03a301c39339$0d6d1f20$a101280a@phx.gbl...
    > >> Any other suggestions on how to handle this?
    > >
    > >The best thing is to have your users print the page.
    > Trying to print to a
    > >printer over the lan from ASP is a bit more complicated
    > than just telling a
    > >user to print something.
    >
    > Thanks for the response. I wish that were an option, but
    > there are so many users of this application that we can't
    > rely on them to print the document. Plus that would
    > cause added work and confusion for them.
    You need a solution that is more advanced than copying a stream to the FSO -
    the only way I can see anything even remotely like this working is if by
    good fortune you have PostScript printers in all the locations you are doing
    this to, in which theoretically you could send PostScript commands to the
    printer in question as the string, and produce a formatted document that
    way.

    Failing that, you probably need a solution with a rendering engine and a
    network spooler - like ActivePDF Spooler and ActivePDF Server
    ([url]http://www.activepdf.com/[/url])

    R.


    Richard K Bethell Guest

  10. #29

    Default Re: Printing

    >What about having the ASP server do the printing and
    just "confirm"
    >the print request by the user?
    The requirement is that the printout needs to be sent
    without any interaction from the user. In addition to
    that, something I forgot to mention in my previous post,
    some orders have to be approved before they print to the
    storeroom. In that case they do not need to print at the
    time that the user submits the order.
    Rebecca Guest

  11. #30

    Default Re: Printing

    I like the idea of sending PostScript commands to the
    printer. There are only two printers that receive orders
    and they are both new top of the line HPs, so I'm
    thinking they could handle that. Where can I find out
    more about the PS commands?

    >You need a solution that is more advanced than copying a
    stream to the FSO -
    >the only way I can see anything even remotely like this
    working is if by
    >good fortune you have PostScript printers in all the
    locations you are doing
    >this to, in which theoretically you could send
    PostScript commands to the
    >printer in question as the string, and produce a
    formatted document that
    >way.
    >
    >Failing that, you probably need a solution with a
    rendering engine and a
    >network spooler - like ActivePDF Spooler and ActivePDF
    Server
    >([url]http://www.activepdf.com/[/url])
    >
    >R.
    >
    >
    >.
    >
    Guest

  12. #31

    Default Re: Printing

    [email]anonymous@discussions.microsoft.com[/email] wrote:
    > I like the idea of sending PostScript commands to the
    > printer.
    strewth - I never thought I'd see that again.
    > There are only two printers that receive orders
    > and they are both new top of the line HPs, so I'm
    > thinking they could handle that. Where can I find out
    > more about the PS commands?
    >
    you need the red book and the blue book, one is a language ref, the other a
    cook-book of samples/examples. maybe amazon - I'm guessing. I got mine a
    long, long time ago.

    --
    William Tasso - [url]http://WilliamTasso.com[/url]


    William Tasso Guest

  13. #32

    Default Re: Printing

    >strewth - I never thought I'd see that again.
    Hey, whatever works!!
    >you need the red book and the blue book, one is a
    language ref, the other a
    >cook-book of samples/examples. maybe amazon - I'm
    guessing. I got mine a
    >long, long time ago.
    Do you know of any online references. I found a language
    reference, but I can't seem to find anything to tell me
    know to make the printer execute the script instead of
    just printing it.
    Guest

  14. #33

    Default Re: Printing

    Take a look at Meadroid.com. The advanced (read: not free) version of their
    control ScriptX may just do what you're after. We use the free version to
    control margins, headers, footers, etc...the advanced version lets you queue
    to known printers, and has a "silent" mode.

    Regards,

    --
    William Morris
    Product Development, Seritas LLC


    "Rebecca" <rdietrich1@hotmail.com> wrote in message
    news:0bd701c39334$fa18d620$a001280a@phx.gbl...
    > I have an asp application that needs to print to a
    > specific network printer. I am currently making it work
    > by using the FSO and setting the path to the printer
    > port, then writing out a string. The problem with that
    > is that all the formatting I can do is with line feeds
    > and tabs. Ideally, I'd like to pop open an html page on
    > the client machine, print it, then close it. Is there
    > any way to simulate calling window.print without pulling
    > up the printer dialog box? Either in asp or in client
    > side script? Any other suggestions on how to handle this?
    >
    > Thanks,
    > Rebecca

    WIlliam Morris Guest

  15. #34

    Default Re: Printing

    [email]anonymous@discussions.microsoft.com[/email] wrote:
    >> strewth - I never thought I'd see that again.
    >
    > Hey, whatever works!!
    ok - go for it ;o)
    >
    > Do you know of any online references. I found a language
    > reference, but I can't seem to find anything to tell me
    > know to make the printer execute the script instead of
    > just printing it.
    This looks like it's the whole blue book (the tutorial/cook-book): <
    [url]http://www-cdf.fnal.gov/offline/PostScript/BLUEBOOK.PDF[/url] >
    It was the1st result here: <
    [url]http://www.google.com/search?q=postscript+blue+book[/url] >

    do you have local access to one of the printers? ISTR that I cut my teeth
    sending PS commands over the serial port. Also I think the printer
    responded to an init string to set PCL mode - otherwise it defaulted to
    PostScript anyway. As I said, a long time ago - maybe it's a printer config
    thing - consult the printer docs.

    Remember your housekeeping - you can get stack overflows on large print runs
    if you're not careful. Does your printer have a HD installed - you can
    store frequently used stuff - page layouts, logos, signatures etc - locally
    on the printer to save bandwidth.

    The world was monochrome in those days - I think colour PS versions/printers
    were just starting to be available when I moved on.

    In any event, have fun.
    --
    William Tasso - [url]http://WilliamTasso.com[/url]


    William Tasso Guest

  16. #35

    Default Printing

    Dear All,
    I am using data grid to extract some values from a table in a database.
    The output can be hundreds of records.I need to print all these records for
    a paper-based workflow.
    If i use the browser print, the output is unreadable(row is splitted).
    The crystal reports are having maximum number of concurrent users as well.
    What components should I use (prefereeable for free)
    I appreciate your prompt response
    Best regards
    Amal


    [url]www.mnseg.com[/url]



    Amal Kamel Guest

  17. #36

    Default RE: Printing

    Hi Amal,

    Based on my research and experience, the information in this web page is
    helpful to you. Please check it.

    [url]http://www.asp.net/ReportsStarterKit/[/url]
    "The report samples below will help you leverage the latest .NET technology
    for your reporting needs. Click on the individual reports to view their
    details..."

    Another option is that you can try to make use of the Web Components.
    Please check out the article below for more details,

    Introducing the Office Web Components
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dno2kta/htm[/url]
    l/ofintrowbcom.asp

    I hope it helps.

    Best regards,

    Jacob Yang
    Microsoft Online Partner Support
    Get Secure! ¨C [url]www.microsoft.com/security[/url]
    This posting is provided "as is" with no warranties and confers no rights.

    Jacob Yang [MSFT] Guest

  18. #37

    Default Printing

    Hi All,

    If a load, lets say 20 _levels and want to print what the user see's, can this be done??

    Mark



    mootex webforumsuser@macromedia.com Guest

  19. #38

    Default Printing

    Sorry for re-posting this topic but I have lost my previous post.

    The problem I have is that when printing an envelope (that requires specific sizes for printing) the print comes out at 110% actual size.

    How do I get it to print actual size?

    Alan
    Alan_Hendry@adobeforums.com Guest

  20. #39

    Default Re: Printing

    I forgot to add that I am using Acrobat 6.0 in Win XP. Printing to a RISO

    Thanks
    Alan_Hendry@adobeforums.com Guest

  21. #40

    Default Re: Printing

    Original thread is here
    Alan Hendry "Can't change zoom factor when printing" 3/31/04 11:50pm </cgi-bin/webx?50@@.2cd0f6c6>!login=true
    Cheers
    Ian
    Ian_Burton@home_in_Paris.fr Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139