简体   繁体   English

在PHP中上传word Doc时将word doc文件转换为PDF

[英]Convert word doc file to PDF while uploading word Doc in PHP

I have an issue i want to save my word file in PDF format while I am uploading.我有一个问题,我想在上传时将我的 word 文件保存为 PDF 格式。
How It is possible in PHP?在 PHP 中怎么可能?

While uploading file you cannot convert file because after fragment conversion its not possible to join another converted file.上传文件时您无法转换文件,因为在片段转换后无法加入另一个转换后的文件。 The conversion techniques like OCR. OCR 等转换技术。 How they can be applied to fragment.如何将它们应用于片段。 As fragment not having any extension.作为没有任何扩展名的片段。 :-D There may be many other reasons also. :-D 可能还有许多其他原因。 All above is my just guess.以上都是我的猜测。

BTW follow the link for convert... BTW 按照链接转换...

  http://stackoverflow.com/questions/5538584/convert-word-doc-docx-and-excel-xls-xlsx-to-pdf-with-php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM