Scale PDF disproportionally

there is a requirement from Planet Pdf Forum

I have 600 PDFs that need to be scaled 87.5% horizontally and 93% vertically. What Acrobat 8 plug-in or software do I need?

and here is the demo version of the solution, bases on iText, developed in java, so can be run at windows, Linux, FreeBSD and mac [...]

How to get IHTMLDocument2 from a HWND

Maybe I need it someday, so leave a message here.

SUMMARY
This article shows how to get the IHTMLDocument2 interface from a HWND. If Microsoft Active Accessibility (MSAA) is installed, you can send the WM_HTML_GETOBJECT message to the document’s window (with the window class “Internet Explorer_Server”) and then pass the result from SendMessage to an MSAA function, [...]

Implement Yahoo DomainKeys on MS Exchange 2003

Today I found some one ask how to implement Yahoo DomainKeys on MS Exchange 2003, and I told him to find answer from her
https://mmmservices.web.cern.ch/mmmservices/Antispam/DomainKeysLibrary.aspx

CERN DomainKeys Library is written in C#, for a Windows usage.
Common task is to integrate this library into Protocol Event Sinks, implementing ISmtpInCommandSink interface, for incoming traffic verification and outgoing traffic signing.
An [...]