Ask a Question related to ASP, Design and Development.
-
hycn office #1
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
-
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"... -
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? ... -
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... -
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... -
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... -
Adrienne #2
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:
For your browser, go into page setup and set margins and page size.> 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 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
-
hycn office #3
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...<hycn1981@hotmail.com>> Gazing into my crystal ball I observed "hycn office"> 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
-
Adrienne #4
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:
AFAIK you really cannot do that. You have no idea what kind of setup the>
> "Adrienne" <arbpen@sbcglobal.net> ¦b¶l¥ó
> news:Xns940092948E975arbpenyahoocom@207.115.63.158 ¤¤¼¶¼g...> thanks ~>> 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.
>>
>
> 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 ...
visitor has, whether it is a PC, Mac, something entirely different.
CSS - [url]http://www.w3.org/TR/REC-CSS2/page.html[/url]> so , can anyone tell me more abt how to do in asp plus @page
The user's browser should prompt them to 'save as' unless the content type>
> also , whats the function call of save as document ?
>
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



Reply With Quote

