Hi Everyone!
I created an app using Shane Young post to create a PDF with Signature (PenInput). I added an image converted to Base64 and the PDF workd good but I need to align it to the right, I've tried all the HTML examples from various pages but can't get the result.
The code I have is:
PenInput.Run("<!DOCTYPE html>
<html>
<head>
</head>
<body size='A4'>
<img src='data:image/png;base64,iVBORw0KGgoAA.....................'>
<p>Text </p>
</body>
</html>
This is how i get the image aligned to the left, and just need to align it to the right.

Thanks