Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-10-2008, 12:25 PM
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default Merging few pdfs into new one

Hello everyone,

can you tell me that is any posibility tu merge few pdfs into new one?
I tried
PHP Code:
$pdf1 = new Zend_Pdf();
$pdf2 Zend_Pdf::load('p1.pdf');
$pdf1->pages[] = new Zend_Pdf_Page($pdf2->pages[0]);
$pdf1->save('merged.pdf'); 
but with error 'Page is attached to one documen, but rendered in context of another.' I don't know how to copy pages among pdfs. Could someone help me with this problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-15-2008, 12:27 PM
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default

I have posted about the same problem. I believe it to be a bug i just don't know how to report it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:08 AM.