-
Hi guys,
what does the last param of fseek do? In pdfparser.c, function getEncryptedInfo()
> fseek(file, 0L, SEEK_END-1024)
See: http://www.cplusplus.com/reference/clibrary/cstdio/fseek/
Thanks
Peter.
2009-08-17 18:58:04 UTC in pdfcrack
-
Hello Forum,
I have ported the source to windows. Its not beautiful, but it works. I have dropped Cygwin and added a VisualStudio2008+IntelCompiler project. It seems to be a little bit faster than the release from rubypdf. For more details see the readme within the root directory.
Here is the download link: http://rapidshare.com/files/266311841/pdfcrack.zip
Thanks to Mifudd for the help...
2009-08-11 20:17:28 UTC in pdfcrack
-
Ach so, das wußte ich noch nicht.
Vielen Dank Karl-Heinz :)
2009-07-13 09:06:52 UTC in Notepad++
-
Hello Forum,
I want to create the jar file for myself. I have taken the source from this HP and imported it to a new Eclipse project. I can export the compiled prj within Eclipse as a jar file. But if I replace the old plugin with the new one I can't see the Palo folder. If I load an old Transformation I get this error "Unable to load class for step/plugin with id [PaloDimOutput]. Check...
2009-07-06 15:24:13 UTC in PaloKettlePlugin
-
Hallo Forum,
ich habe eine Textdatei bei der jede Zeile so beginnt:
/* abc */
abc ist irgendein Platzhalter der von Zeile zu Zeile anders ist. Wie kann diesen Kommentar ersetzen? Meiner Meinung wäre dies der richtige Ausdruck: /\*[.]*\*/
Er expandiert jedoch das beliebige Zeichen [.] nicht. Kann mir jemand einen Tip geben wie RegExp bei diesem Editor funktionieren?
Vielen Dank...
2009-07-06 14:35:55 UTC in Notepad++