A
Allan Ebdrup
I would like to have a class library in dotNet, where I have an in-memory
bytestream of a pdf file and I want to convert it to a string (extract the
text from the file).
A method like this in C#:
public string Pdf2Text(byte[] pdfFile){ ... }
Is this something you can provide or do you know any place where I can buy a
class library with this kind of functionality?
I don't want to have to save the pdf to a file.
Kind Regards,
Allan Ebdrup,
Software Architect,
OFiR
bytestream of a pdf file and I want to convert it to a string (extract the
text from the file).
A method like this in C#:
public string Pdf2Text(byte[] pdfFile){ ... }
Is this something you can provide or do you know any place where I can buy a
class library with this kind of functionality?
I don't want to have to save the pdf to a file.
Kind Regards,
Allan Ebdrup,
Software Architect,
OFiR