williamshen25 Posted May 25, 2010 Share Posted May 25, 2010 Hi guys. I am trying to write a PHP program that retrieves a pdf file from oracle blob, display it, and the user can enter a page number to delete that page. I have looked at PDFlib and FPDF but found no answer(I could be wrong). Does any one know the solution to it? thankz Quote Link to comment https://forums.phpfreaks.com/topic/202900-php-pdf-modification/ Share on other sites More sharing options...
teamatomic Posted May 25, 2010 Share Posted May 25, 2010 http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf HTH Teamatomic Quote Link to comment https://forums.phpfreaks.com/topic/202900-php-pdf-modification/#findComment-1063303 Share on other sites More sharing options...
Sergey Popov Posted May 26, 2010 Share Posted May 26, 2010 Check DOMPDF. It will not do exactly what you need (delete page in PDF file by given number) but this is very nice PHP tool to work with PDF, so you may want to reconsider your strategy (i.e. storing PDFs in blob). Quote Link to comment https://forums.phpfreaks.com/topic/202900-php-pdf-modification/#findComment-1063452 Share on other sites More sharing options...
williamshen25 Posted May 26, 2010 Author Share Posted May 26, 2010 Thank you for the reply, I have decided to use FPDI to do this. The idea is not to delete a page, but to create a file and add all the wanted pages in there, then update it to the database. =) Quote Link to comment https://forums.phpfreaks.com/topic/202900-php-pdf-modification/#findComment-1063787 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.