Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PDF] Printing PDF from web page

0 views
Skip to first unread message

Roberta Pavol

unread,
May 8, 2002, 12:27:28 PM5/8/02
to

The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________

I am relatively certain of the answer to this question, but I must ask to be
certain.

I have a client with a request to have a web page that would contain, along
with other descriptive information, a button that the viewer would click on
to print the PDF. The way the web page would look is a couple of products
and their descriptions along with buttons to
1. view the PDF, and
2. Print the PDF.

The button to print the PDF would send the entire PDF directly to the user's
printer.

I understand that a button can be scripted on the PDF itself to perform the
same function as print from the file menu. However, the difference here is
the PDF would just automatically print when this button is clicked on the
web page.

Is there a way to set the document properties for a PDF file that it prints
on opening?

Suggestions?

Thanks in advance.

Roberta
...................................
Agnew Moyer Smith Inc.
p: 412.322.6333
f: 412.322.6350
w: http://www.amsite.com
e: rpa...@amsite.com


To change your subscription: http://www.pdfzone.com/resources/discussions.html

La Oficina Sin Papel

unread,
May 8, 2002, 4:31:28 PM5/8/02
to

The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________

Place this code in the PageOpen action of your doc.

One thing: The pdf will autoprint when opened but:

-It will print to the default printer (which might or might not be the adecuate
one)
-The pdf has to open first. No way to do it without this, in case you wonder.

Regards,

Carlos

> Is there a way to set the document properties for a PDF file that it prints
> on opening?

To change your subscription: http://www.pdfzone.com/resources/discussions.html

La Oficina Sin Papel

unread,
May 8, 2002, 5:05:01 PM5/8/02
to

The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________

Sorry. I forgot the code.

Here it goes. Place it at the PageOpen action of the first page:

this.print(false, 0, this.numPages - 1,true)

Carlos

> > Is there a way to set the document properties for a PDF file that it prints
> > on opening?

To change your subscription: http://www.pdfzone.com/resources/discussions.html

Andrew Smith

unread,
May 9, 2002, 5:26:57 PM5/9/02
to

The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
__________________________________________________________________

I have developed eLearning material in PDF format that has a PDF mark (and
printer icon) placed on the page. When the user click on the icon (& PDF
Mark) the PDF printer dialog box comes up. The user can then choose there
own print settings etc


Regards

Andrew


APT and PEC Ltd. pl...@apt.co.nz
Tel: 64-9-486-2879 Fax: 64-9-486-5588
Postal: PO Box 33-385 Takapuna, Auckland, New Zealand
-----------------------------------------------------------------------
Learn how to create business plans in less than a day www.aptplan.com

----- Original Message -----
From: "La Oficina Sin Papel" <lo...@ctv.es>
To: <p...@lists.pdfzone.com>
Sent: Thursday, May 09, 2002 8:50 AM
Subject: RE: [PDF] Printing PDF from web page


>
> The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com
> __________________________________________________________________
>

> Sorry. I forgot the code.
>
> Here it goes. Place it at the PageOpen action of the first page:
>
> this.print(false, 0, this.numPages - 1,true)
>
> Carlos
>

> > > Is there a way to set the document properties for a PDF file that it
prints
> > > on opening?
>
>
>

0 new messages