I have a web application that opens PDF files (created from faxes, ie. TIFF images). On many of these files the first page image is rotated. could be 90, 180 or 270 degrees. My application opens the PDF and adds a button to page 1. The button must always appear in the top left corner of page 1, even when page one has been rotated.
I have the button rotation working but the button text isn't rotating with the button, it's rotating so that it's parallel with the top of the image. Why isn't the button text rotation locked with the button rotation? Can it be?
Thanks in advance