This repository was archived by the owner on Sep 10, 2023. It is now read-only.
txtextcontrol-reportingcloud 2.2.0
·
145 commits
to master
since this release
- Implemented end-point
/v1/document/thumbnails
- Added
/demo/get-document-thumbnails.phpto exemplifygetDocumentThumbnails(string $documentFilename, int $zoomFactor, int $fromPage, int $toPage,string $imageFormat). - Abstracted file utilities to
TxTextControl\ReportingCloud\Stdlib\FileUtils.