javascript 生成 pdf 客户端或服务器端的最佳方式
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28547006/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best way to generate pdf client-side or server side
提问by Rui Martins
I want to create a pdf file with some info generated by the user. This info can be tables, images and text.
我想用用户生成的一些信息创建一个 pdf 文件。此信息可以是表格、图像和文本。
My question is, which is the best solution for my problem, is it a server-side solution or client-side?
我的问题是,哪个是我的问题的最佳解决方案,它是服务器端解决方案还是客户端解决方案?
Note: I am looking for a platform that allow me to do almost everything.
注意:我正在寻找一个可以让我做几乎所有事情的平台。