Mac has 5 standard clipboards
- general
- ruler
- find
- font
- drag (not accessible by
pbcopy
andpbpaste
)
Clipboard data can be in one of 4 formats
- plain text
- EPS
- RTF
- RTFD
(maybe other custom formats possible too - I'm not sure)
A pasteboard can hold multiple representations of the same pasteboard item.
For example, a rich text editor might provide RTFD, RTF, and NSString representations of the copied data. An item that is added to a pasteboard specifies what representations it is able to provide.