search
HomeBackend DevelopmentPHP Tutorial关于PHP导出WORD带图片

已使用方法:
1、MhtFileMaker.php类,用MHT转换DOC,图片是空白的无大小。(重要的是,格式不是我想要的)
2、phpWord类采用addImages导出,图片也是空白的,也有大小。导出来的DOC文件还有135KB,相当于是存储了大小和容量那些属性,为什么显示不出来呢?!
3、COM组件。虽然大家说是一个比较笨的办法,不过那家伙加载也太慢了,基本没成功。(浏览器总是读取状态)

+++++++++++++++++++++++++++
在此求解,只为用PHP导出带格式的图片。
谢谢!!


回复讨论(解决方案)

没接触过,如果实在不行,可以考虑导出PDF不?

我怀疑你图片本身就是空白的

没接触过,如果实在不行,可以考虑导出PDF不?
++++ 目前是只能WORD,主要是图片显示不出来,其他倒还好。


我怀疑你图片本身就是空白的
++++ 图片真不是空白,而且不论是相对路径还是绝对路径,我都有试。网上是说base64位编码的问题,不过我用PHPWORD自带的IMAGE案例,它那个里面都显示不来图片。我在思考,是不是PHP哪里没有配置完全。不过GD库有开啊。

phpWord 似乎只支持 word2007 吧?

phpWord 似乎只支持 word2007 吧?
+++是的,我有装WORD2007,DOCX也打得开。
现在问题很蹊跷,文字可以设置大小和样式、可以操作表格,也可以添加图片(仅限样式和大小),就是不显示图片样子。
当然,还支持导出成DOCX格式。

我没有 word2007,通常用 wps 打开 docx 文件
phpword 示例程序 image.php 产生的 image.docx 用 wps 是看不到图片的

但是用 winrar 打开 image.docx 确实在 word/media 目录中看到了插入的图片
可见 phpword 产生的 docx 文档信息有误

既然你有 word2007,那么你可以手工生成同样内容的文件,然后对比两者间的差异

我没有 word2007,通常用 wps 打开 docx 文件
phpword 示例程序 image.php 产生的 image.docx 用 wps 是看不到图片的

++++++一语道破天经!!!,我之前一直用的MSWORD2007,这台电脑是WPS的。 解决了!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How do you create and use an interface in PHP?How do you create and use an interface in PHP?Apr 30, 2025 pm 03:40 PM

The article explains how to create, implement, and use interfaces in PHP, focusing on their benefits for code organization and maintainability.

What is the difference between crypt() and password_hash()?What is the difference between crypt() and password_hash()?Apr 30, 2025 pm 03:39 PM

The article discusses the differences between crypt() and password_hash() in PHP for password hashing, focusing on their implementation, security, and suitability for modern web applications.

How can you prevent Cross-Site Scripting (XSS) in PHP?How can you prevent Cross-Site Scripting (XSS) in PHP?Apr 30, 2025 pm 03:38 PM

Article discusses preventing Cross-Site Scripting (XSS) in PHP through input validation, output encoding, and using tools like OWASP ESAPI and HTML Purifier.

What is autoloading in PHP?What is autoloading in PHP?Apr 30, 2025 pm 03:37 PM

Autoloading in PHP automatically loads class files when needed, improving performance by reducing memory use and enhancing code organization. Best practices include using PSR-4 and organizing code effectively.

What are PHP streams?What are PHP streams?Apr 30, 2025 pm 03:36 PM

PHP streams unify handling of resources like files, network sockets, and compression formats via a consistent API, abstracting complexity and enhancing code flexibility and efficiency.

What is the maximum size of a file that can be uploaded using PHP ?What is the maximum size of a file that can be uploaded using PHP ?Apr 30, 2025 pm 03:35 PM

The article discusses managing file upload sizes in PHP, focusing on the default limit of 2MB and how to increase it by modifying php.ini settings.

What is Nullable types in PHP ?What is Nullable types in PHP ?Apr 30, 2025 pm 03:34 PM

The article discusses nullable types in PHP, introduced in PHP 7.1, allowing variables or parameters to be either a specified type or null. It highlights benefits like improved readability, type safety, and explicit intent, and explains how to declar

What is the difference between the unset() and unlink() functions ?What is the difference between the unset() and unlink() functions ?Apr 30, 2025 pm 03:33 PM

The article discusses the differences between unset() and unlink() functions in programming, focusing on their purposes and use cases. Unset() removes variables from memory, while unlink() deletes files from the filesystem. Both are crucial for effec

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software