简体   繁体   English

如何使用 php 将任何文件(如 .docx、xslx、img、txt)转换为 PDF 预览?

[英]How can i convert any file like .docx,xslx,img,txt to PDF preview using php?

I need to convert any file to PDF Preview if i click the document link in table Table Image link如果我单击表格表格图像链接中的文档链接,我需要将任何文件转换为 PDF 预览

This code only for image to pdf convert.此代码仅用于将图像转换为 pdf。 If you have ImageMagick installed and exec permissions,如果您安装了exec和执行权限,

exec("convert foo.jpeg foo.pdf");

Below link for convert Word doc, docx and Excel xls, xlsx to PDF with PHP以下链接用于使用 PHP 将 Word doc、docx 和 Excel xls、xlsx 转换为 PDF

Convert Word doc, docx and Excel xls, xlsx to PDF with PHP 使用 PHP 将 Word doc、docx 和 Excel xls、xlsx 转换为 PDF

暂无
暂无

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

相关问题 如何使用(.xslx 或 .pdf)网址在 react/javascript 中显示(只读)xslx、pdf 文件? - How can I show(read only) xslx, pdf files in react/javascript using (.xslx or .pdf) urls? 如何使用 Angular 和 Java 在浏览器的另一个页面中打开预览文件(pdf、docx、txt 等) - How to open a preview file (pdf, docx, txt, etc.) in another page of the browser using Angular and Java 如何直接在浏览器中预览 PDF、DOCX、PPTX 文件? 你能在 Asp.Net MVC 中推荐我吗 - How can I preview a PDF,DOCX, PPTX file directly in my browser? can you suggest me in Asp.Net MVC 如何在 Angular 应用程序中使用 base64 格式预览具有不同格式的文件,例如 .docx、.pdf、.xlsx? - How to preview files having different formats like .docx, .pdf, .xlsx using its base64 format in Angular app? 如何在我的文件夹中预览 pdf 文件<img>在将其上传到服务器之前标记? - How do I preview a pdf file in my <img> tag before uploading it into the server? 我可以使用HTML5 File API预览PDF吗? - Can I get a preview for a PDF using HTML5 File API? 如何使用Javascript在网页的iframe中预览从外部API生成的PDF文件? - How can I preview a PDF file generated from an external API in an iframe of my webpage, using Javascript? 如何使用 NodeJS 将 PDF 转换为 DOCX 或将 URL 转换为 DOCX? - How to convert PDF to DOCX or URL to DOCX with NodeJS? 如何将缓冲区转换为 pdf/docx - How to convert buffer into pdf/docx 如何使用jquery / javascript获取任何网站的html源代码,例如php的file_get_content? - How can I get a html source code of any website using jquery/javascript like php's file_get_content?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM