I have to use OutSystems in order to make an app. Main feature is about to get position of a shape that draw on PDF. My aim now is to make feature that help to drawing a rectangle on PDF and retrieve the position x, y, w, h:
"User want to add Signature on a PDF file, they can move position of the signature and choose place to set it by drawing a rectangle. The result of position (x, y) and area (w, h) will be sent as request to an internal API to process."
Hi @Tharathorn Mookda
can you check this like i hope it will help you
https://www.outsystems.com/forums/discussion/77214/new-video-e-signatures-made-easy-with-box-and-outsystems/
Thanks for your suggestion, but the main point is retrieving the position(x,y,w,h) of where we clicked or crop on pdf file.