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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating PDF's

Status
Not open for further replies.

NatGreen

Programmer
Apr 19, 2002
90
US
Currently I am working on creating PDF files. Does anyone know of any good articles and/or books on XML > PDF: XSL-FO?

Thanks.
NatGreen
 
Hey Nat,

We actually just finsihed a small project on this. Unfortunately, we had to use a Java program to accomplish this (and I only heard from the two developers who accomplished this).

Monday's a holiday up here in Canada, so Tuesday I can ask them how they pulled it off and let you know.

Jack
 
Is this creating PDF's on-the-fly? coz i need to do that. user clicks on a press release and this gets converted to a pdf from a .doc on-the-fly and presented to the web brower. _______________
Stretchy [Pipe]
 
activePDF is the only solution I have found that creates .pdf's on the fly from existing pages. Works very well with ASP classic. .NET support is coming soon they say. For now, to use it with .NET takes a bit of massaging. What I do is use the system.net namespace utilities to scrape the content from the screen, put the html source into a datafield in sql server and then transfer control to an asp classic page, which reads from that field, creates the pdf, and serves it to the user.

It's pretty expensive, though. Plan to spend about $1000 US if you want it.
penny1.gif
penny1.gif
 
Hey guys,

Here's a link to the software we used for the pdf transformations:


It's FREE, but it does have a slight learning curve. Once you get going with it though, it kicks @$$.

Jack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top