You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -288,25 +288,6 @@ catch (Exception $e) {
288
288
}
289
289
```
290
290
291
-
### Gotenberg API (legacy)
292
-
293
-
> [!WARNING]
294
-
> By default API keys are not authorized to access the Gotenberg API. If you need access to the Gotenberg API, please contact Code Inc. to request authorization.
295
-
296
-
The legacy Gotenberg v8 API can be accessed using the ServicesCloud client as the Gotenberg HTTP client.
297
-
298
-
Here is an example implementation:
299
-
300
-
```php
301
-
use Gotenberg\Gotenberg;
302
-
use Gotenberg\Stream;
303
-
use CodeInc\ServicesCloud\Client;
304
-
305
-
$response = Gotenberg::send(
306
-
Gotenberg::libreOffice('https://gotenberg-v8-eu-byzteify.ew.gateway.dev')->convert(/* an Office stream */),
0 commit comments