0 Members and 1 Guest are viewing this topic.
just tell me the steps .. i will try out here.i tried out pdf-parser -f switch and pdftk as well but doesn't work
do it manually<?php$x = 'gz compressed stream';echo gzuncompress($x);?>
Quote from: Garlando on June 05, 2010, 10:15:18 pmdo it manually<?php$x = 'gz compressed stream';echo gzuncompress($x);?>Bear in mind, this won't work for some PDFs ITW, and additionally risks, running the actual code inside them if using this method (you'd be better off dumping the data to a file, rather than echo'ing it out).