I have an ebook which is saved as exe and we need a key to open this file..
I have the legal key and when i use the key, it opens in Adobe reader.
Now what i want to do is, i want to export it to normal pdf so that i can open in my favorite Foxit reader and also in my mobile..
I googled a lot but couldn’t find any solution to this.
Any help in this matter will be highly appreciated
What type of exe, is it a executable compressed file with password, then just extract it using any extracting software, then just enter the key when asked.
Second option, when the file is opened in adobe, just check the temp folder (by typing %temp% in run windows) for any trace of it
@ PhotostarSR : can u protect a pdf doc using that same software and send it over to me ? I have a couple of pdf tools that might help , accordingly i can tell u what is to be done.
^^ I have one. Download process moniter from internet, run it and than run the application, see what all createfile calls it made and observe whether it is reading from it or not.
Its a crude way but will give insight about application internalworking, you may be able to find out the file as well.
^^ Just what I would suggest myself, if its opening Acrobat reader after the key is input, then it must be creating a temp PDF file somewhere. Process Monitor from the SysInternals suite should be able to tell all about the disk activity happening when the exe runs and if its creating a temp pdf somewhere you can just make a copy of it.