Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using ASP to create PDF Documents from HTM files

Status
Not open for further replies.

Lenvdb

Programmer
Jun 21, 2002
81
GB
Heya All!
I have searched this site and a few others and not found what I am looking for.
I have a scenario where I get .HTM files. These must now be converted into PDF files. So far I have ADOBE Acrobat (Full version) install. This comes with PDFWriter and Distiller COM Objects and Reference Libraries, but the sample code is not very useful. I do not have a Postscript generator. I need to convert .htm into .pdf documents. It seems a fairly small and simple task, but judging the forums and threads I saw, I have to conclude this is a terribly difficult task.

Is there anyone who can help me with some samplecode for ASP or VB and to show me what my approach for doing this should be?

Thanks
Len
 
I had to convert htm files(mostly text) int PDF documents and found a way to do so.

Len
 
This is my current problem too.
Were you able to find solution to this?
 
Yes I did find a solution.
I downloaded some free component - ActiveX DLL that was free, and used the methods in there with great success.

It was quite a long time ago and would need to go and look up the documentation on this when I get home...


Sorry
Len
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top