Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print pdf from a folder automatically

Status
Not open for further replies.

DgtlLgk

Technical User
May 3, 2004
52
CY
Hello!!

I am facing a situation with a customer concerning printing.He told me that at another office they had they were adding pdf files to a share folder they had on a server,and from there automatically with some way it was printed to their default printer.I know that there r softwares that can do that,but he things that they were doing it with out any other software.Now i read somewhere that if ur printer has a hdd installed u can create/share a folder on its hdd and add the files there and ur job is done.Their xerox machine has a hdd installed.So if i can do it with out any other software how can i do that????

Thanx
 
however you end up doing it be aware that there has been an exploit discovered in Adobe PDFs. so you should have all PDFs scanned by virus software prior to sending it to any hard drive.

p.s. Adobe does not have a fix for this exploit yet.
 
It wouldn't be the nicest of methods, but you could always have a batch file run every 2 or 3 minutes, and copy the contents of the folder to LPT1 or whichever LPT the printer is using, and then delete the files or move them onto a Printed folder or something.


Code:
copy path\to\pdf\folder\*.pdf LPT1.
move path\to\pdf\folder\*.pdf \path\to\other\folder
and Schedule it so it runs every so often and prints out all PDF's in the folder

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top