Can I read PDF or Word Docs with Node.js?

后端 未结 8 2062
不知归路
不知归路 2021-02-02 14:11

I can\'t find any packages to do this. I know PHP has a ton of libraries for PDFs (like http://www.fpdf.org/) but anything for Node?

8条回答
  •  [愿得一人]
    2021-02-02 14:44

    You can easily convert one into another, or use for example a .doc template to generate a .pdf file, but you will probably want to use an existing web service for this task.

    This can be done using the services of Livedocx for example

    To use this service from node, see node-livedocx (Disclaimer: I am the author of this node module)

提交回复
热议问题