I am sure I am not the only person to have had the following problem: one has a pdf document (usually some kind of a form that one needs to fill out over and over again) in a pdf file, which is not a form in the PDF sense. One wants to be able to fill the form quickly, and some fields are always the same. A solution is to use package pdfpages to include the form into .tex document and add some text with absolute positioning. Then each time one needs to fill the form, all it takes is a quick change of some text. This works, but the process of finding the correct absolute positions is slow even if one uses the binary search. Is there a tool to help with this? Or a better solution perhaps?
(I know of pdfedit, but it is unstable for me.)