Image border problem
Posted: Wed May 14, 2014 8:27 am
As I mentioned on some earlier threads we are implementing signatures. Since the annotation could not be saved in a format other than "png", and that the annotation cannot be done directly on a pdf (has to be an image), that we created a transparent image 1 inch tall by 6 inches wide to use for capturing the signature.
So we are setting the image (set_image) to show on bottom (valign) of a pdf (set_webview) and capturing the image. This is all working good except that users requesting a border around the signature area. Therein lies my problem and question here. If I specify a border on the image it does not show UNLESS I specify a layout row. But when I specify a layout row the signature no longer can go edge to edge, there is a margin that cannot be annotated on each side. I cannot find a way to get rid of the margin unless I get rid of the layout row in which case I lose the border on the top of the signature box.
So we are setting the image (set_image) to show on bottom (valign) of a pdf (set_webview) and capturing the image. This is all working good except that users requesting a border around the signature area. Therein lies my problem and question here. If I specify a border on the image it does not show UNLESS I specify a layout row. But when I specify a layout row the signature no longer can go edge to edge, there is a margin that cannot be annotated on each side. I cannot find a way to get rid of the margin unless I get rid of the layout row in which case I lose the border on the top of the signature box.