• Great plugin but I have a problem with images and also linking to pdf in my previous support topic. I really need to solve these.

    I’m using Images Optimize and Upload CF7 – plugin to upload multiple images at once. In pdf they appear comma separated like this:

    
    1934444972/ID_image_image1.jpeg,
    1934444972/ID_image_image2.jpg,
    1934444972/ID_image_image3.jpg
    

    How can I get img src tags to pdf to display each image?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Florent Maillefaud

    (@florent73)

    Hi!

    Can you try with <img src="[your-file]" width="300" /> ?

    Thanks

    Thread Starter bhasic

    (@bhasic)

    I can only display one image. Is there a way to split the array with JQuery or PHP in Send pdf-plugin?

    Plugin Author Florent Maillefaud

    (@florent73)

    Hi!

    You can use multi image upload.

    In your form :

    <label> Image 1 : [file image1] </label>
    <label> Image 2 : [file image2] </label>
    <label> Image 3 : [file image3] </label>

    In the layout of your PDF :

    <p>Your pictures :
    <br />
    <img src="[url-image1]" width="150" /><br /><br />
    <img src="[url-image2]" width="150" /><br /><br />
    <img src="[url-image3]" width="150" /><br />
    </p>

    I have trying this and it’s working well!

    Thanks

    Hi,
    I did try this but have not succeeded. I always get the “temporary image”.

    Thanks.

    Plugin Author Florent Maillefaud

    (@florent73)

    hi!

    Have you enter your file tag in this field : “The [file] tags are for images? Enter them here to display them in images on your PDF and like this: [file-1][file-2]” ?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multiple Image upload’ is closed to new replies.