Tagged Questions
The html-to-pdf tag has no wiki summary.
9
votes
4answers
6k views
ITextSharp HTML to PDF?
I posted a question here a few weeks ago asking about an alternative to creating .fdf files to fill in pdf documents and someone here pointed me to ITextSharp.
It's working like a champ so thanks for ...
5
votes
3answers
600 views
.NET version or port of Flying Saucer
Is there any open source .NET project (or port) similar to the Flying Saucer project which renders HTML to PDF using iText?
3
votes
2answers
309 views
TCPDF weird issue in cakephp
I am having formatting issue with pdf generation with tcpdf in cakphp.
It dosen't showing the exact table & div structure as there in HTML.
Does anyone know the solution for it?
Thanks in ...
2
votes
2answers
290 views
How Do I convert HTML to PDF with hot links in outputted PDF with ASP(.NET)? Preferably with ActivePDF WebGrabber
My company purchased ActivePDF WebGrabber a couple of years ago to convert a classic ASP created HTML page into a PDF form. The only drawback with the tool that we continually run into is that the ...
2
votes
3answers
2k views
Absolute position when converting HTML to PDF with iTextSharp
I am using iTextSharp to convert HTML to PDF and it doesn't seem to work with absolutely positioned elements. For example I have this HTML file:
<html>
<body>
<p style="position: ...
1
vote
2answers
113 views
Rendering ASP.NET MVC ViewResult HTML as image without third party components
is there a way to render ViewResult or PartialViewResult as an image?
I have tried to get ViewResult as string and I got a string containing html as it should be, but I need to render that html to ...
1
vote
2answers
142 views
No change in font face in html to pdf generation using iTextSharp
I'm using a HTML Rich-Text Editor to help me create a template for dynamic PDF reports, and it's working fine except that it doesn't change the font-face.
This editor is using the font tag instead of ...
1
vote
1answer
198 views
wkhtmltopdf vs fpdf and questions regarding use and performance (HTML to PDF)
I have not been able to find answers to my questions on the several posts about the same topic, that is why I will be asking more specific questions here.
My questions are about wkhtmltopdf and fpdf. ...
1
vote
3answers
280 views
Html to pdf asp.net mvc
I am trying to find a library/tool that would allow me to generate PDF from MVC views.
Any ideas, suggestions?
Regards
1
vote
1answer
982 views
Error converting HTML text to a pdf file using itextsharp in asp.net
I am using the following code to convert contents in Editor(Ajax control) to pdf,
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.IO;
using ...
1
vote
1answer
103 views
Converting HTML Files into a PDF
I have a website that displays product information that the client wishes to offer as pdf format. I need a way to dynamically convert a particular HTML page into a PDF, does anybody know of a way to ...
1
vote
4answers
193 views
conversion of html to pdf in python
I need to convert HTML documents into PDF format. Can u help me?
1
vote
3answers
889 views
ASP.NET - PDF Component in Medium Trust
Can anyone recommend some ASP.NET-compatible PDF Components that work in a medium trust environment? I read that ITextSharp works well, but coming from ABCPdf and ASPPdf, the thought of compiling the ...
0
votes
0answers
20 views
OpenOffice truncates td when converting html to pdf
I posted this as a bug in openoffice, but figured it wouldn't hurt to post here also: https://issues.apache.org/ooo/show_bug.cgi?id=118797
I need to use openoffice to convert html emails into pdfs. ...
0
votes
1answer
40 views
wkhtmktopdf on shared hosting does not return any data…?
Hi friends currently i m working on a small business project.
for this project i need to convert my dynamic html page into a PDF file..
I googled for html to pdf and found wkhtml...
in my ...
0
votes
1answer
75 views
Enforce charset for decoding html in QT webkit
I use qt web kit api to convert html files to pdf.
The problem that I am facing is of character corruption of south east asian characters.
Right now I am manually setting the character set for the ...
0
votes
1answer
389 views
iTextSharp MVC View to PDF
I'm having a little trouble with my TextReader when trying to parse the html string I want to convert to PDF when using iTextSharp.
Function ViewDeliveryNote(ByVal id As Integer) As FileStreamResult
...
0
votes
1answer
93 views
Using htmltopdf want pdf in greek language
I am having hard time trying to generate PDF files containing Greek letters using htmltopdf.
English letters appear in results but not the Greek ones. Searching for the problem, I think it might be ...
0
votes
1answer
364 views
Image not displaying in pdf generated by wkhtmltoxsharp wrapper for wkhtmltopdf
I am using the WkHtmlToXSharp wrapper for wkhtmltopdf converter. Text in the supplied html is successfully displayed in the generated pdf. But images are not showing. Then I changed the relative image ...
0
votes
0answers
240 views
Self contained PHP script to convert HTML to PDF
Does anyone know of a self-contained PHP script/library that converts HTML to PDF? By "self-contained" I mean that the PHP script/library should require no modifications to the server, such as ...
0
votes
1answer
629 views
DOMPDF PDF file fails to open in Adobe when using basic HTML tags
I am trying to generate some VERY simple PDFs based on some simple HTML output. My basic structure of expected output is:
Category Name 1
[Product Image 1] Product Name 1
[Product Image 2] Product ...
0
votes
1answer
167 views
Problem in picture overlapping when I convert HTML page to PDF
I want to overlap pictures, but it is not working and I need some help.
Here's the link to the page I'd like to convert:
http://9m9.com/innovative/sample/two.html
I want to convert this page to a ...
0
votes
3answers
1k views
PHP convertor Html(css) to Pdf?
Duplicate: Convert HTML + CSS to PDF with PHP?
I am looking php based library for HTML->PDF convertor, for report generation in my application. By far I found one, and it seems good, but has some ...
0
votes
5answers
852 views
FOSS HTML to PDF in Python, .Net or command line?
I have google as much as I possible, checked stackoverflow several times, and yet I can not find a good html to pdf converter that can handle css. Is there a free and open source solution (even for ...