tags:

views:

36

answers:

1

Hi guys,

I am trying to build my own webapplication and searching a PDF libary which allows me to loads file (e.g. pdf / word document) as template and add more lines / replace placeholders.

I have my company styled word document and want to use it, not to build new, because I think it's a lot of work to do there.

Any ideas?

+1  A: 

Your best choice without resorting to the Adobe Acrobat API is iTextSharp.

There are 2 very important reasons to not use Adobe Acrobat.

  1. It is not thread safe at all.
  2. It is ridiculously slow!
ChaosPandion
No problem with trusting you, but can you discribe why?
Kovu