View previous topic :: View next topic |
Author |
Message |
billy anachronism
Joined: 08 Jan 2009 Posts: 8
|
Posted: Thu Jan 15, 2009 4:07 am Post subject: PdfSharp wrongly interprets orientation |
|
|
hi,
I've got a pdf that says its rotation is 90 but adobe reader opens it upright in portrait mode. Does this mean that the original content is at 270 ?
My problem is that PDFsharp opens it as Landscape (because it determines orientation by rotation). Then for some reason PDFsharp will save the document as portrait even if i tell it not to.
Thanks,
billy.
Last edited by billy anachronism on Thu Jan 15, 2009 11:36 pm; edited 1 time in total |
|
Back to top |
|
 |
billy anachronism
Joined: 08 Jan 2009 Posts: 8
|
Posted: Thu Jan 15, 2009 11:16 pm Post subject: |
|
|
When I remove the /Rotate flag from all the pages they do indeed display at 270.
It seems that PdfSharp cannot recognise rotated content. If i open the pdf and save it with PdfSharp, it saves the document as landscape (even though it isn't). I assume this is because it reads the page has a rotate of 90, so it rotates it on its side. This has the nasty consequence of cutting of the content on the page because the content isn't at 90.
Surely someone else has come across this issue. Does anyone have any suggestions? |
|
Back to top |
|
 |
|