Add PDF export in the core library.
Fonts: Helvetica/Arial (Adobe type 1, no need to embed font data in the pdf file)
Images: OxyImage should support decoding of PNGs (requires an implementation of DEFLATE decomression)
Comments: http://blogs.msdn.com/b/dotnet/archive/2013/11/13/pcl-and-net-nuget-libraries-are-now-enabled-for-xamarin.aspx https://www.nuget.org/packages/Microsoft.Bcl.Compression/ contains an implementation of DEFLATE. Or - decompression can be implemented here to avoid the dependency...
Fonts: Helvetica/Arial (Adobe type 1, no need to embed font data in the pdf file)
Images: OxyImage should support decoding of PNGs (requires an implementation of DEFLATE decomression)
Comments: http://blogs.msdn.com/b/dotnet/archive/2013/11/13/pcl-and-net-nuget-libraries-are-now-enabled-for-xamarin.aspx https://www.nuget.org/packages/Microsoft.Bcl.Compression/ contains an implementation of DEFLATE. Or - decompression can be implemented here to avoid the dependency...