Developer forum

Forum » Feature requests » PDF Udskrift på IIS ekspress

PDF Udskrift på IIS ekspress

Søren Heide Larsen
Søren Heide Larsen
Reply

Hej,

Det kunne være fedt hvis i kunne gøre sådan at PDF udskrift er supporteret på IIS ekspress, altså andet end port 80.

Det i skal gøre for at supportere dette er er rette linje 719 i PageView.vb til følgende:

Dim pdf As New Pdf(String.Format("{0}://{1}:{2}/Admin/Public/PDFCache/PDFCache.aspx?pdfKey={3}", Dynamicweb.Context.Current.Request.Url.Scheme, Dynamicweb.Context.Current.Request.Url.Host, Dynamicweb.Context.Current.Request.Url.Port, pdfKey), Dynamicweb.Context.Current.Request.GetBoolean("landscape"), Dynamicweb.Context.Current.Request.GetBoolean("letter"), Dynamicweb.Context.Current.Request.GetInt32("leftRightMargin"), Dynamicweb.Context.Current.Request.GetInt32("topBottomMargin"), pageSize)

 


Replies

 
Nicolai Pedersen
Reply

Hi Søren

I cannot understand a word of what you write in that weird language :-).

Sent this to an English Speaking developer to get fixed - hop he gets it right, Lol.

Have a nice weekend!

BR Nicolai

 
Oleg Rodionov
Reply

Hi all,

New TFS 30766 has been created to implement the feature on DW 8.9.2 and up, thanks.

BR, Oleg QA