4

I am using PDFLibNet.dll (got here: http://www.codeproject.com/KB/applications/PDFViewerControl.aspx?msg=3154388 ) am not sure whether I can use it for commercial purpose (Licence) ?

Any help is much appreciated.

Dark Knight
  • 3,507
  • 8
  • 35
  • 44

1 Answers1

6

You're not going to get a definitive legal statement from anyone here. But -

Unfortunately that code uses lots of extra libraries that all have separate licences. From a quick glance you've got

So you'd need to buy commercial licences for a couple of components unless you're willing to release your source. Depending on how you're using the library you may be able to remove those components instead, though.

Rup
  • 33,765
  • 9
  • 83
  • 112
  • thanks for reply...I am using only PDFLibnet.dll (not other components),I am not finding Licence of that.Help me plz – Dark Knight Jun 30 '11 at 10:31
  • Ah sorry, I thought that CodeProject page was PDFLibNet. It looks like PDFLibNet is [this project on Google Code](http://code.google.com/p/pdfviewer-win32/), which is licensed under the Perl Artistic licence (OK for commercial) but it's a wrapper for either XPDF or MuPDF which are themselves GPLed. You're OK using PDFLibNet itself but you'd need to obtain a commercial licence for whichever of XPDF or MuPDF it uses under the covers. – Rup Jun 30 '11 at 10:39
  • @ Rup:"obtain a commercial licence for whichever of XPDF or MuPDF it uses under the covers" what you mean by that?...am not using any XPDF or MuPDF – Dark Knight Jun 30 '11 at 10:46
  • If PDFLibNet is that project I linked to then the (Spanish) description says "PDF files free viewer library based on xpdf. Support MuPDF as renderer." so by including PDFLibNet you may well be including XPDF. You could try emailing the two developer addresses on that page - they could tell you for definite. – Rup Jun 30 '11 at 10:53