pdfium-ruby:PDFium 的 Ruby 绑定

时间:2024-06-22 06:08:20
【文件属性】:

文件名称:pdfium-ruby:PDFium 的 Ruby 绑定

文件大小:48KB

文件格式:ZIP

更新时间:2024-06-22 06:08:20

C++

Google 的 PDFium 项目的 Ruby 绑定 这允许 Ruby 有效地从 PDF 文件中提取信息。 它目前只有非常初级的 PDF 编辑功能。 也可用,测试目录有使用示例。 安装 gem 需要 PDFium 和 freeimage 库。 可用于 PDFium。 Freeimage 应该可以通过系统包安装。 在内存中渲染和提取 # Assuming AWS::S3 is already authorized elsewhere bucket = AWS :: S3 . new . buckets [ 'my-pdfs' ] pdf = PDFium :: Document . from_memory bucket . objects [ 'secrets.pdf' ] . read pdf . pages . each do | page | # render the


【文件预览】:
pdfium-ruby-master
----LICENSE.txt(1KB)
----.ruby-version(11B)
----lib()
--------pdfium()
--------pdfium.rb(359B)
----Gemfile(137B)
----Guardfile(143B)
----Rakefile(2KB)
----test()
--------image_spec.rb(2KB)
--------benchmark-docsplit.rb(1KB)
--------pdfium_spec.rb(242B)
--------image_list_spec.rb(444B)
--------debug.rb(466B)
--------page_spec.rb(3KB)
--------profile.rb(619B)
--------bookmarks_spec.rb(1KB)
--------spec_helper.rb(874B)
--------page_list_spec.rb(599B)
--------document_spec.rb(1KB)
--------bookmarks_list_spec.rb(637B)
--------pdfs()
----README.md(2KB)
----pdfium.gemspec(1KB)
----ext()
--------pdfium_ext()
----.yardopts(58B)
----.gitignore(82B)

网友评论