JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit and 64 bit JVMs. This repository was migrated from Sourceforge 2020 Sep
GNU Lesser General Public License v2.1
530
stars
119
forks
source link
Ask for help, print .docx file to physical printer by jacob (JAVA-COM Bridge) as Monochrome printing #51
I want to print .docx file to a physical printer by jacob. And it's work as below.
But it is color printing. How do I control it to print in color or monochrome?
I have reference to Microsoft's official documentation: Printer.ColorMode property (Access)
But it seems to only work in the Access app, not in Word.
Thanks a lot!