PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Let's create a simple app that integrates ComPDF for React Native.
In the terminal app, change the current working directory to the location you wish to save your project. In this example, we’ll use the ~/Documents/ directory:
cd ~/DocumentsCreate the React Native project by running the following command:
react-native init MyAppIn the terminal app, change the location of the current working directory inside the newly created project:
cd MyAppIf you’re using Expo, refer to the guides post that explains how to use ComPDF ReactNative SDK with Expo.