使用libreoffice无头的HTML到pdf不会显示图像

时间:2018-04-23 07:08:49

标签: html pdf libreoffice

我使用Libreoffice 6.0无头而且我试图将html转换为pdf。我的文档的html骨架是



<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	</head>
	<body>
		<div>
			<span><img style="height:99px; width:760px;" src="https://mydomain/path-to-image.jpg" alt="Header" /></span>
		</div>
		
		<div style="display:block; width:760px;">
			<div style="display:inline-block;">
				<h2>my title</h2>
				<br/>
				my content ...
			</div>
		</div>
	</body>
</html>
&#13;
&#13;
&#13;

Libreoffice服务器是架构中的后端服务器,图像URL是前端正确的URL(它可以工作),但Libreoffice不包含图像。

1 个答案:

答案 0 :(得分:0)

尝试将图像保存到本地。例如在桌面上,然后再试一次。