views:

2320

answers:

6

I am looking for the bare minimum in PDF creation here. I need to specify fonts, and embed a few images, nothing fancy.

+4  A: 

ItextSharp looks good, but is there something smaller available? I don't need so many features.

Ola Eldøy
+1  A: 

If you really need something small, why not craft yourself your own PDF library ? The PDF Reference are availables online freely, and it's not that hard to write pdf's, it's really just a funny looking text file.

mat
The sheer size of the PDF Reference is certainly daunting, but you're right. Writing a small PDF library with a very limited scope shouldn't be that hard.
Ola Eldøy
"Writing a small PDF library with a very limited scope shouldn't be that hard." - famous last words.
Patrick Klug
A: 

ASPPDFlib.dll from Persist Software.Its very easy to use. Also, when you download, it gives you a help/guide manual along with several examples on how to implement.

http://www.asppdf.com/download.html

Samiksha
It's not open source, as far as I can see...
Ola Eldøy
A: 

Specifying fonts (outside the standard ones) and handling images is fancy in pdf. I've written my own (simple) pdf library once, and switched to a large existing one for those. You might notice that lots of libraries still do not support OpenType.

LibHaru is smaller. It's just c.

Stephan Eggermont
+2  A: 

more importantly, why after x years do M$ still not support PDF in dotnet ?!?

crazy that dotnet should fail so badly.

dave
Because it's a competing product. Microsoft's answer is the OpenXPS format. http://en.wikipedia.org/wiki/Comparison_of_OpenXPS_and_PDF
AlexanderN
A: 

This guy is still in alpha, but it may have some of the code you are looking for or you could help out..

http://www.stefanochizzolini.it/en/projects/clown/index.html

ps: don't let the name of the project change your opinion

AlexanderN