Questions tagged [pechkin]

Pechkin is a .NET Wrapper for WkHtmlToPdf DLL, a library that uses the WebKit engine to convert HTML pages to PDF.

Pechkin is a .NET Wrapper for WkHtmlToPdf DLL, a library that uses the WebKit engine to convert HTML pages to PDF.

Pechkin is available in NuGet repo: in most cases you should use SynchronizedPechkin as it protects multithreaded code from crashing the lib. But for simple usage from one thread, you can use SimplePechkin directly.

39 questions
0
votes
1 answer

Pdf is not generated on share hosting hostgator

All I have used a'lot of libraries to generate Pdf from html on Asp.net C#. It works fine on local hosting. but generate security issue when upload on shared hosting. In ItextSharp pdf generation tool this issue is resolved by updating the assembly…
Muhammad zubair
  • 291
  • 2
  • 6
  • 20
0
votes
1 answer

System.Security.SecurityException: Pechkin html to pdf generator throws security exception on shared hosting

I'm using Pechkin HTML to PDF generator. It works fine on local server, but throws an exception on shared hosting company. https://github.com/tuespetre/Pechkin Security Exception: Description: The application attempted to perform an operation not…
Muhammad zubair
  • 291
  • 2
  • 6
  • 20
0
votes
3 answers

Pechkin lib throws a TypeLoadException

I've tried many examples that use Pechkin and Pechkin.Synchronized but can't get it to run, because all the times, I get the following error. An unhandled exception of type 'System.TypeLoadException' occurred in mscorlib.dll Additional…
Vikrant
  • 253
  • 4
  • 15
0
votes
1 answer

create table of contents with Pechkin html to pdf

I'm currently working with the Pechkin library for creating pdf-files based on html. It all works great. But I want to add one thing, a table of contents (TOC). But I can't get this working. With only wkhtmltopdf it's easy to do: wkhtmltopdf toc…
Vincent Hogendoorn
  • 700
  • 1
  • 7
  • 23
0
votes
1 answer

Pechkin on DotNetNuke 7

i have tried to install wkhtmltopdf with Pechkin as dll in the DNN "bin" folder. But when i upload the pechkin.dll DNN crashes. I tried to upload the System.Drawing and System.Net dlls because i hope this was only a reference error. But nothing…
Tiega
  • 387
  • 4
  • 16
0
votes
1 answer

Ajax chart not rendering in Pdf Using pechkin asp.net c#

i have been using Pechkin (wkhtml wrapper for c#) to create pdf reports in my project and its working fine except i cant render any ajax chart(pie, bar, bubble or anything) in my created pdf, i have also tried rederdelay property but it didnt help…
Alok
  • 808
  • 13
  • 40
0
votes
3 answers

Pechkin documentation / tutorial

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…
user1518729
  • 19
  • 1
  • 1
  • 3
-1
votes
1 answer

Pechkin dll (htmltopdf conversion) style issue with https protocol

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 anyone help me?
soundhiraraj
  • 323
  • 1
  • 9
-1
votes
1 answer

Images disappeared in PDF made by Pechkin.Synchronized

I wrote some code for making PDF from HTML with pechkin and pechkin.synchronized. It will work very well at first time. Since second time, images are disappeared in pdf. Other [html to pdf]s are too. First pdf is right. Other pdfs are not. At the…
1 2
3