I'm C# developer and i'd like to use this libraries: AcroPDFlib, AxAcroPDFLib
from Visual Studio COM References. Is it't legal to sell software which using these libraries ? I know that it's required to have installed Adobe Reader on PC.
Can I sell it without contact with Adobe ? It's not easy to find clear find clear information.
Best regards, Baton.
asked Jan 28 '13 at 19:54
AndrzejAndrzej
3121414
-
1
AcroPDFlib and AxAcroPDFLib are simply auto-generated wrappers that have no copyright attached. You are not selling anything that's owned by Adobe as long as you don't redistribute Adobe Reader. – Hans Passant Jan 28 '13 at 19:58
-
Thanks a lot for an answer ! – Andrzej Feb 16 '13 at 22:00
add a comment |
3 Answers 3
4
No it is not legal. The current license fee is:
One-time License Fee - $5,000
The following libraries are from Adobe and you need to get any license if you want to sell it commercial.
http://www.datalogics.com/products/pdfl
The following files are wrappers and there is no need of license of a wrapper:
AxInterop.AcroPDFLib.dll
Interop.AcroPDFLib.dll
But if you are downloading these both files from anywhere in the internet, it is not legal to sell it to your customers. The original files
AxInterop.AcroPDFLib.dll
Interop.AcroPDFLib.dll
Are needed and then, you need a license. Pay attention using http://wpfpdfviewer.codeplex.com/ for reading PDF files. It is not for free for commercial as it seems to be.
10.2k1264108
answered Nov 4 '13 at 13:26
NasenbaerNasenbaer
2,52794174
-
Can you write search extensions to Adobe Reader with this library? – Yoda Nov 9 '14 at 10:44
-
6
This doesn't make any sense. Wrapper names are the same as the original files and you say that first one don't need license and second ones do? – B.K. Feb 12 '15 at 23:06
add a comment |
3
@Piotr Knut is correct, you are free to distribute these libraries as long as the user has Reader or Acrobat installed.
When my development team encountered this thread we engaged our Vendor Management department for clarification directly from Adobe. The response from Adobe was
The complete list of the APIs are listed in the SDK documentation: http://help.adobe.com/en_US/acrobat/acrobat_dc_sdk/2015/HTMLHelp/#t=Acro12_MasterBook%2FAPI_References_SectionPage%2FAPI_References%2FAcrobat_API_Reference%2Findex.html You are free to use any of these to build the app.