BrianS
unread,Nov 30, 2011, 2:57:47 PM11/30/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dompd...@googlegroups.com
When dompdf parses a URL it takes the URL as supplied. This is the desired and expected behavior, but I have found one case where some cleaning up may be warranted. If the user supplies a URL to a file and inadvertently includes a space at the end of the URL the image will not be processed. This is, of course, a mistake on the part of the user and I am loath to include any functionality that could have adverse side affect. But trimming spaces from the beginning and end of any image URL may be safe.
Any thoughts?