After upgrading to ver. 3.5.0.0 of Aspose.Pdf.Kit.dll, HttpContext in IHttpHandler.ProcessRequest gets a wrong content type.
Ver. 3.4.0.0 returned the content type as application/vnd.fdf.
Ver. 3.5.0.0 returns the content type as application/x-www-form-urlencoded.
Hi Casper,
We’re sorry for the inconvenience.
Can you please share the sample code and the related files which are causing problem? We’ll test the issue at our end and help you out.
Regards,
void IHttpHandler.ProcessRequest(HttpContext context)
{
string contentType = context.Request.ContentType;
if (String.Compare(contentType, "application/vnd.fdf", true) == 0)
{
Hi Casper,
We’re looking into the matter, however we need some more information. Can you please share a sample project which can help us reproduce the issue at our end. Kindly, do share the related files as well. This will help us understand the problem and then resolve it.
We appreciate your patience and cooperation.
Regards,
I don't have more sample code, but i think it's a rewrite of this example: http://asp-net-whidbey.blogspot.com/2006/10/filling-and-processing-adobe-pdf-forms.html.
When clicking the PushButten on any pdf, the Generic Handler returns the content type of the request as application/x-www-form-urlencoded. It's supposed to return the content type as application/vnd.fdf.
Hi Casper,
I have reproduced and logged the issue as PDFKITNET-9900 in our issue tracking system. Our team will be looking into the matter and you’ll be update via this forum as the issue is resolved.
We appreciate your patience.
Regards,