-
Notifications
You must be signed in to change notification settings - Fork 23
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
PDF generation issue when html contains form fields #47
Comments
Hi, set the size via stylesheet and specify the unit, or simply replace the like: value Regards, Le 9 nov. 2016 12:54 AM, "rupalirhatol" notifications@github.com a écrit :
|
Ok thanks for the solution. It helps but the HTML source code is we are getting is from third party where they are not ready to modify it or neither we are allowed to alter anything in their source html due to security reasons. Is there any other option? Thanks again and Appreciate your quick response. |
Hi, i've no other solution. If you can't modify the html at the source, Regards, Quentin Le 11 nov. 2016 12:39 AM, "rupalirhatol" notifications@github.com a
|
Hi,
The PDF being generated has form fields like first name , last name but the value of form fields overflows the text box border. I am trying to convert PDF for below string which has HTML form field and PDF generated is attached. It does not look good
sample.pdf
String str2 = " "+
"+"
"Student: "
+"
+""
+""
+" ";
converter.convertToPdf(str2,
IHtmlToPdfTransformer.A4L,
headerFooterList,
null,
out9,
properties);
sample9.pdf
The text was updated successfully, but these errors were encountered: