Hi,
How do I read a .pdf file using C++? When I try to open it using myfile.open ("example.pdf"); but all I see is some Crazy Symbols. Is there any way to open ?
Thanks In Advance
You can open it with Adobe Reader. The point of PDFs is that you're not supposed to be able to create or open them without Adobe's software. Otherwise people wouldn't use PDFs because they'd be just another useless format.