locked
Convert .docx to .pdf RRS feed

  • Question

  • in my app, i can create a .docx file, but i also need a copy of that file as .pdf , is there any way of converting .docx programatically?
    Tuesday, September 30, 2014 4:01 PM

Answers

  • Are you writing a Windows Store app?

    There are no API inbox to create either docx or pdf files.

    --Rob

    Tuesday, September 30, 2014 5:07 PM
    Moderator

All replies

  • Are you writing a Windows Store app?

    There are no API inbox to create either docx or pdf files.

    --Rob

    Tuesday, September 30, 2014 5:07 PM
    Moderator
  • yes, it is a Windows Store app, you know of any method for this?

    or a simple method to read some TextBoxs and creating a pdf with that content?

    Tuesday, October 21, 2014 1:29 PM
  • There are no in box API to create PDF files. You will either need to find a third party library or generate one yourself.

    Wednesday, October 22, 2014 9:45 PM
    Moderator