Skip to content

Releases: Api2Pdf/api2pdf.php

PSR-4

27 Oct 01:03
563623e
Compare
Choose a tag to compare

Thanks to the community for the pull requests to address the following:

Minor fix

01 Aug 12:23
e18ed0b
Compare
Choose a tag to compare

Just removed 'echo' line.

Version 2 - Big Release

10 Jul 21:03
56141c2
Compare
Choose a tag to compare

This is a major release which contains breaking changes. You can remain on the older version of this library if you wish to keep using v2018.api2pdf.com. Upgrade is not required, though recommended. We will continue to run the older version of the API indefinitely.

Version 2 of Api2Pdf full REST API documentation located here: https://www.api2pdf.com/documentation/v2

Feature Set:

Chrome

  • HTML to PDF, URL to PDF with added delay and puppeteer features
  • (new) HTML to Image, URL to Image. Useful for taking screenshots of websites.

Wkhtmltopdf

  • HTML to PDF, URL to PDF. Added ability to autogenerate Table of Contents.

LibreOffice

  • Convert any file to PDF (no change here, but better support for .msg and .eml files)
  • (new) Generate an image preview / thumbnail preview of a PDF, Word, Powerpoint, or any other file that LibreOffice can reasonably open. This is fantastic if you want to generate an image preview for your users.
  • (new) HTML to Docx. Now create Word files from HTML!
  • (new) HTML to Xlsx. Create an excel file if you have a well designed HTML with tables!
  • (new) PDF to HTML. Kind of a weird endpoint, but helpful if you want to strip text from a PDF and index the contents.

PdfSharp

  • Merge pdfs together
  • (new) 'Add Bookmarks' endpoint. PDFs have a bookmarks feature and now you can specify those bookmarks with this endpoint
  • (new) 'Password' endpoint. Now password protected PDFs with this endpoint.

On top of these exciting upgrades, this client library got a facelift. Method names have been updated to be better reflect the API. Method parameters have been updated according to recommendations posted here.

Best,
API2PDF team

Merge pull request for checking if pdf is set in payload

09 Aug 10:56
6b06dcd
Compare
Choose a tag to compare
Merge pull request #11 from sergiosusa/bugfix/index-php-not-found-on-…

…delete-response

if response comes without pdf add a null instead of index not found.

Initial proper release

02 Feb 16:36
e2edf92
Compare
Choose a tag to compare
  • Fully supports API2PDF REST API Bindings
  • Refactored into proper classes
  • Composer file added