how to use this property . PdfPrintOptions.CreatePdfFormsFromHtml
The PdfPrintOptions.CreatePdfFormsFromHtml Field turns all Html forms elements into editable PDF forms. It is a bool type.
You can use this field to set whether HTML forms elements are converted to editable PDF forms.
IronPdf.HtmlToPdf Renderer = new IronPdf.HtmlToPdf();
Renderer.PrintOptions.CreatePdfFormsFromHtml = true; //or false
Best regards,
Sam
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
59 Points
197 Posts
html to pdf,using ironpdf tool
Dec 16, 2019 06:03 PM|amithashenoy|LINK
Hi,
does anyone used Iron Pdf to convert html to pdf.
can any one tell me how to use this property . PdfPrintOptions.CreatePdfFormsFromHtml
All the Best . Please 'Mark this Post as Answer ' if it helps you.
Contributor
3370 Points
1409 Posts
Re: html to pdf,using ironpdf tool
Dec 17, 2019 02:14 AM|samwu|LINK
Hi amithashenoy,
The PdfPrintOptions.CreatePdfFormsFromHtml Field turns all Html forms elements into editable PDF forms. It is a bool type.
You can use this field to set whether HTML forms elements are converted to editable PDF forms.
Best regards,
Sam