We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Export PDF to Word?

In this feature section: [PDF Viewer for WPF] there is this statement:

Export Options

You can easily export PDF documents to Word and Excel documents as well as image formats like .bmp, .jpeg, or .png files. You can even silently export PDF documents on the server side.

However, I cannot find any example or document on this. Can you please provide one?


1 Reply

PD Pavithra Dwarakanathan Syncfusion Team July 29, 2016 12:56 PM UTC

Hi Dat, 
 
Sorry for the inconvenience caused.  
 
The information provided in the feature tour page is wrong. Currently we are working on modifying the content. At present we do not have support to export PDF to Word and Excel. We have support only to export PDF as image.  
 
Please find the below code snippet to export PDF as image 
  
//To export single page as image 
BitmapSource image = pdfviewer1.ExportAsImage(0); 
  
//To export multiple pages as image 
BitmapSource[] images = pdfviewer1.ExportAsImage(0, 1); 
 
 
Please find the sample from the below link to export PDF as Image. 
 
 
A support incident has been created under your account to track the status of the feature requests. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents  
 
Regards, 
Pavithra D. 


Loader.
Live Chat Icon For mobile
Up arrow icon