HtmlArea combo box showing as text box

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v11)  /  HtmlArea combo box showing as text box

DynamicPDF CoreSuite for .NET (v11) Forum

Hi,

we are seeing html combo box as text box by using htmlArea

 CurrentPage = new Page(pageDimensions);
            ceTe.DynamicPDF.PageElements.Html.HtmlArea htmlArea = new ceTe.DynamicPDF.PageElements.Html.HtmlArea("<html><body><select name='Countris_CL'><option selected>List: Countris_CL</option></select></body></html>", 10, 30, 100, 50);
            CurrentPage.Elements.Add(htmlArea);

there is couple of issues with dynamic pdf and not giving exact solutions.

please give me right solution.
 
And why this forum not have attachment option ?
Posted by a ceTe Software moderator
Hi,

You can achieve your requirement using the DynamicPDF HtmlConverter for .NET product. You can download evaluation edition of DynamicPDF HtmlConverter product from NuGet (Package ID: ceTe.DynamicPDF.HtmlConverter.NET) or from our website here.

Currently HtmlArea page element of DynamicPDF Core Suite for .NET does not have an option to add a flattened Combobox with a down arrow.

Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 9:29 PM.