vote up 0 vote down star
1

All of our correspondence is done via database mail in sql server. The data for document generation and the rules to trigger the generation are all on sql server. We now have to create a pdf file. I was planning on using pdfsharp/migradoc to do it, but then we'd have to create document and time its readiness with sql server data state and mail state. It'd be nice if the db could handle everything.

Has anyone created pdf files directly in sql server? And if so, how.

flag

Can you use Common Language Runtime (CLR)? – GuinnessFan Sep 14 at 17:36

2 Answers

vote up 2 vote down

take a look here: Create data driven PDF on the fly by using SQL server reporting service (SSRS)

link|flag
vote up 1 vote down

I've not used it, but there is SQL2PDF stored proc. It uses sp_OA% code.

Google search

Blog article and duplicated on SQL Server Central (needs login)

SQL isn't the best place to do this of course, but if you have to I'd use CLR if possible.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.