What tool can be used to change the orientation of a pdf page without using the `Rotate` key value?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
On page 78 of the PDF Specification 2008, it mentions that the PDF's page object has an integer key value Rotate
that you can set to tell the software how the page should be displayed. This value shall be multiple of 90 degrees.
So a lot of tools would simply rotate the pdf page by simply setting this key and leave the original page content untouched. I am wondering if there is a way to change orientation of the page by modifying the actual page stored in pdf directly, instead of doing this marker-style modification?
So what I am trying to achieve here is:
Rotate the page (say) 90 degrees physically instead of simply setting the Rotate
key value to 90. (That's to say the value of Rotate
should remain 0 after rotation.)
Any command line tools can be used here? I have tried the pdftk
, but it only sets the Rotation
key.
pdf pdftk
add a comment |Â
up vote
0
down vote
favorite
On page 78 of the PDF Specification 2008, it mentions that the PDF's page object has an integer key value Rotate
that you can set to tell the software how the page should be displayed. This value shall be multiple of 90 degrees.
So a lot of tools would simply rotate the pdf page by simply setting this key and leave the original page content untouched. I am wondering if there is a way to change orientation of the page by modifying the actual page stored in pdf directly, instead of doing this marker-style modification?
So what I am trying to achieve here is:
Rotate the page (say) 90 degrees physically instead of simply setting the Rotate
key value to 90. (That's to say the value of Rotate
should remain 0 after rotation.)
Any command line tools can be used here? I have tried the pdftk
, but it only sets the Rotation
key.
pdf pdftk
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
On page 78 of the PDF Specification 2008, it mentions that the PDF's page object has an integer key value Rotate
that you can set to tell the software how the page should be displayed. This value shall be multiple of 90 degrees.
So a lot of tools would simply rotate the pdf page by simply setting this key and leave the original page content untouched. I am wondering if there is a way to change orientation of the page by modifying the actual page stored in pdf directly, instead of doing this marker-style modification?
So what I am trying to achieve here is:
Rotate the page (say) 90 degrees physically instead of simply setting the Rotate
key value to 90. (That's to say the value of Rotate
should remain 0 after rotation.)
Any command line tools can be used here? I have tried the pdftk
, but it only sets the Rotation
key.
pdf pdftk
On page 78 of the PDF Specification 2008, it mentions that the PDF's page object has an integer key value Rotate
that you can set to tell the software how the page should be displayed. This value shall be multiple of 90 degrees.
So a lot of tools would simply rotate the pdf page by simply setting this key and leave the original page content untouched. I am wondering if there is a way to change orientation of the page by modifying the actual page stored in pdf directly, instead of doing this marker-style modification?
So what I am trying to achieve here is:
Rotate the page (say) 90 degrees physically instead of simply setting the Rotate
key value to 90. (That's to say the value of Rotate
should remain 0 after rotation.)
Any command line tools can be used here? I have tried the pdftk
, but it only sets the Rotation
key.
pdf pdftk
pdf pdftk
asked 1 min ago
huangzonghao
11114
11114
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474906%2fwhat-tool-can-be-used-to-change-the-orientation-of-a-pdf-page-without-using-the%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password