Self-printing PDF

Q: I want to combine a lot of TIFF or JPEF files into a single PDF,
And then send the PDF to a web browser,
If the PDF is self-printing, Adobe Acrobat (installed on the local PC)
will only display a print dialog, and print the PDF.
----------

A: You could create a "self printing" PDF by writing an application,
and within it embedding the PDF that it does not display but only
prints the document. (See our print sample here:
http://www.pdftron.com/pdfnet/samplecode.html#PDFPrint)

It is not possible for PDF to force Acrobat to automatically invoke
the print dialog.