- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试使用推荐的命令为 node.js 安装 PDFKit:
npm install pdfkit
但是失败并显示以下消息:
zlib@1.0.5 preinstall /home/woody/node_modules/pdfkit/node_modules/zlib node-waf clean || true; node-waf configure build
sh: node-waf: not found
sh: node-waf: not found
npm ERR! error installing zlib@1.0.5 Error: zlib@1.0.5 preinstall: `node-waf clean || true; node-waf configure build`
npm ERR! error installing zlib@1.0.5 `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127
npm ERR! error installing zlib@1.0.5 at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing zlib@1.0.5 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing zlib@1.0.5 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! error installing pdfkit@0.1.5 Error: zlib@1.0.5 preinstall: `node-waf clean || true; node-waf configure build`
npm ERR! error installing pdfkit@0.1.5 `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127
npm ERR! error installing pdfkit@0.1.5 at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing pdfkit@0.1.5 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing pdfkit@0.1.5 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! zlib@1.0.5 preinstall: `node-waf clean || true; node-waf configure build`
npm ERR! `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127
npm ERR!
npm ERR! Failed at the zlib@1.0.5 preinstall script.
npm ERR! This is most likely a problem with the zlib package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf clean || true; node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls zlib
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Linux 2.6.32-33-generic-pae
npm ERR! command "node" "/usr/bin/npm" "install" "pdfkit"
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/woody/npm-debug.log
npm not ok
我正在运行 Ubuntu 10.04.3 LTS
如果有人有任何帮助或建议,那就太好了 - 谢谢。
最佳答案
您需要安装nodejs-dev包:
sudo apt-get install nodejs-dev
关于node.js - npm 安装 PDFkit 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7688634/
我创建了 iPhone 应用程序,在其中使用 fastpdfkit 显示 PDF 并播放音频和视频文件。 现在我也想为 Android 制作相同的应用程序。有没有适用于 Android 的套件可以让我
我安装了 pdfkit,甚至还安装了 wkhtmltopdf,但是每次我尝试创建 pdf 时都会收到以下错误。 PDFKit::NoExecutableError No wkhtmltopdf exe
我正在尝试使用 PDFKit。 它看起来相当简单,所以我试图关注 Ryan's Rails cast . 所以我将 gem 添加到我的 GemFile 并更新了我的 application.rb和:
我想知道是否有人知道如何在运行 pdfkit 时实现超时? 我正在尝试遍历大量 URL 以打印每个 URL 页面的 pdf。有时循环可能会挂起,但是如果它花费超过 30 秒,我只想跳过循环中的 URL
是否可以使用 PDFKit 在矩形上呈现文本。也许可以使用hack,用不透明度填充矩形 - 但我不想那样使用它。我的文本被矩形隐藏(我通过交替使用不同颜色的矩形创建表格)。 更新 我发现文本在某种程度
在我的应用程序中,我使用 PDFKit 来显示简单的 PDF。 PDF 显示在 ViewController 上。 PDF 要设置为屏幕宽度,仅此而已。我在 Storyboard 中将 PDFView
我有一个使用 PDFKIT 创建的 PDF View ,它在 iPad 中加载 PDF。当我们缩放 PDF 并进行一些手绘时,它会崩溃。可能是什么问题? 最佳答案 我有一个类似的问题,放大具有多个子类
我正在使用 PDFKit在浏览器中生成 PDF,然后将该 PDF 的 blob 数据发送到新选项卡以供用户下载。我真的很喜欢 PDFKit...它非常漂亮。 但是,当我尝试使用 PDFDocument
我正在尝试整合 PSPDFKit对于我的项目中的 iOS,我还没有成功。下载Demo版后,将框架添加到我的项目中,添加所有需要的库并放置 #import 在“前缀”文件上,我收到链接器错误: ld:
我一直在网上搜索使用 pdfkit(python 包装器)实现页眉和页脚的示例,但找不到任何示例。 谁能展示一些如何使用 pdfkit python 包装器在 wkhtmltopdf 中实现选项的示例
我想在 pdf 中找到一个特定的单词并在其上绘制一个边界框。为此,我使用 func findString(_ string: String, withOptions options: NSString
我正在使用 Apple 的 PDFKit,我正在使用他们的 sample app for adding a watermark到pdf文档。 除我拥有的一份 pdf 文件外,该代码按预期工作。这个特定
是否可以使用 PDFkit 将文本中的“ěščřžýáé”等字符保存为 PDF? 他们的浏览器演示在这里: http://pdfkit.org/demo/browser.html 注意:我只使用js库
如何使用 PDFKit 在 PDFView 中禁用滚动反弹? 显示 PDF 的 View 没有滚动反弹选项。 这是我的代码: if let path = Bundle.main.path(forRes
我正在尝试在 iOS 上使用 PDFKit 向文档添加高亮注释。 let highlight = PDFAnnotation(bounds: selection.bounds(for: page),
是否可以在 PDFKit 中更改 FreeText 注释的文本(即 contents)而不删除注释/构建新注释? 在 PDFView 中查看时,以下代码片段不会更改注释的内容: let url = B
使用python pdfkit生成pdf文件中遇到中文乱码问题 1.生成的文件名不能带有中文字符 2.生成的pdf内容中文为乱码 生成的文件名不能带有中文字符 解决方法: 我暂时想到的处理
如何从 pt/px 设置 characterSpacing? 如何从 pt/px 设置 lineHeight? 我只是不明白如何将点或像素转换为 pdfkit 的值。请帮帮我 https://gith
我试图了解如何让 PDF Kit 在 React JS 中工作。 我的简单要求是使用 ReactJS 和 PDFKit 在浏览器中呈现文件。 查看教程,引用了一些 PDFKit 可以在浏览器中工作的选
我想控制pdf文件的缩放级别。默认情况下,当它启动时,它不适合屏幕。即使手动(捏缩放)放大和缩小也不能使其适合页面。我已将 autoScales 设置为 true。 还尝试使用以下变量,但没有帮助
我是一名优秀的程序员,十分优秀!