up vote 0 down vote favorite
share [g+] share [fb]

I have multiple logos of various companies in various formats that needs to be added to other PDFs. The format of these logos is not specified at the moment but it could be locked down to only certain formats if it causes issues.

These other PDFs will be mostly posters and will be printed off by the user.

Question: What is the best way for adding these logo's onto the PDF poster artwork on the fly to then be downloaded and printed by the user? Bareing in mind it needs to retain the original quality of the PDF when being printed.

Thanks in advance

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

See at my answer to a similar question. In short, I've used itextsharp to add watermark(s) to an existing PDF.

link|improve this answer
feedback

PDFSharp is a free library that can do this. These watermarking examples should help you get started.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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