-
Notifications
You must be signed in to change notification settings - Fork 43
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
Not compatible with last iTextSharp Version #1
Comments
I agree to this issue too. Any change to make it work? |
This code will work using iTextSharp.text; namespace RazorPDF
} |
Vincent. Nice work man. Why not do a pull request on this? |
Done! |
@XVincentX I'm trying to upgrade some of the methods in PdfView.cs file to use the new 5.0 methods, but I can't seem to find the equivalents. I'm looking at there new APi: http://api.itextpdf.com/itext/ and I noticed that they have done something with the Go method of the XmlParser. The HtmlParser, is not there anymore or I'm not sure what the equivalent for that is. Do you mind pointing out which should be used? I was also using the older api: http://www.afterlogic.com/mailbee-net/docs-itextsharp/ |
@Vyeche Honestly I remember few things about this contribution, but I'm not going to leave you alone. What I'm asking to you is to create a sample project with the issue (due to my really few time) and upload it. I promise I will give it a look. Thank you, |
Okay, I'll see if I can piece it together and get back to you. Thanks! |
what happened to this? |
Who knows...the author is simply dead. |
@XVincentX , do you know any alternative to RazorPDF ? |
Auto answering myself: https://github.com/andyhutch77/MvcRazorToPdf/ --this project uses the "new" iTextSharp.xmlparser |
Hi,
After update iTextSharp Nuget package to the last 5.3.3 version the parse failed because iTextSharp.text.xml.XMLParse can not be found.
Thank's for work.
Best regard's
The text was updated successfully, but these errors were encountered: