-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iTextSharp-MonoDroid #1
Comments
You should put this up as a component on the Xamarin component store. |
I'm going to do it. I want to put the latest version of iTextSharp. Thanks!! :D |
You are a god among men, when you get to it. : ) |
That wouldn't work... the original itext is licensed under AGPL and that license is not compatible with the App Store license. Any app built using iText even if released with sources would be violating the iText license terms (unless the author can make an agreement with iText/purchases a commercial license) |
Hi
I'm trying to port your library to be used with android, actually the only class that seems to require porting is System.Drawing.Bitmap. the Library builds just fine but I can't get it to work.
I'm following your sample (and many other samples on iTextSharp) and the problem is when I close the document, it throws an exception "the.document.has.no.pages" .
The text was updated successfully, but these errors were encountered: