Here is a functional port of PdfSharp (http://www.pdfsharp.com/PDFsharp/) for iOS and Android, port is here:
https://github.com/roceh/PdfSharp.Xamarin
It allows creation and modification of PDF documents. Currently not PCL, so if your using Xamarin.Forms then a shared project is probably the best bet for now.
Posts
Now added a PCL library so it can be used in Xamarin Forms PCL projects. Added some samples with basic PDF viewers (pdf.js on android).
You just made my day! +1
are there a nuget package or dlls for this?
Hello,
I downloaded this Project.
When i want to Build the PDFSharp.iOS.dll I get following Error in the Project:
The variable "searchRange" cannot be used with type Arguments
"tableCount" is a variable but is used like a type
I get the Error in following line (PlatformFontResolver.cs):
while (searchRange < tableCount >> 1)
does anyone have a Github Repo sample .?
the mentioned github sample doesnot work
Update Xamarin.Forms and check