locked
Display and edit PDF file. RRS feed

  • Question

  • What is the best and the simplest way to display and eventually edit a PDF file in my Windows Store application? I know I can 'host' Adobe Reader in my app but it's not in Modern UI style, and I would like to add some functions to it. What shall I use? Flow document? Fixed document? Other stuff? What do you recommend? Thanks a lot!
    Friday, October 26, 2012 12:21 AM

Answers

All replies

  • There is nothing built-in for PDF viewing/editing, you have to look for third party controls or create viewer by yourself from the scratch.
    Friday, October 26, 2012 1:11 AM
  • There is nothing built-in for PDF viewing/editing, you have to look for third party controls or create viewer by yourself from the scratch.

    BTW, SyncFusion just released their suite of WinRT Controls, and that include controls to read and write Excel, Word, and PDF documents.

    http://www.syncfusion.com/downloads/winrt

    Cheers,
    Caio Proiete

     


    Caio Proiete
    Microsoft MVP, MCT, MCPD, MCTS, MCSD
    http://caioproiete.net

    Friday, October 26, 2012 4:10 PM
  • There is nothing built-in for PDF viewing/editing, you have to look for third party controls or create viewer by yourself from the scratch.

    BTW, SyncFusion just released their suite of WinRT Controls, and that include controls to read and write Excel, Word, and PDF documents.

    http://www.syncfusion.com/downloads/winrt

    Cheers,
    Caio Proiete 

    The write functionality is cool, but I can't seem to find a PDF display component. The demo just shows that you can save new PDF documents. Do you know if there is a component for viewing PDFs and I'm just overlooking it?
    Wednesday, November 7, 2012 2:48 PM
  • The write functionality is cool, but I can't seem to find a PDF display component. The demo just shows that you can save new PDF documents. Do you know if there is a component for viewing PDFs and I'm just overlooking it?


    Hi Paul,

    I'm not sure if SyncFusion includes a PDF display component (I believe it does, but didn't check). However ComponentOne does include a PDF Viewer control, and you can download their current version (BETA):

    http://www.componentone.com/SuperProducts/StudioWinRTXAML/

    Cheers,
    Caio Proiete

     


    Caio Proiete
    Microsoft MVP, MCT, MCSD, MCPD, MCTS
    http://caioproiete.net

    Saturday, November 10, 2012 4:39 PM
  • For Windows 8.1 you may consider using PDF Rendering APIs.

    Have a look at the samples @http://code.msdn.microsoft.com/PDF-viewer-sample-85a4bb30

    Saturday, June 29, 2013 7:43 AM
  • PDF Rendering in Store apps has become really easy with Windows 8.1.

    Windows 8.1 now has PDF rendering APIs and ability to save/show PDF pages as images. Check out samples @

    http://code.msdn.microsoft.com/windowsapps/PDF-viewer-sample-85a4bb30

    • Proposed as answer by Ahmed-Fouad Tuesday, October 8, 2013 7:56 PM
    • Marked as answer by Jonatan Dragon Tuesday, October 8, 2013 8:03 PM
    Friday, July 19, 2013 5:50 PM

  • I happened to come across this website http://goo.gl/cW9JTi when I was looking for a perfect way to edit PDF files. I would really recommend this, no software to download and install. It's a great service you can upload your own PDF file so you can edit or fill it out online and sign the document, save, print, email and even fax it. Also you can find the right fillable form anytime using the form search engine that contains more than 10 Million forms. Check it out there is no harm in trying.
    Thursday, August 29, 2013 9:21 AM
    • Proposed as answer by Ahmed-Fouad Tuesday, October 8, 2013 5:59 PM
    • Marked as answer by Jonatan Dragon Tuesday, October 8, 2013 8:03 PM
    Tuesday, October 8, 2013 5:59 PM
  • Windows 8.1 has APIs for rendering PDFs. Please have a look at the Windows.Data.Pdf namespace

    Build conference session recording available on Channel 9. This details how to use the new PDF rendering APIs. You can find samples for the APIs here.

    Friday, November 1, 2013 7:41 AM