We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Print Multiple RTF Files

Hello Guys,

I want to print multiple RTF files stored at a location, I wan’t to print all these files with/without showing user a print preview dialogue.

Is there anyway if I can manage to print all RTF files at a time with aspose.

Please suggest me, as I am new to ASPOSE.

Thanks,
Parth.

Hi Parth,

Thanks for your inquiry. With Aspose.Words for Java, you can print Word documents with/without showing user a print preview dialogue. Please refer to the following articles:

Document.print method
https://docs.aspose.com/words/java/print-a-document-programmatically-or-using-dialogs/

Best regards,

Thanks for you reply,

But I can not locate PrintPreviewDialog and below link shows:

(https://docs.aspose.com/words/java/print-a-document-programmatically-or-using-dialogs/)

The code behind the PrintPreviewDialog class is not shown here as it is out of the scope of the article. However the full code is shipped with the samples archive.

Thanks.

Hi Parth,

Thanks for reporting this problem to us. We have moved example projects to GitHub repository and will update links in documentation shortly. Please check “printdocument” example project in Aspose.Words for Java examples repository at GitHub. Please let us know if we can be of any further assistance.

Best regards,