Tagged Questions
0
votes
1answer
45 views
How to implement “--print-media-type” with c#?
I am currently using wkhtmltopdf with c# to download my webpage as PDF format. However, I want the generated PDF shown to be using "print.css".
Additional Details:
I am using microsoft visual ...
0
votes
1answer
57 views
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 ...
0
votes
0answers
83 views
Images in HTML not displaying in PDF in WKHTMLTOPDF
Hi am using Wkhtmltopdf to create PDF from Html page using c#, Asp.net. PDF are created smoothly, but when I add images to HTML it does not get displayed on PDF.
<div id="Image" class="right" ...
0
votes
1answer
110 views
Image display in HTML but not in PDF using WKHTMLTOPDF
Hi am using Wkhtmltopdf to create PDF from Html page using c#, Asp.net.
PDF are created smoothly, but when I add images to HTML it does not get displayed on PDF.
public static string ...
0
votes
0answers
101 views
Unable to convert HTML to PDF in IE10 using wkhtmltopdf
I want to convert HTML to PDF using wkhtmltopdf.exe.
The following code works fine in Firefox, but IE 10 says could not be load.
protected void btnpdf_Click(object sender, EventArgs e)
{
string ...
0
votes
3answers
193 views
Producing Arabic PDF using wkhtmltopdf
I have issues when producing Arabic PDFs using wkhtmltopdf and C#.
below is my code as a sample
string HTML = "مرحبا";
Encoding utf = Encoding.GetEncoding("UTF-8");
...
0
votes
0answers
500 views
Pechkin HTML to PDF that includes a link to an extensionless PNG
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 ...
2
votes
1answer
99 views
HtmltoPDF 64 bit version dlls
I found this wkhtmltopdf project to convert html to pdf. But I am unable to locate the 64 bit dlls for Windows. Can some one point me where to find the 64 bit dlls for wkhtmltopdf
6
votes
2answers
322 views
Memory limit for running external executables within Asp.net
I am using WkhtmltoPdf in my C# web application running in .NET 4.0 to generate PDFs from HTML files. In general everything works fine except when the size of the HTML file is below 250KB. Once the ...
2
votes
1answer
270 views
Converting HTML to PDF exact replica not shown
I am doing an R&D for converting HTML to PDF.
We have created a page in Asp.net and has placed a CKEditor on it with simple options of selecting Fonts, Font Size, Bond, Italic etc. There is two ...
0
votes
1answer
612 views
Path issue with wkhtmltopdf.exe to convert HTML file to PDF
I am using wkhtmltopdf to convert HTML file into PDF document on a link Button
http://code.google.com/p/wkhtmltopdf/
When User Click on a link Button it runs the following code as shown below code in ...
1
vote
0answers
326 views
how do i use wkhtmltopdf (the dll version) asp.net?
I've downloded the wkhtmltox0.dll from here http://code.google.com/p/wkhtmltopdf/downloads/list . I am working in asp.net and i can't find any example of how to
use it!
All i found were examples of ...
2
votes
1answer
375 views
Using wkhtmltopdf inside asp.net mvc takes a long time to start
I'm using wkhtmltopdf to download a page and create a pdf, as explaind in here. It all works as expected, but when it reaches the following line:
int read = ...
2
votes
1answer
420 views
wkhtmltopdf.exe System.Security.SecurityException on cloud web server. How can i override server security policy
I Wanted to have a feature for website which can print the page contents as PDF, I tried few option for this but best match was wkhtmltopdf as it also handle multilingual characters.
I got it ...
0
votes
1answer
357 views
wkhtmltopdf.exe get executed in a loop abou 100 or more times in ASP.Net web form
I am trying to print an HTML page as PDF, I use wkhtmltopdf.exe for conversion similar code works on test page on button click even but when i use the following code on a Print.aspx page it gets in to ...
0
votes
1answer
224 views
I made wkhtmltopdf to work on my local machine using ASP.NET, Is my code safe to run on server
Code convert the current HTML page into PDF and show it to the user. I have never worked with wkhtmltopdf before and i am more concerned security, is it safe to run on the server and what should i do ...
5
votes
2answers
1k views
Emulate ASP.NET authentication cookie
I maintain an ASP.NET MVC website that uses
FormsAuthentication.SetAuthCookie(userName, createPersistentCookie);
to sign users in (they end up with a cookie named .ASPXAUTH).
The client wants me ...
3
votes
2answers
4k views
Create pdf with wkhtmltopdf and rendering javascript
I'm attempting to create a PDF of a javascript chart that I have in a model window (my chart is a combination of javascript and css in an .aspx view). The only thing in the rendered PDF file is the ...
1
vote
1answer
342 views
WkHtmlToXSharp crush when using multi threading
I'm trying to change multiple HTML files to PDF using WkHtmlToXSharp.
The problem is , when I put 1 file in folder , all works fine.
When I try putting number of files , the application just crush and ...
4
votes
1answer
1k views
Making Windows Authentication and WKHTMLToPDF play nice
I'm faced with the task of generating a PDF from an HTML page on an ASP.NET website. (Something the users can save away/print nicely)
I've found that WKHTMLToPDF does the job very well having looked ...
2
votes
1answer
1k views
How to use wkhtmltopdf in ASP.Net page that requires users to be logged in
I have created a simple ASP.Net page to create self printable tickets so non-technical people can change the text and layout of a ticket. Obviously the user has to be logged in to be able to print ...
9
votes
2answers
4k views
how to pass html as a string using wkhtmltopdf?
how to pass html as a string instead of url in wkhtmltopdf using asp.net, c#?
4
votes
1answer
2k views
wkhtmltopdf Log in to asp.net web app
Having a problem with wkhtmltopdf. I'm using it to take pdf snapshots of pages on a website that has a username/password page. When the .exe runs, I end up with a snapshot of the login page (running ...
2
votes
4answers
4k views
wkhtmltopdf - convert html code to pdf directly in C#
I know this tool looks up on a url and converts the repsponse to pdf.
How do I convert a
<html> content.. </html>
into a pdf?
I was looking at the help files on wkhtml2pdf and looks ...
12
votes
6answers
17k views
How to use wkhtmltopdf.exe in ASP.net
After 10 hours and trying 4 other HTML to PDF tools I'm about ready to explode.
wkhtmltopdf sounds like an excellent solution...the problem is that I can't execute a process with enough permissions ...

