I have a situation here to print one of my reports with given two options to user:
- Print with Preview
- Print Silently(No popup to choose for printer; default printer configured will automatically get a print job)
2nd point - How can we implement it in Flex 4?
Any specific code or component or API to be used to achieve it.
I have a button click to send it to Printer..
Any ideas on this if flex supports silent print or skipping of Print Dialog of Adobe Reader and /or we can call javascript externally and invoke silent ptint?
Thanks in advance