Inserting (adding) images to pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 55abhimanyu
    New Member
    • Oct 2007
    • 1

    Inserting (adding) images to pdf

    Hi

    Is there any way to insert images into pdf through ror. I have
    tried pdf:writer and used pd.image.Still I am not getting the result. It
    is said that images are not supported by the pdfwriter.rb file I am
    using.

    Earlier I was not able to insert tables but including Simpletable.rb
    file solved my problem.

    So my doubt is there any extra file needed for inserting images?.

    Any help will be greatly appreciated
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    See the manual. If #image doesn't work, try #add_image or #add_image_from _file. You may also find the demos useful.

    Comment

    Working...