I would like to create a pdf in my winRT app, the pdf content would come from TextBox controls.
I can create a .docx file, but i can't create a pdf file with the same information.
basically i want a way to create a pdf file either from textboxs or a copy of the .docx file
is it possible?