phplegends/api-2-pdf-v2

Api2PDF API的包装包

0.1.0 2023-08-24 14:12 UTC

This package is auto-updated.

Last update: 2024-09-24 16:25:40 UTC


README

一个用于的包装库。

注意:API2PDF当前处于beta版本

用法

$apiKey = 'My_api_key';

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

Chrome端点

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