Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 728 Bytes

README.mdown

File metadata and controls

16 lines (10 loc) · 728 Bytes

About this sample project

This sample project shows you how to create PDF files on iPhone device. The sample uses libHaru as the PDF generator so you can create any kind of PDF files libHaru can produce. For more information, visit libHaru webpage.

The Xcode project has been created with Xcode 3.2.1/iPhone SDK 3.1.2 . I think any versions of Xcode/iPhone SDK 3.0 or later can build this sample, but not officialy tested.

How to run the sample

  1. run git pull or just download via web browser.
  2. open xcode project.
  3. speficify your own iPhone Development Code Sign (from build settings)
  4. run build!