Hello Everyone,
I'm creating a contract PDF form from an SVG file. Basically, the PDF form will be used to manually input fields such as: dates, times, client names, etc... After exporting the SVG file to a PDF and then opening in Adobe Reader 9.5.4, I cannot get the actual PDF text to move when a client's name is input into a text box but exceeds the text box area. This must be because the PDF is just an image and text box fields are just annotations correct? Is there a way I can manipulate the SVG (or PDF) file so that text will move with a text box entry?