How can I mark up pdf pages

Generated on 8/2/2024

1 search

To mark up PDF pages using Apple Pencil, you can leverage the features provided by PencilKit and the tool picker. Here are some key points from the WWDC sessions that can help you:

  1. Tool Picker Configuration:

    • The tool picker can be customized to include various tools such as inking, eraser, and lasso tools. You can define the available tools and customize the order and toolset to fit your app's needs. This is particularly useful for annotation experiences where you might need different colors of pens or markers (Squeeze the most out of Apple Pencil).
  2. Custom Tools:

    • You can build custom tools into the tool picker. For example, you can create a stamp tool or any other non-pencilkit tool that your app provides. This allows for a highly tailored marking experience (Squeeze the most out of Apple Pencil).
  3. Apple Pencil Pro Features:

    • Apple Pencil Pro introduces new features such as the squeeze gesture, which can be used to quickly switch tools or show the tool picker right where the pencil is hovering. This can make the marking process more efficient and intuitive (Squeeze the most out of Apple Pencil).
  4. Integration with Custom Drawing Canvases:

    • PencilKit provides a rich set of APIs to integrate with your own custom drawing canvas. This includes support for features like shape recognition and haptic feedback, which can enhance the marking experience (Squeeze the most out of Apple Pencil).

For a detailed walkthrough on how to implement these features, you can refer to the session Squeeze the most out of Apple Pencil.

Relevant Sessions

  1. Squeeze the most out of Apple Pencil
  2. What’s new in UIKit
  3. Get started with Writing Tools