gmanny / Pechkin

.NET Wrapper for WkHtmlToPdf static DLL. Allows you to utilize full power of the library.
401 stars 128 forks source link

Pechkin dll (htmltopdf conversion) style issue with https protocol #100

Open Soundhiraraj opened 6 years ago

Soundhiraraj commented 6 years ago

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?

vishalpandeyknp commented 4 years ago

I am also facing the same issue. Could someone help to get it resolve. Thanks in advance

Soundhiraraj commented 4 years ago

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 .

vishalpandeyknp commented 4 years ago

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"))