php - Print Automatic PDF from folder -
i wanted print pdf generate fpdf in php automatically server's folder.
is there way automatically print pdf printer connected server specified folder?
or print pdf generated in device accessing server, server's default printer.
we this, albeit in hacky way. here steps:
- generate pdf fpdf , save location on disk
- on page has loaded (or page) have iframe. javascript set frame's location of pdf
- again use javascript print iframe.
note: our method has confirm print dialogue button before prints. possibly can set printer settings.
if want print without hassle, there ways directly connect printer php, 1 know of via pecl extension, , think that's windows only.
Comments
Post a Comment