Converting Documents (PDF, WORD) to tiff image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • omerbutt
    Contributor
    • Nov 2006
    • 638

    Converting Documents (PDF, WORD) to tiff image

    hi
    i am looking for the conversion of the documents of type PDF and word to tiff image single / multi-page using php , i have been searching the net for a long time , there are some scripts related to converting tiff to pdf like imagemagik has but i have been unable to find the
    (pdf -> tiff)
    have any one of you gone through this process before , any source to study or any class or library available for this work would be appreciated
    Regards,
    Omer Aslam
  • omerbutt
    Contributor
    • Nov 2006
    • 638

    #2
    Done ,
    Used Imagik & openoffice API to completed my task used openoffice to initially convert the MS docs to pdf document and then converting the pdf's to desired image by using imagik , it is quite a long process , will provide details for it if asked

    Comment

    Working...