c# - Display PDF in a BookControl. Convert PDF to XAML? -


I have a PDF that I want to show in one. Since this control can not use PDF, I have to convert images to PDFs using PDF or XML.

What is the best way to do this?

I would say that converting documents into pictures is a better solution for reading in the book control, Because it is a large amount of XAML documents and processing at large scale.

There are several free and commercial libraries that can convert a PDF document into images page-by-page. Depending on the performance requirements, you can either create a list of pages that open the document or maybe get each page, possibly with some caching of the previous pages. The limit of the sky is in fact.


Comments