Created
June 25, 2010 15:38
-
-
Save justin/453022 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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