Word 转 pdf API
一個簡單的 API 可轉換應用程式中的所有文件類型:超過 200 種格式、優秀的文件、支援團隊
<?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;
}
使用我们的应用程序接口的好处
使用我们的在线转换器,体验无缝文件转换!快速、轻松地转换各种文件格式。享受速度、可靠性和兼容性带来的好处。
用户可以不受限制地转换任何大小的文件,为处理各种数据提供便利和灵活性。
转换过程没有时间限制,即使是复杂的大型文件,您也可以处理,无需等待转换过程完成。
用户可以同时转换多个文件,在处理大量数据时提高了效率,节省了时间。
What our customers say
Questions? We'll be your guide
Contact Sales