pechkin

Pechkin HTML to PDF that includes a link to an extensionless PNG

核能气质少年 提交于 2021-02-07 08:23:14
问题 I'm trying to convert an HTML string to PDF using Pechkin Synchronised (WkHtmlToPDF). Everything works perfectly apart from one (deal breaking) part. As part of the HTML string I have an Image tag that references a dynamically generated PNG file over SSL (See below for code). It simply appears as a blank box in the output pdf. I've checked the docs and turned on every option I can think of and have seen references to WkHtmlToPDF being able to support PNG format and pull data from SSL'd

Pechkin HTML to PDF that includes a link to an extensionless PNG

血红的双手。 提交于 2021-02-07 08:20:16
问题 I'm trying to convert an HTML string to PDF using Pechkin Synchronised (WkHtmlToPDF). Everything works perfectly apart from one (deal breaking) part. As part of the HTML string I have an Image tag that references a dynamically generated PNG file over SSL (See below for code). It simply appears as a blank box in the output pdf. I've checked the docs and turned on every option I can think of and have seen references to WkHtmlToPDF being able to support PNG format and pull data from SSL'd

Pechkin HTML to PDF that includes a link to an extensionless PNG

ⅰ亾dé卋堺 提交于 2021-02-07 08:20:01
问题 I'm trying to convert an HTML string to PDF using Pechkin Synchronised (WkHtmlToPDF). Everything works perfectly apart from one (deal breaking) part. As part of the HTML string I have an Image tag that references a dynamically generated PNG file over SSL (See below for code). It simply appears as a blank box in the output pdf. I've checked the docs and turned on every option I can think of and have seen references to WkHtmlToPDF being able to support PNG format and pull data from SSL'd

Pechkin with Windows Azure

孤人 提交于 2019-12-06 13:47:59
问题 I'm getting this error whenever I try to debug the Azure project from Visual Studio. I checked on my original site project file the Platform Target and project's and every dependence as well are using "Any CPU". Not really sure what to do from here. Could not load file or assembly 'Pechkin' or one of its dependencies. 回答1: Are you running 32 bit allowed? Lots of docs out there talk about this being a limitation. mark as the answer please if that is the problem. There are solutions as well.

Pechkin documentation / tutorial

两盒软妹~` 提交于 2019-12-05 08:04:29
问题 I tried wkhtmltopdf which worked perfectly... But on the server I cant start a process so my solution would be this: https://github.com/gmanny/Pechkin But I have no idea how to implement it in my project... Are there any samples I can just open and run? I had a look at this example: byte[] pdfBuf = new SimplePechkin(new GlobalConfig()).Convert("<html><body><h1>Hello world!</h1></body></html>"); // create global configuration object GlobalConfig gc = new GlobalConfig(); // set it up using

Pechkin with Windows Azure

☆樱花仙子☆ 提交于 2019-12-04 18:53:44
I'm getting this error whenever I try to debug the Azure project from Visual Studio. I checked on my original site project file the Platform Target and project's and every dependence as well are using "Any CPU". Not really sure what to do from here. Could not load file or assembly 'Pechkin' or one of its dependencies. Are you running 32 bit allowed? Lots of docs out there talk about this being a limitation. mark as the answer please if that is the problem. There are solutions as well. apparently a guy did a fork called tuesPechkin with 64 bit versions. It's not possible to get wkhtmltopdf

TuesPechkin unable to load DLL 'wkhtmltox.dll'

人走茶凉 提交于 2019-11-29 13:18:32
I've been using TuesPechkin for some time now and today I went to update the nuget package to the new version 2.0.0+ and noticed that Factory.Create() no longer resolved, so I went to read on the GitHub the changes made and noticed it now expects the path to the dll? IConverter converter = new ThreadSafeConverter( new PdfToolset( new StaticDeployment(DLL_FOLDER_PATH))); For the past few hours I've tried almost all the paths I can think of, "\bin", "\app_data", "\app_start", etc and I can't seem to find or figure out what it wants for the path and what dll? I can see the TuesPechkin dll in my

TuesPechkin unable to load DLL 'wkhtmltox.dll'

女生的网名这么多〃 提交于 2019-11-28 07:13:51
问题 I've been using TuesPechkin for some time now and today I went to update the nuget package to the new version 2.0.0+ and noticed that Factory.Create() no longer resolved, so I went to read on the GitHub the changes made and noticed it now expects the path to the dll? IConverter converter = new ThreadSafeConverter( new PdfToolset( new StaticDeployment(DLL_FOLDER_PATH))); For the past few hours I've tried almost all the paths I can think of, "\bin", "\app_data", "\app_start", etc and I can't