Skip to content

Instantly share code, notes, and snippets.

@justin
Created June 25, 2010 15:38
Show Gist options
  • Save justin/453022 to your computer and use it in GitHub Desktop.
Save justin/453022 to your computer and use it in GitHub Desktop.
tell application "PDFpenPro"
tell document 1
set theImprint to make new text field with properties {rich text:"Fez"} at end of imprints of page 1
set font of attribute run 1 of rich text of theImprint to "LucidaGrande-Bold"
set size of attribute run 1 of rich text of theImprint to 30
set color of theImprint to {1, 1, 1}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment