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.
ComPDFKit API uses the JSON Web Tokens method for secure authentication. For more information about this method and how we use it, take a look at the Authentication section of our API reference. For now, you can authenticate your project as easily as this:
CPDFClient client = new CPDFClient(<publicKey>, <secretKey>);$client = new CPDFClient('public_key', 'secret_key');CPDFClient client = new CPDFClient(<publicKey>, <secretKey>);client = CPDFClient(public_key, secret_key)let client: CPDFClient = CPDFClient(publicKey: public_key, secretKey: secret_key)This way you’ll authenticate ALL your actions with the API. Now you can execute any task to process PDF files.