phplegends/api-2-pdf-v2

A wrapper package for Api2PDF API

0.1.0 2023-08-24 14:12 UTC

This package is auto-updated.

Last update: 2024-04-24 15:42:39 UTC


README

A wrapper library to Api2PDF 2.0.

Note: The API2PDF is currently in version beta

Usage

$apiKey = 'My_api_key';

$pdf = Api2Pdf::create($apiKey);

Chrome endpoint

$pdf->chrome()->generatePdfFromUrl('https://google.com');