Print to an especific printer

Hi all,

From several weeks ago im trying to print an especific .pdf generated wiht pdf include to an especific printer on a server without changing the default printer. I found the sentence print for dos but, as it is a pdf, it prints control characters, not the pdf.

Thanks for any help.


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Hi John, I think what you

Hi John,

I think what you are facing is not a PDFInclude problem. You use PDFInclude to create a pdf file. You have to figure out a way to print it.

The solution depends on your environment. You will also have to send the PDF file through Acrobat in order for the document to be printed properly.

Sam Leung
Pro-Sys Consultants


Print PDF from Unix

We have recently been successful in print a PDF file from Unix.

There is an utility called pdftops (PDF to Postscript) from http://www.foolabs.com/xpdf/ (XPDF).
After converting to PS, it prints nicely using lp -d

Jonny