how to create PDF from an image in xamarin?

Mahesh Balasubramanian 1 Reputation point
2021-02-27T11:33:25.873+00:00

Hi,

Greetings!

Can some one tell me how to create a pdf from an image or screenshot of the Xamarin application?

I am having a billing page which I am taking a screenshot. But the same needs to be written into a new PDF.

Regards,
Mahesh B.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,320 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
786 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Tucker 5,846 Reputation points
    2021-02-28T11:17:39.573+00:00

    PdfSharp.Xamarin.Forms is a Xamarin.Forms library for converting any Xamarin.Forms UI into PDF.

    https://github.com/akgulebubekir/PDFSharp.Xamarin.Forms

    1 person found this answer helpful.
    0 comments No comments