This topic is locked

Print image on pdf

3/9/2017 11:22:09 PM
PHPRunner General questions
L
leesayer author

If you have an application search output that you wish to print as a pdf (and you have a logo image that you want printed also), remember to use a "local" path for the image rather than a "remote" path. If your image source starts with something like "https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=24531&image=1&table=forumtopics";, the URL will be treated as remote. Instead (provided the PHPrunner application and your images are hosted on the same server) use the following "../photos/myImage.jpg" (remember to use the correct number of "../" to position the local path properly). This may not be the only method, but worked perfectly for me.