Edit in GitHubLog an issue
Copied to your clipboard
// Please refer our Rest API docs for more information
// https://developer.adobe.com/document-services/docs/apis/#tag/Page-Manipulation
curl --location --request POST 'https://pdf-services.adobe.io/operation/pagemanipulation' \
--header 'x-api-key: {{Placeholder for client_id}}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{Placeholder for token}}' \
--data-raw '{
"assetID": "urn:aaid:AS:UE1:23c30ee0-2e4d-46d6-87f2-087832fca718f",
"pageActions": [
{
"rotate": {
"angle": 90,
"pageRanges": [
{
"start": 1
}
]
}
},
{
"rotate": {
"angle": 180,
"pageRanges": [
{
"start": 2,
"end": 2
}
]
}
}
]
}'
// Legacy API can be found here
// https://documentcloud.adobe.com/document-services/index.html#post-pageManipulation
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.