Skip to content

jmischer/cake-pdfreactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

CakePdf PDFreactor engine plugin for CakePHP

This plugin contains a wrapper engine for the PDFreactor Web Service Client to use with the CakePHP 4.x CakePdf plugin.

For CakePHP 3.x use the 1.x branch.

This Plugin is not affiliated with RealObjects.com and does not contain the Webservice client. You will need to import it, e.g. in your applications bootstrap.php.

require_once '/path/to/PDFreactor/wrappers/php/lib/PDFreactor.class.php';

Installation

Install using Composer:

composer require jmischer/cake-pdfreactor

Configuration

config/cakepdf.php:

return [
    'CakePdf' => [
        'engine' => [
            'className' => 'JMischer/CakePDFreactor.PDFreactor',
            'client' => [
                'className' => '\com\realobjects\pdfreactor\webservice\client\PDFreactor',
                'serviceUrl' => 'http://localhost:9423/service/rest',
                'apiKey' => 'your_secret_api_key_if_needed'
            ],
            'options' => [
                // PDFreactor configuration ...
            ]
        ]
    ]
];

About

PDFreactor CakePHP 3 CakePDF engine wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages