We have an application which generates a Word Document, which more often than not requires printing to a text rather than Laser style printer.
We can print quite happily in the office.
We deploy the application, and the printing goes to pot -
Pagination and margins!
Is there a way
a) that I can set the Printer to be a Particular Printer on a User PC, which is not necessarily the default, and then
b) Choose the Paper Type for the Printer?
There may be different sizes and types of paper produced from the App, and I need to be able to set programatically the applicable paper type.
At present, if we set eg doc.height, we seem to get "Custom"
as the Paper Type.
Any help or suggestions would be much appreciated.
We can print quite happily in the office.
We deploy the application, and the printing goes to pot -
Pagination and margins!
Is there a way
a) that I can set the Printer to be a Particular Printer on a User PC, which is not necessarily the default, and then
b) Choose the Paper Type for the Printer?
There may be different sizes and types of paper produced from the App, and I need to be able to set programatically the applicable paper type.
At present, if we set eg doc.height, we seem to get "Custom"
as the Paper Type.
Any help or suggestions would be much appreciated.