How to Print a PDF Files generated in directory Path using PLSQL or Unix Shell Script?
There is a PDF File generated in one of the directory path of Server, Requirement is to print the same PDF file to a Printer ?
How to achieve the same using either PLSQL code base or Unix Shell Script?
We can't use any external tool like PL_PDF, neither any external Library ..etc
Note:- This PDF files are not generated from neither XML Publisher Nor Oracle Reports(.rdf).
These files are created in 3rd party system and dumped into one of our Server directory.
Kindly Advice . If any sample code/script that also be helpful to understand.