问题标签 [pdf-reader]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
iphone - pdf阅读器仅阅读前2页,但不是obj c中PDF文件的所有页面
我已经下载了这个示例代码,它是一个 pdf 阅读器代码,它的 pdf 只有 2 页,现在我已经用包含 12 页的更大 pdf 更改了 pdf,我执行了代码,但仍然显示前 2 页,,实际上他们是根据 pdf 文件本身计算页面数,但我不知道你没有得到新 PDF 文件中的所有页面
任何伙伴可以帮助我吗,,,你可以建议类似的示例代码,,thanx提前
iphone - 如何在 webView 中赋予页面卷曲动画?
我正在开发 PDF 阅读器应用程序。如果我显示 pdf 文件,那么我无法更改它的字体大小。
所以我在 UIWebView 中显示 ePub 文件。但我的问题是如何像 iBook 和 kindle 应用程序那样在 UIWebView 中添加页面卷曲动画。
ruby - 如何在 ruby/rails 3 中复制/读取 pdf 文件
我需要读取和写入 pdf 文件,并且在某些情况下将我拥有的 pdf 与我需要读取的文件合并。我尝试使用 pdf-reader gem 和 prawn gem 来做到这一点。
pdf-reader gem 似乎不允许直接复制文件,而是只从文件中提取文本而不进行格式化或图像,除非您单独编写它们。即便如此,它也只会提取文件片段并跳过其他文件。红宝石还有什么其他的吗?
编辑:更具体地说,在某些情况下,我需要精确的 pdf 副本,而在其他情况下,我需要将一个副本覆盖在另一个副本之上。pdf-reader 或 docsplit 似乎都无法制作副本(读取文本/格式/图像/字体等)。
android - 如何自定义使用 Action_View 打开的 PDF 文件内容
早上好,
我陷入了一个奇怪的问题。我想在android中打开PDF文件......我通过两种方式成功了
2)-->第二次使用 ACTION_VIEW。它适用于具有 Quick Office 代码的手机
现在我想自定义该视图以默认活动启动。我想添加一些动画以在浏览 PDF 文件页面时使页面像书一样打开。那么如何自定义该预定义视图
c# - 在 c# 中使用 iTextSharp 读取中文文本字符
我使用 iTextSharp 来阅读 pdf 文件。我可以阅读英文文本,但对于中文我得到问号,我如何使用 iTextSharp 阅读中文字符。
android - 在 android 中使用 iText 读取或打开 PDF 文件
我是 android 应用程序开发的新手。使用 iText 我已经在创建的文件上完成了 PDF 创建 n 写入,现在我想读取该 PDF 文件。如何使用 iText 打开或阅读 PDF 文件。
例子将是可观的..
然后提前……!!!
哪个是渲染 PDF 文件的最佳库..???? JPedal / iText / gnujpdf 或任何其他.....?????
android - 用于在 Android 应用程序中查看或阅读文档的开源库?
我正在寻找一个用于 android (Jar) 的开源库,我可以在其中打开文档或 pdf 文件。我已经搜索了网络并没有找到任何合适或稳定的东西。
我的主要目标是显示一些加密文件,我的应用程序将对其进行解密并将文件传递给查看器;意味着整个程序应该是安全的。由于安全问题,我无法将解密的文件传递给 google-docs 或任何第 3 方应用程序。
任何帮助将不胜感激。
谢谢大家的时间。
pdf - Is this possible to break the pdf file smaller than page wise breaking?
I found there is a lot of tools available for breaking the Big PDF files into smaller one by splitting the original PDF file PAGE WISE.for example, if i have a 10 page PDF Document,then we can able to break the original pdf file into 10 pieces in page wise splitting.
But i want similar kind of tool that breaks the PDF file smaller than the Page wise splitting.That means,i need to split the PDF page into different documents based on any parameter like paragraph,section,element...
for example,
If my PDF file having 2 pages with 10 paragraphs then i would like to split the pdf file into 10 separate Pdf file based on paragraph parameter...
Also, I strongly believe pdf does not contain any structure like Open XML.But i also Suspecting
How the tools can able to break the pdf files in to small pdf files by splitting page wise?
What kind of mechanism they are using for page wise splitting PDF File?
So, Is there any way to do my work? Please give me your valuable suggestion on this?
android - 适用于 Android 的 PDF 阅读器库
我需要找到一个允许我在 android 上打开 pdf 的库。这必须在我的应用程序内部的视图中发生,并且这个库不能是 GPL(我对 LGPL 很好)或许可(我看到的那些对我来说太贵了)。
我发现pdf-renderer是 LGPL,但我找不到打开 pdf 的方法,只能创建它们(我不需要 atm 的东西)。
干杯
python-3.x - 使用 python3 显示 PDF 文件
我想编写一个显示 PDF 文件的 python3/PyGTK3 应用程序,但我找不到允许我这样做的 python 包。
有pypoppler,但它看起来已经过时(?)并且似乎不支持 python3(?)
你有什么建议吗?
编辑:请注意,我不需要花哨的功能,例如 pdf 表单、操作或写作。