Apr 21
Parse PDF files and load their storage data structures into a custom object model. PDF files are ASCII text files with a standard open proprietary format, defined and controlled by Adobe. While the documentation for PDF file format is publicly available, there are not many available free open source tools to manage PDF documents. This is the first from a series of articles on PDF documents.
Continue reading »

Apr 18
Automate extraction of genuine, system-related information, from any file, including its size on disk and actual content size. Open the File Properties dialog, with Win32 shell function calls. This is the first from a series of articles on all kinds of file information.
Continue reading »