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.
Regards,
Pavithra D.