You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xhtm...@googlegroups.com
How will i be able to get inline style with the html tag into pdf as well as when i insert a image it gives me a error i have attached a image with this post
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xhtm...@googlegroups.com
hi Didi
I went through the code present on git, I found that images are takes from static path with file system. If i pass the path as url for example <img src ="http://kidakaka.com/blog/wp-content/uploads/2010/06/books.jpg"> will this work? As when i tried this it gave me the error i reported above. And kindly ignore the previous mail i have found the answer from exploring the code on git. I just need clarification on the image with src as url. thanks
Didi Hoffmann
unread,
Dec 15, 2014, 6:32:51 AM12/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xhtm...@googlegroups.com
Hello
On Mon, Dec 15, 2014 at 6:24 AM, Sabyasachi Goswami <sab...@gmail.com> wrote:
> I went through the code present on git, I found that images are takes from
> static path with file system. If i pass the path as url for example <img src
> ="http://kidakaka.com/blog/wp-content/uploads/2010/06/books.jpg"> will this
> work? As when i tried this it gave me the error i reported above.
As you must have seen in the code we currently can not download images
from remote urls and pack them into the PDF.
Cheers Didi
Sabyasachi Goswami
unread,
Dec 18, 2014, 11:13:36 PM12/18/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xhtm...@googlegroups.com
hello didi
I solved the problem for images with url by downloading the image from code before adding it to the html and changing the src of the image. If you want me to incorporate the code with yours i can do so.