and found this answer / "solution":Comments upside-down after copy/paste
I try to copy/paste comments from a pdf file to another pdf file. Either copy paste or the command import comments gives me a copy of my comments but upside-down. How to rotate them, or get thelm directly the good way
[url]https://answers.acrobatusers.com/Comments-upside-copy-paste-q12449.aspx[/url]The most likely cause for this is that the pages of one of the files are rotated (even though they might not look like it). You can find out which one it is by executing this code from the JS console with the file open:
getPageRotation(0)
If the result is not 0, then the pages of that file are rotated.
The solution is to "re-fry" that file, ie. to print it to the PDF printer, thus creating a new PDF file, without the rotations this time. Then try to import your comments into this new version...
In my case the scanner seems to set some "PDF roation" to the file.
Is there a way in PDF-XChange Editor to reset this value "PageRotation"?
Michael