Create PDF files with images in wp8

I am creating an application in which I want to create pdf files from images stored in isolated storage. Many open source libraries are available to solve this problem, but, unfortunately, no one expresses their compatibility with the Windows 8 phone.

then i came across this link

the message explains how to write a pdf file by creating a pdf header. But this only creates a pdf file with the text written on it. Now I want to add some images to it. How will I act for the same?

+6
source share
2 answers

I myself found the answer. These are links that will be very useful if you want to make pff with text and images without using open source libraries.

http://www.codeproject.com/Articles/18623/Add-Images-and-Textboxes-to-PDF

http://www.codeproject.com/Articles/7627/PDF-Library-for-creating-PDF-with-tables-and-text

+2
source
+1
source

Source: https://habr.com/ru/post/959313/


All Articles