English 中文(简体)
将DOC涵盖给人民抵抗力量方案[封闭]
原标题:Coverting DOC to PDF programmatically [closed]

我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。

Closed 7 years ago.

I m 寻找一个图书馆,帮助我利用PHP将DOC的档案转换为PDF。

如果这一功能已经存在于其他地方,只要该网站有方案性预报,并且是免费的,那么我也可使用外部网站。

关于如何处理这一问题的任何建议?

最佳回答
问题回答

作为一般参考,特别是根据你提到的“外部网站”选择――Docmacy提供网络服务复制件,用于从任何能够援引教育、科学和技术部网站服务的申请中(或 HTTP员额)中创建教益+ pdf + odt + 其他格式。

You can change the file extension of the word file to pdf,by using below code $filename = preg_replace( ".docx$" , .pdf , $filename);





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签