Aspose Words : Need to Print Word Documents

Hi,
We use Aspose Words for Java. We have a task to print WORD documents silently to Printer. We see a reference to a class named - AsposeWordsPrintDocument But cannot find it in the Aspose Java Words library. Is it not a part of the Aspose Word Library yet?
Thanks and Regards,
Rajesh

Hello
Thanks for your inquiry. You should just add imports like com.aspose.words and a reference to JAR.

import com.aspose.words.*;
import com.aspose.words.DocumentBuilder;

Best regards,