I have an upcoming .NET project that would require conversion from image (bitmap) into .pdf and .eps format. We would prefer to use third party library tool to do this rather than spending the time to reinvent the wheel. Here is the basic requirement:
- Preferrably a pure .NET library (we might put this converter code in Silverlight application, which won't have access to unmanaged code).
- Ability to read the input and generate the output on the fly (in memory).
Any recommendation?
Thank you.