TwelvestoneBack End

ASP to PDF?


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
Suzy
 
2010-01-22

Hi, Does anyone know of the best way to have ASP reading information from a database and then exporting it to a PDF at all please? I am using a web hosting solution where I presume I will not be allowed to ask them to install anything. Thanks, Suzy k

DontBogartMe
 
2010-01-22

they won't even let you ask? Damn that's strict k

If you can't install anything I think you're doomed, unless there's some website out there that'll do it on the fly for you.

poliguin
 
2010-01-23

you'll need a third party tool to do it. Either that or you can export it out to XML doc to be read in by open office and then save as PDF from there. Naturally you'll probably loose some print layout stuff you may have been trying to preserve.

Suzy
 
2010-01-23

Thanks guys k

Can anyone recommend a third party tool please? They have budget so cost doesn't really matter but I need to create an ASP that queries the database but then outputs the results as a PDF for the user to view and save.

scudsucker
 
2010-01-25

The rather cleverly named AspPDF component from Persists does the job and is not hard to use for simple applications.

But - be aware that this is no fun whatsoever to work with if you require any serious formatting.

There are two ways to do it, either by constructing a very limited HTML page in the PDF object; or by converting an existing HTML page (which can be dynamic) to PDF.

I spent several days using this and almost got fired for the language I produced!

Suzy
 
2010-01-25

Cheers scudsucker, but doesn't that one require being installed on the server? Because they are using shared web hosting I cannot install anything on it :(

scudsucker
 
2010-01-25

To the best of my knowledge, you won't be able to do it without a component installed on the server.

You might get luck and find a site that does it (paid service) so you post your data to them and they return a PDF.

But first.. see if the hosts already have any form of PDF componant you can use.

Suzy
 
2010-01-25

Originally posted by: scudsucker To the best of my knowledge, you won't be able to do it without a component installed on the server.

You might get luck and find a site that does it (paid service) so you post your data to them and they return a PDF.

But first.. see if the hosts already have any form of PDF componant you can use.

Yeah, I emailed the hosts and they don't unfortunately.

jamiec
 
2010-01-26

Hows about this one Suzy

http://www.htm2pdf.co.uk/Default.aspx

Suzy
 
2010-01-27

Cheers Jamie k I found the right search words to put into Google at last too so found a few others I can try. Thanks again

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneBack End

ASP to PDF?