Hi Friends!
I want to embed a PDF file into my EXE Delphi application.
NOTICE: I don't want load a PDF file from my hard disk, I want the PDF file to be embedded into my EXE file like a image or WAV file because the PDF file is copy righted and the user shouldn't be able to save it.
Users should be able to search through the PDF file.
I know about Acrobat Reader Active X and also some other components like Gnostice PDFtoolkit VCL, XpdfViewer Activex, eXPert PDF ViewerX but the problem is that all of these components load PDF from hard disk and can't embed a PDF file into EXE Delphi application.
Is it ppossible? Any Ideas? Thanks!