Open Soundhiraraj opened 6 years ago
I am also facing the same issue. Could someone help to get it resolve. Thanks in advance
Hi,
I have used TuesPeckin DLL file to over come this issue.
Thanks, Soundhiraraj.k
On Wed, 20 Nov 2019, 6:07 pm pandeyvishal1986, notifications@github.com wrote:
I am also facing the same issue. Could someone help to get it resolve. Thanks in advance
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gmanny/Pechkin/issues/100?email_source=notifications&email_token=AIJPDRSXEJMDMXRTUZFSH6LQUUVSLA5CNFSM4FPJ66M2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEER2Y3A#issuecomment-555986028, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJPDRQEWKJNVN6TSQP65ELQUUVSLANCNFSM4FPJ66MQ .
This pattern is not resolving in view when complete html is passed to pechkin when working with https:
protocal. In http:
all works as expected.
@Styles.Render(Url.AbsoluteUrl("Content/themes/base/css"))
@Styles.Render(Url.AbsoluteUrl("Content/themes/css"))
@Scripts.Render(Url.AbsoluteUrl("Scripts/library"))
@Scripts.Render(Url.AbsoluteUrl("Scripts/Common"))
I am Using Pechkin dll in c# to convert HTML file to PDF file. converted PDF file has Style issue only when application runs with HTTPs protocol but it works well in HTTP protocol. could you help me?