Tag: NextJs
All the articles with the tag "NextJs".
在 React/NextJs 中使用 PDF.js 预览和转换 PDF 文件为图片
Published: at 05:33 PM本文介绍如何在 React 和 Next.js 项目中使用 pdf.js 库来预览 PDF 文件,并将其转换为图片。文章包含了详细的代码示例和配置步骤,涵盖了客户端渲染和服务端渲染两种场景。
NextJS 中 'window is not defined' 错误的解决方法
Published: at 02:51 PMNext.js 项目中使用 print-js 库时遇到'window is not defined'错误的解决方法,包括使用 useEffect hook、检查环境和动态导入等方法,以及作者使用 import() 方法的解决思路。