Pdf in html API
Una semplice API per convertire tutti i tipi di file dalla tua applicazione: oltre 200 formati, documentazione eccellente, team di supporto
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$apiKey = 'myApiKey';
$client = new Webpractik\OcfConverter\Sdk\OcfClient($apiKey);
$filePath = '/path/to/file/to/convert.png';
$extensionToConvertTo = 'pdf';
try {
$task = $client->uploadFile($filePath, $extensionToConvertTo);
$result = $task->waitForConversion();
if ($result->isSuccess()) {
$resultUrl = $result->getResultingFileUrl();
$resultFileName = basename($resultUrl);
if (file_put_contents($resultFileName, file_get_contents($resultUrl))) {
$result->deleteFile();
}
}
} catch (Exception $e) {
echo 'Exception: ', $e->getMessage(), PHP_EOL;
}
Vantaggi dell'utilizzo della nostra API
Provate la conversione di file senza problemi con il nostro convertitore online! Convertite un'ampia gamma di formati di file in modo semplice e veloce. Approfittate dei vantaggi di velocità, affidabilità e compatibilità.
Users can convert files of any size without restrictions, providing convenience and flexibility when working with a variety of data.
The absence of time restrictions on the conversion process allows you to process even large and complex files without having to wait for the process to complete.
Users have the ability to simultaneously convert multiple files, which increases efficiency and saves time when working with large amounts of data.
What our customers say
Questions? We'll be your guide
Contact Sales