我正在使用dompdf在Symfony中呈现PDF。
我的服务器上已停用current_time = DateTime.now.strftime("%Y-%m-%d %H:%M:%S")
last_time = (DateTime.now - (1.0/24)).strftime("%Y-%m-%d %H:%M:%S")
last_time.upto(current_time) {|date| puts date }
。所以我将每个图像插入base64编码。
allow_url_fopen
绝对服务器路径对我不起作用。有谁知道更好的解决方案吗?
我很高兴我现在在PDF中看到了SVG。但它们没有正确呈现。知道为什么吗?