PdfSharp.Xamarin icon indicating copy to clipboard operation
PdfSharp.Xamarin copied to clipboard

App fails to generate PDF for Xamarin Android.

Open ShakunthalaMK opened this issue 8 years ago • 4 comments

11-14 06:56:02.734 D/Mono (31124): Assembly Ref addref System.Xml[0x80edd128] -> System[0x7bf4fe70]: 5 Unhandled Exception:

System.IO.FileNotFoundException: Could not find file "/system/etc/fonts.xml".

ShakunthalaMK avatar Nov 14 '16 12:11 ShakunthalaMK

I've forked the repository and made a NET Standard port for it, with MigraDoc ported as well. https://github.com/groege/PdfSharpCore You could try this one, but be careful I'm sure many things won't work yet - though I would try to fix things if you find anything ;). It's also using ImageSharp for Images, which is in Alpha but it does work (at least what I've testes so far ;))

groege avatar Feb 21 '17 07:02 groege

Thanks for the help :)

On Tue, Feb 21, 2017 at 1:25 PM, groege [email protected] wrote:

I've forked the repository and made a NET Standard port for it, with MigraDoc ported as well. https://github.com/groege/PdfSharpCore You could try this one, but be careful I'm sure many things won't work yet

  • though I would try to fix things if you find anything ;). It's also using ImageSharp for Images, which is in Alpha but it does work (at least what I've testes so far ;))

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/roceh/PdfSharp.Xamarin/issues/1#issuecomment-281270120, or mute the thread https://github.com/notifications/unsubscribe-auth/AGZx2hHtuqWuME2FtIZonIFOeFxzAkEwks5rephygaJpZM4KxPuC .

-- Thanks, Shakunthala.M.K Mobile : +91-9880613011

ShakunthalaMK avatar Mar 31 '17 07:03 ShakunthalaMK

I've actually added separate implementations for different platforms ;) - so the android implementation should be more performant ;)

groege avatar Mar 31 '17 11:03 groege

Cool. Will check it out :)

On Fri, Mar 31, 2017 at 5:16 PM, groege [email protected] wrote:

I've actually added separate implementations for different platforms ;) - so the android implementation should be more performant ;)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/roceh/PdfSharp.Xamarin/issues/1#issuecomment-290691184, or mute the thread https://github.com/notifications/unsubscribe-auth/AGZx2nUYMVGHtlBthS2cBsnCbBNOdlIMks5rrOd6gaJpZM4KxPuC .

-- Thanks, Shakunthala.M.K Mobile : +91-9880613011

ShakunthalaMK avatar Mar 31 '17 13:03 ShakunthalaMK