>
> Please can someone tell me if this is easy to do or whether I should
> use a package already available...
>
> I want to upload a pdf file to a folder then for each subsequent
> upload, I want it to be appended to the original file. Each pdf is a
> timesheet, so I want to end up with one file for all timesheets
> instead of different files every week.
>
> What I'd like to know is which function I can use on PHP4?
> Is it PDF_begin_page_ext?
> Any help appreciated.
>
> Thanks,
>
> Tom

I haven't used the PDF functions in PHP, but I think they're primarily
designed for creating new PDF files.

I think http://www.linux.com/articles/36815 will be helpful to you though.

Edward

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to