WE'VE MOVED!
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
Converting HTML to pdf format?

Does anyone know of a quick/cheap way to convert HTML docs to pdf`s? I am currently bringing screenshots into Illustrator, editing and exporting to pdf. This time-consuming and I`m not crazy about the results.
Also, how can I create a PDF doc that creates additional oages for longer documents. I`m using an old version of Illustrator (8.0) and to my knowledge, it won`t allow you to do this.
I`m trying to provide printable instructions - maybe there is even a better way to do this?
I would appreciate any suggestions!
Also, how can I create a PDF doc that creates additional oages for longer documents. I`m using an old version of Illustrator (8.0) and to my knowledge, it won`t allow you to do this.
I`m trying to provide printable instructions - maybe there is even a better way to do this?
I would appreciate any suggestions!
Sign In or Register to comment.
Comments
http://www.adobe.com/products/pdfprintengine/</A>
try this:
http://www.pdf995.com/</A>
97&rssToddF2007-8-24 14:38:43
PDF995 that Todd mentioned above is a good one!
I`m off to replace my very lame (and large) pdf file with the new one now!
Thanks again. It`s so great to have a place to come for help when you need it. Even these little things seem like huge problems when you`re clueless .
BTW, I read your post about the being a `big sister`! I didn`t have a recipe but I wanted to let you know how admirable I think that is. Please let us know how it goes with your `little sis`!!
BTW, I read your post about the being a `big sister`! I didn`t have a recipe but I wanted to let you know how admirable I think that is. Please let us know how it goes with your `little sis`!!
-roshelle
Dan- I will check OpenOffice out - sounds interesting! Of course, anything FREE is very interesting to me ;0)
InnerMonkey - Thanks! If I get sick of the ads, I`ll definately switch over. And who wouldn`t want a Cute PDF?! Gosh, now that I think of it, I`d probably buy alot more `Cute` things...what else do they have?! I`m a sucker for anything mini too...might be a girl thing
All the conversion can be done in a few lines for C# code:
// Create the PDF converter. Optionally you can specify the virtual browser // width as parameter. 1024 pixels is default, 0 means autodetect PdfConverter pdfConverter = new PdfConverter(); // set the license key pdfConverter.LicenseKey = "P38cBx6AWW7b9c81TjEGxnrazP+J7rOjs+9omJ3TUycauK+cLWdrITM5T59 hdW5r"; // set the converter options pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4; pdfConverter.PdfDocumentOptions.PdfCompressionLevel = PdfCompressionLevel.Normal; pdfConverter.PdfDocumentOptions.PdfPageOrientation = PDFPageOrientation.Portrait; pdfConverter.PdfDocumentOptions.ShowHeader = false; pdfConverter.PdfDocumentOptions.ShowFooter = false; // set to generate selectable pdf or a pdf with embedded image pdfConverter.PdfDocumentOptions.GenerateSelectablePdf = selectablePDF;
// Performs the conversion and get the pdf document bytes that you can further // save to a file or send as a browser response byte[] pdfBytes = pdfConverter.GetPdfFromUrlBytes(urlToConvert);
it. Even these little things assume like huge problems if you`re
clueless .