CFDocument image quality

If you find that your CFDocument PDF output bears poor image quality, it may be a quick fix. Double check the resolution on your image.…

Normalizing a string (PHP)

We'll present one algorithm below which demonstrates the use of a loop and the ord function to step through the characters in a string. In…