How to add pdfsharp lib in C#
Posted
by Royson
on Stack Overflow
See other posts from Stack Overflow
or by Royson
Published on 2009-12-02T09:41:07Z
Indexed on
2010/05/16
18:40 UTC
Read the original article
Hit count: 493
i am new to C#.net,i had downloaded pdfsharp lib. but how to add those lib in our project. My project is create a pdf file.Plz provide me step/step instruction. After unziping it has 32 folders. i tried by coping it in my pro folder. but same error come.
"The type or namespace name 'PdfSharp' could not be found (are you missing a using directive or an assembly reference?)"
© Stack Overflow or respective owner