java.awt.print.Printable to word or pdf document

Hi,
Consider the content in java.awt.print.Printable needs to be converted into a pdf file (or a word file). Wanted to if there is a possibility to achieve the same without involving any intermediate steps to convert to image and then to pdf/word file.

@maheibm Unfortunately, there is no direct way to convert java.awt.print.Printable to Word or PDF document using Aspose.Words.

@alexey.noskov Thanks for your quick response. Presence of AsposeWordsPrintDocument led to that question if this can used somehow to create a pdf/word document. Also could you help with any way (not the direct one since there is none as you mentioned) to convert to word of pdf file, if there is one ?

@maheibm AsposeWordsPrintDocument class is used to print MS Word document but not vice versa. I am afraid the only way I can see is converting java.awt.print.Printable to image and then insert image into MS Word document.