---
title: Introduction to Pasteboards Programming Topics
framework: cocoa
role: article
path: apple-archive/documentation/Cocoa/Conceptual/CopyandPaste
---

# Introduction to Pasteboards Programming Topics

Explains how to transfer data using pasteboard operations in Cocoa.

## Organization of This Document

This document contains the following articles:

- [Pasteboard Fundamentals](Articles/pbFundamentals.html#//apple_ref/doc/uid/TP40004254-SW1) explains how pasteboards work. - [Implementing Copy and Paste](Articles/pbImplementing.html#//apple_ref/doc/uid/TP40004255-SW1) explains the basics of implementing copy and paste in your application. - [Named Pasteboards](Articles/pbNamedPasteboards.html#//apple_ref/doc/uid/20000428-BAJIJBEF) discusses the ability to name pasteboards to reflect their function and the data they contain. - [Data Types](Articles/pbDataTypes.html#//apple_ref/doc/uid/20000429-BCIJIJAG) discusses the variety of data that can be placed on pasteboards. - [Reading and Writing Font Data](Articles/pbFontData.html#//apple_ref/doc/uid/TP40004256-SW1) describes how to work with fonts. - [Reading and Writing RTFD Data](Articles/pbReadWriteRTFD.html#//apple_ref/doc/uid/20000432-BCIDEJIA) describes how to work with RTFD data. - [Filter Services](Articles/pbFilters.html#//apple_ref/doc/uid/20000866-BBCGECDA) discusses the ability of pasteboards to convert data from one type to another using filter services. - [Providing a Filter Service](Articles/pbCreatingFilters.html#//apple_ref/doc/uid/20000867-BBCGECDA) describes how to create a filter service.

[Next](Articles/pbFundamentals.html)

Copyright © 2009 Apple Inc. All Rights Reserved. [Terms of Use](http://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](http://www.apple.com/privacy/) | Updated: 2009-01-20
