A
akshar108 via DotNetMonster.com
i want to read pdf file and extract file without any component in .net if it
is possible the please tell me
is possible the please tell me
akshar108 said:i want to read pdf file and extract file without any component in .net if it
is possible the please tell me
akshar108 said:can u say me the technique or code how to do that please
can u say me the technique or code how to do that please
Göran Andersson said:[quoted text clipped - 3 lines]can u say me the technique or code how to do that please
Depending on whether the file format is binary or textual, you can use a
BinaryReader or StreamReader to read it.
there is no simple code to read a pdf file.