Page break in BIP E-Signature RTF Output
We've created a task which captures employee's digital signature which is being referenced to a BIP RTF template.
The file has been made in reference to all the available oracle documents regarding this kind. When running the output, we see a page break whenever the digital signature is being captured.
We've also tried altering the pixel size but that doesn't seem to be taking and working as expected:
<fo:instream-foreign-object content-type="image/jpeg" height="65px" width="200px"><?ESIGN_SIGNATURE?></fo:instream-foreign-object>
<fo:instream-foreign-object content-type="image/jpeg" height="15px" width="50px"><?ESIGN_SIGNATURE?></fo:instream-foreign-object>
What way the rtf file can be optimized such that there is NO page break observed.