Is there a way to rotate "Text Box"?
I tried to copy a Text Box from the other document, when I pasted it into another document, it came out in the wrong orientation (not the original orientation from the other document, why?)
Is there a way to rotate "Text Box"?
I tried to copy a Text Box from the other document, when I pasted it into another document, it came out in the wrong orientation (not the original orientation from the other document, why?)
You have to use the undocumented Matrix2D object in the Annots.js file, to chnge the quads to the correct orientation. There is an example in the Acrobat JS API Reference in the "Link" object and "Automating placement of annotations - Converting coordinates in Acrobat" by Thom Parker, http://www.acrobatusers.com/tutorials/2007/10/auto_placement_annotations/ .
George Kaiser