Skip to content
ComPDF
DemoFAQ

PDF Generation Template Editor

Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.

View on GitHub

How to Run a Demo

ComPDF Conversion SDK provides demos in the "samples" folder.

Mac

  1. Open a terminal window and navigate to the "samples" folder of the Mac SDK package.
  2. Enter the following command to run the demo:
shell
./RunDemo.sh

Output files will be generated in the "samples/output_files" folder.

iOS

  1. Open the IOS_demo.xcodeproj file in the samples folder.
  2. Connect an iOS device and select the target device in Xcode.
  3. Click Build and Run to run the demo.