Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

itextsharp for 64 bit operating system

Tags:

c#

itext

I am developing an application using visual studio on a 64 bit Windows 7 OS . http://sourceforge.net/projects/itextsharp/ has a library for a 32 bit OS , but not a 64 bit .

Any suggestions on where could I find a 64 bit library ?

like image 616
HelloWorld_Always Avatar asked May 24 '26 01:05

HelloWorld_Always


1 Answers

I don't see a 64bit download either, but you can download the source and do a 64 bit build your self. Here is the url for getting the source: http://sourceforge.net/projects/itextsharp/develop

like image 92
Alex Mendez Avatar answered May 26 '26 13:05

Alex Mendez