Neil Gaetano Lindberg
Thursday, April 17, 2014
Linux command line notes/helpers
›
I just decided I need to start writing this stuff down and maybe it will help others. This is just stuff I tried to Google for, but found I ...
Tuesday, July 17, 2012
Bytes to gigs, megs, kilos, and bytes
›
A units-to-readable conversion. My usage wraps this with a check for zero or null bytes and skips this function altogether. function conve...
Seconds to Weeks, Days, Hours, Minutes, Seconds
›
Seems converting to one unit is all over the interwebz. But, I couldn't find this so I posted my solution... This converts seconds to we...
Wednesday, August 24, 2011
PDFlib & PHP (11) TOC w/ proper dot leaders
›
This is just the dot-leader example from PDFlib site converted to a working PHP example. # PHP-PDF-to-browser example of dot_leaders_wit...
Tuesday, August 16, 2011
PDFlib & PHP - (9) Formatting - Wrap Image
›
Yo! I need to wrap an image w/ text. Here is how it is done in PHP with PDFlib. Get your own, bigger chunk o' lorem if you want. It was...
PDFlib & PHP (8) Combo #1 Large
›
Finally, I need to have text flow and while I was going to use a tables-only approach it turns out fit_textflow returns _boxfull and knows...
Friday, August 12, 2011
PDFlib & PHP - (7) Combo #1
›
Now to combine what I've learned about PDFlib & PHP thus far: group/label in optlist for begin doc to be used with suspend/resume_...
›
Home
View web version