Page Title in IE

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v7)  /  Page Title in IE

DynamicPDF CoreSuite for .NET (v7) Forum

 Jun 20 2016 5:27 AM
Hi guys,

I'm using PDFGenerator version 7.0.3.40. I have an issue where all other browsers can show page title but not IE (it only shows domain name). Can someone help me here?
The code below works on chrome, ff, edge but not IE version 11.

MyDocument = New ceTe.DynamicPDF.Document
MyDocument.InitialPageZoom = PageZoom.FitWidth
MyDocument.Creator = "My Company"
MyDocument.Author = "PDF Generator"
MyDocument.Title = "Check In Report"
 Jun 20 2016 9:58 AM
Posted by a ceTe Software moderator
Hello,

Can you please send over the following details to support@cete.com so we can look into it further?

1.Output PDF (with which you are seeing this behavior).
2.Exact build number of the v7 DynamicPDF DLL file. You can get this information in DLL references properties (Description field) in Visual Studio.
3.Screenshots of IE 11, Chrome and FireFox browsers showing the PDF. 
4.Code and input PDFs (if any used for merging).

Thanks,
ceTe Software Support Team.
 Jun 22 2016 9:20 AM
Posted by a ceTe Software moderator
Hello,

The ASP page title and the PDF document title are not the same. Document.Title property sets the title of the PDF document in its metadata and sends the PDF byte array to the browser. The browser in turn uses a PDF viewer plugin to render the PDF. Whether the PDF title is used as the web page title or not is up to the browser. The DynamicPDF API does not have any control over the PDF once it is drawn and opened in the browser.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 10:55 AM.