print out and save as

Ask a Question related to ASP, Design and Development.

  1. #1

    Default print out and save as

    how to print with pre-define preference such as margin and page size ?

    and a quick Question , the function call to save as

    thanks ~~~~~~~


    hycn office Guest

  2. Similar Questions and Discussions

    1. save pdf file and print
      How do I save value of all checked box in files and print this file? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
    2. print to/save as pdf
      Anyone know why when I print to PDF I can get a PDF that is half the size of when I save as PDF? Is there any problem with printing as PDF? ...
    3. OS X AppleScript: Print/Save PDF
      I am trying to create an AppleScript (specifically a Folder Action) that will tell FreeHand to open a file then Print: Save As PDF, using OS X's...
    4. Print to PDF then save the document
      Got some users that when they go to print there PDF document and the "save as" dialog box appears, the other list of .pdf files that they have saved...
    5. illustrator 10 to save and print
      I am a new user to illustrator and I am using 10.0.3. I have a design with some text, shapes and an image that I transferred from photoshop and...
  3. #2

    Default Re: print out and save as

    Gazing into my crystal ball I observed "hycn office" <hycn1981@hotmail.com>
    writing in news:#xjryYngDHA.1200@TK2MSFTNGP09.phx.gbl:
    > how to print with pre-define preference such as margin and page size ?
    >
    > and a quick Question , the function call to save as
    >
    > thanks ~~~~~~~
    >
    >
    >
    For your browser, go into page setup and set margins and page size.

    For visitors' browsers, you can suggest this using the @page directive in
    CSS.

    --
    Adrienne Boswell
    Please respond to the group so others can share
    [url]http://www.arbpen.com[/url]
    Adrienne Guest

  4. #3

    Default Re: print out and save as

    thanks ~

    of coz the visitor browser , i want to programmatically preset the print
    preference , be coz i found that if i just use javascript window.print ,
    some printer cannot print out because of the size , and i cant ask them to
    use fineprint ...
    so , can anyone tell me more abt how to do in asp plus @page


    also , whats the function call of save as document ?



    "Adrienne" <arbpen@sbcglobal.net> ¦b¶l¥ó
    news:Xns940092948E975arbpenyahoocom@207.115.63.158 ¤¤¼¶¼g...
    > Gazing into my crystal ball I observed "hycn office"
    <hycn1981@hotmail.com>
    > writing in news:#xjryYngDHA.1200@TK2MSFTNGP09.phx.gbl:
    >
    > > how to print with pre-define preference such as margin and page size ?
    > >
    > > and a quick Question , the function call to save as
    > >
    > > thanks ~~~~~~~
    > >
    > >
    > >
    >
    > For your browser, go into page setup and set margins and page size.
    >
    > For visitors' browsers, you can suggest this using the @page directive in
    > CSS.
    >
    > --
    > Adrienne Boswell
    > Please respond to the group so others can share
    > [url]http://www.arbpen.com[/url]

    hycn office Guest

  5. #4

    Default Re: print out and save as

    Gazing into my crystal ball I observed "hycn office"
    <hycn1981@hotmail.com> writing in
    news:OOkHhywgDHA.3784@tk2msftngp13.phx.gbl:
    >
    > "Adrienne" <arbpen@sbcglobal.net> ¦b¶l¥ó
    > news:Xns940092948E975arbpenyahoocom@207.115.63.158 ¤¤¼¶¼g...
    >> Gazing into my crystal ball I observed "hycn office"
    >> <hycn1981@hotmail.com> writing in
    >> news:#xjryYngDHA.1200@TK2MSFTNGP09.phx.gbl:
    >>
    >> > how to print with pre-define preference such as margin and page size
    >> > ?
    >> >
    >> > and a quick Question , the function call to save as
    >> >
    >> > thanks ~~~~~~~
    >> >
    >> >
    >> >
    >>
    >> For your browser, go into page setup and set margins and page size.
    >>
    >> For visitors' browsers, you can suggest this using the @page directive
    >> in CSS.
    >>
    > thanks ~
    >
    > of coz the visitor browser , i want to programmatically preset the
    > print preference , be coz i found that if i just use javascript
    > window.print , some printer cannot print out because of the size , and
    > i cant ask them to use fineprint ...
    AFAIK you really cannot do that. You have no idea what kind of setup the
    visitor has, whether it is a PC, Mac, something entirely different.
    > so , can anyone tell me more abt how to do in asp plus @page
    CSS - [url]http://www.w3.org/TR/REC-CSS2/page.html[/url]
    >
    > also , whats the function call of save as document ?
    >
    The user's browser should prompt them to 'save as' unless the content type
    is something the user's system is configured to run, or the server is
    sending the wrong content type.

    --
    Adrienne Boswell
    Please respond to the group so others can share
    [url]http://www.arbpen.com[/url]
    Adrienne 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