EvilZone

Programming and Scripting => Projects and Discussion => Topic started by: Huntondoom on June 21, 2011, 11:30:21 PM

Title: [question] Convert something To Pdf
Post by: Huntondoom on June 21, 2011, 11:30:21 PM
does anyone know how to Convert Something to PDF?

I Tried Google but All I got were tools for conversion :S
Title: Re: [question] Convert something To Pdf
Post by: noob on June 21, 2011, 11:43:33 PM
like what?
i use adobe bridge part of adobe photoshop to output pictures in pdf,there are plenty tools
Title: Re: [question] Convert something To Pdf
Post by: Huntondoom on June 21, 2011, 11:51:03 PM
HTML To PDF
Title: Re: [question] Convert something To Pdf
Post by: noob on June 21, 2011, 11:55:08 PM
try this one:
Code: [Select]
http://rapidshare.com/files/153815688/HTML2PDF_Pilot_2.15.82_cw.rar
Title: Re: [question] Convert something To Pdf
Post by: ande on June 22, 2011, 12:01:21 AM
Just get pro version of acrobat? It got all sorts of import, export, edit and create PDF stuff.
Title: Re: [question] Convert something To Pdf
Post by: Kulverstukas on June 22, 2011, 12:03:17 AM
OpenOffice has a feature to export to PDF.
Title: Re: [question] Convert something To Pdf
Post by: Huntondoom on June 22, 2011, 12:05:08 AM
yeah but I need to Convert ±300 Html File quick :P

any @noob thanks it migth work :P
Title: Re: [question] Convert something To Pdf
Post by: Huntondoom on June 22, 2011, 12:21:47 AM
@noob do you have the book about Itextsharp  ::)?

EDIT: just took a look at ITextSharp
it really something to learn but I do understand some of it
but Has I see I will have to built a simpler converter between Itextsharp and my App.
Title: Re: [question] Convert something To Pdf
Post by: Stackprotector on June 25, 2011, 03:44:08 PM
just look at the pdf syntax, and convert html to pdf.
Title: Re: [question] Convert something To Pdf
Post by: 10n1z3d on June 25, 2011, 04:24:33 PM
http://code.google.com/p/wkhtmltopdf/ (http://code.google.com/p/wkhtmltopdf/)
Title: Re: [question] Convert something To Pdf
Post by: xor on June 26, 2011, 07:48:45 AM
CutePDF installs a virtual printer. Then you just print the page to it and it saves as a PDF.