开发者

Is it possible to use Google Docs API to convert text string to PDF

开发者 https://www.devze.com 2023-03-12 07:27 出处:网络
Recently I found, that Google Docs have their own PHP API. Honestly I haven\'t read it all, but I wonder is it possible If for example I have XML file or just 开发者_Python百科text string in variable

Recently I found, that Google Docs have their own PHP API. Honestly I haven't read it all, but I wonder is it possible If for example I have XML file or just 开发者_Python百科text string in variable and I would like to convert it and create PDF file from it ( for example ), then would it be possible? Or even if it is possible it would take a lot of time to process?


Yes, this is possible. Slightly time consuming as you will have to format the PDF.. I suggest using a class like FPDF or EZPDF, to create the PDF output from PHP.

0

精彩评论

暂无评论...
验证码 换一张
取 消