Results 1 to 2 of 2

Thread: Zend_PDF + Keywords

  1. #1
    CocoRambo is offline Junior Member
    Join Date
    Aug 2007
    Posts
    2

    Default Zend_PDF + Keywords

    Hello

    First sorry for my english
    I try to keep the Keywords of a PDF File that I had generate with PDF Creator so I use this
    Code:
    $pdf = Zend_Pdf::load($filename);
    print_r($pdf->properties());
    The result => Array ( )

    But when I check in the PDF properties (Right click) Keywords are present...

    I need help

  2. #2
    CocoRambo is offline Junior Member
    Join Date
    Aug 2007
    Posts
    2

    Default

    Oh
    I saw that the method properties isn't implemented ?!
    I need help so

Similar Threads

  1. Html to pdf in Zend_Pdf
    By duycanh in forum Mail, Formats & Search
    Replies: 1
    Last Post: 06-28-2010, 09:09 AM
  2. How to add more page with Zend_Pdf
    By edor in forum General Q&A on Zend Framework
    Replies: 1
    Last Post: 11-17-2009, 08:35 AM
  3. Zend_Pdf - layers
    By nihilfire in forum Mail, Formats & Search
    Replies: 0
    Last Post: 11-09-2008, 12:04 PM
  4. Zend_Pdf and utf-8
    By ReeD in forum Mail, Formats & Search
    Replies: 0
    Last Post: 08-15-2008, 12:38 PM
  5. Zend_PDF
    By elrond in forum Mail, Formats & Search
    Replies: 0
    Last Post: 03-31-2008, 10:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •