473,324 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Converting HTML to PDF

Hi,

I have a fairly urgent requirement to generate PDF documents from within a
C# .NET component, based on generated HTML reports. These HTML reports
contain images and use CSS styles extensively. I need to incorporate proper
paging and section breaks into these PDF documents also.

I've googled this process and there seems to be a myriad of tools out there!
Instead of re-inventing the wheel I'd really appreciate any recommendations
from people that have done this. Basically what tools/products do you
recommend and why.

All info is greatly appreciated...

Thanks in advance,

Glenn.

Nov 19 '05 #1
6 1156
Perhaps this free PDF code will be of use to you:
http://www.ujihara.jp/iTextdotNET/en/index.html

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Glenn" <gw*****@evaluationsolutions.com> wrote in message
news:e1****************@TK2MSFTNGP11.phx.gbl...
Hi,

I have a fairly urgent requirement to generate PDF documents from within a
C# .NET component, based on generated HTML reports. These HTML reports
contain images and use CSS styles extensively. I need to incorporate
proper
paging and section breaks into these PDF documents also.

I've googled this process and there seems to be a myriad of tools out
there!
Instead of re-inventing the wheel I'd really appreciate any
recommendations
from people that have done this. Basically what tools/products do you
recommend and why.

All info is greatly appreciated...

Thanks in advance,

Glenn.

Nov 19 '05 #2
TJS
you may want to to consider ABCpdf by http://www.websuperGoo.com
"Glenn" <gw*****@evaluationsolutions.com> wrote in message
news:e1****************@TK2MSFTNGP11.phx.gbl...
Hi,

I have a fairly urgent requirement to generate PDF documents from within a
C# .NET component, based on generated HTML reports. These HTML reports
contain images and use CSS styles extensively. I need to incorporate
proper
paging and section breaks into these PDF documents also.

I've googled this process and there seems to be a myriad of tools out
there!
Instead of re-inventing the wheel I'd really appreciate any
recommendations
from people that have done this. Basically what tools/products do you
recommend and why.

All info is greatly appreciated...

Thanks in advance,

Glenn.

Nov 19 '05 #3
AFN
remember to check speed of converting each document if that is important to
you

"Glenn" <gw*****@evaluationsolutions.com> wrote in message
news:e1****************@TK2MSFTNGP11.phx.gbl...
Hi,

I have a fairly urgent requirement to generate PDF documents from within a
C# .NET component, based on generated HTML reports. These HTML reports
contain images and use CSS styles extensively. I need to incorporate proper paging and section breaks into these PDF documents also.

I've googled this process and there seems to be a myriad of tools out there! Instead of re-inventing the wheel I'd really appreciate any recommendations from people that have done this. Basically what tools/products do you
recommend and why.

All info is greatly appreciated...

Thanks in advance,

Glenn.

Nov 19 '05 #4
Have you used this product before?

"TJS" <no****@here.com> wrote in message
news:OC**************@TK2MSFTNGP10.phx.gbl...
you may want to to consider ABCpdf by http://www.websuperGoo.com
"Glenn" <gw*****@evaluationsolutions.com> wrote in message
news:e1****************@TK2MSFTNGP11.phx.gbl...
Hi,

I have a fairly urgent requirement to generate PDF documents from within a C# .NET component, based on generated HTML reports. These HTML reports
contain images and use CSS styles extensively. I need to incorporate
proper
paging and section breaks into these PDF documents also.

I've googled this process and there seems to be a myriad of tools out
there!
Instead of re-inventing the wheel I'd really appreciate any
recommendations
from people that have done this. Basically what tools/products do you
recommend and why.

All info is greatly appreciated...

Thanks in advance,

Glenn.


Nov 19 '05 #5
TJS
yes
Nov 19 '05 #6
TJS
yes, I use it now


"Glenn" <gw*****@evaluationsolutions.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Have you used this product before?

"TJS" <no****@here.com> wrote in message
news:OC**************@TK2MSFTNGP10.phx.gbl...
you may want to to consider ABCpdf by http://www.websuperGoo.com
"Glenn" <gw*****@evaluationsolutions.com> wrote in message
news:e1****************@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I have a fairly urgent requirement to generate PDF documents from
> within a > C# .NET component, based on generated HTML reports. These HTML reports
> contain images and use CSS styles extensively. I need to incorporate
> proper
> paging and section breaks into these PDF documents also.
>
> I've googled this process and there seems to be a myriad of tools out
> there!
> Instead of re-inventing the wheel I'd really appreciate any
> recommendations
> from people that have done this. Basically what tools/products do you
> recommend and why.
>
> All info is greatly appreciated...
>
> Thanks in advance,
>
> Glenn.
>
>
>



Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: nanookfan | last post by:
Hi all, I'm having a bizarre problem converting XML files to HTML using an XSLT. The problem is only occuring in my Netscape 7.0 browser. What makes it more bizarre is that it is only...
1
by: Donald Firesmith | last post by:
We are converting the OPEN Process Framework Repository (www.donald-firesmith.com) of over 1,100 free open source reusable process components for building development methods for...
20
by: Al Moritz | last post by:
Hi all, I was always told that the conversion of Word files to HTML as done by Word itself sucks - you get a lot of unnecessary code that can influence the design on web browsers other than...
29
by: Armand Karlsen | last post by:
I have a website ( http://www.zen62775.zen.co.uk ) that I made HTML 4.01 Transitional and CSS compliant, and I'm thinking of converting it into XHTML to learn a little about it. Which XHTML variant...
2
by: mike | last post by:
regards: I follow the following steps to converting from HTML to XHTML http://webpageworkshop.co.uk/main/xhtml_converting My parser is http://htmlparser.sourceforge.net/ Xhtml version is 1.0...
8
by: prabha | last post by:
Hello Everybody, I have to conert the word doc to multiple html files,according to the templates in the word doc. I had converted the word to xml.Also through Exsl ,had finished the multiple...
2
by: Asbjørn Ulsberg | last post by:
Hi. I'm trying to convert Brady Hegberg's great RTF2HTML VB 6.0 module to C#. I've managed to convert the VB code to VB.NET, which gave me the following code: Option Strict On Option...
2
by: Ben Amada | last post by:
Hello, A partner is going to be creating some HTML files that I plan on converting to user controls (UC) and dynamically load at runtime. I'm guessing Visual Studio doesn't come with some...
9
by: anupamjain | last post by:
Hi, After 2 weeks of search/hit-and-trial I finally thought to revert to the group to find solution to my problem.(something I should have done much earlier) This is the deal : On a JSP...
7
by: Tor Aadnevik | last post by:
Hi, I have a problem converting values from Single to double. eg. When the Single value 12.19 is converted to double, the result is 12.1899995803833. Anyone know how to avoid this? Regards...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.