Skip to content

issues Search Results · repo:jonmagic/grim language:Ruby

Filter by

18 results
 (61 ms)

18 results

injonmagic/grim (press backspace or delete to remove)

I added the grim gem (and just that gem) to my Gemfile and ran bundle; I got a long error; please help: $ bundle [DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit ...
  • drhuffman12
  • 1
  • Opened 
    on Sep 10, 2023
  • #42

Hi, As File.exists? has been deprecated since Ruby 2.1.0, would be nice to swith to File.exist? in lib/grim/pdf.rb 1) Grim::Pdf should not raise NoMethodErrod for File:class Failure/Error: ...
  • fgiannattasio
  • 5
  • Opened 
    on Feb 10, 2023
  • #41

I am using Grim to convert PDF to images, here is my code : class PdfToImagesService def initialize(pdf_file) @pdf_file = pdf_file end def call res = [] Grim.reap(@pdf_file.path).each_with_index ...
  • bastoune
  • 4
  • Opened 
    on Oct 31, 2018
  • #39

Is an image s quality not comprised of its pixel density and resolution? What s the actual utility of the quality option?
  • kamok
  • 1
  • Opened 
    on Feb 24, 2018
  • #38

Hi guys, I need to improve the quality of the images I get from the PDF. When I was researching from the internet, I encountered the supersampling technique. People try this technique in the following ...
  • emredurukn
  • 2
  • Opened 
    on Nov 24, 2017
  • #37

Following error is thrown when run the code pdf = Grim.reap( pdf.pdf ) count = pdf.count pdf[3].save( like.png ) text = pdf[3].text pdf.each do |page| puts page.text end Error pdf.pdf C:/Ruby200/lib/ruby/gems/2.0.0/gems/grim-1.3.0/lib/grim/image_magick_processor.r ...
  • aliakbarpunathil
  • 1
  • Opened 
    on Jan 9, 2017
  • #30

We are processing a high volume of documents with Grim and many of the documents white backgrounds become black when converted to JPGs. I believe the issue has to do with an alpha layer in the PDFs. I ...
  • rbrigden
  • 7
  • Opened 
    on Jun 7, 2016
  • #28

Hello, I have a scenario where I need to extract specific pages from pdf and create a pdf only from those pages. Can this library will be helpful in this scenario? I will be thankful to your help.
  • nazarhussain
  • 1
  • Opened 
    on Jul 8, 2015
  • #26

When using a non default ghostscript_path in the imagemagick_processor, this line gets executed: command.unshift( PATH=#{File.dirname(@ghostscript_path)}:#{ENV[ PATH ]} ) if @ghostscript_path @ghostscript_path ...
  • rubikan
  • 5
  • Opened 
    on Feb 19, 2015
  • #25

When I m using the Grim::Pdf.count method under windows (with all dependencies installed and added to the path) I get this error message: No such file or directory - gs -dNODISPLAY -q -sFile=C:/Users/#####/Documents/Webtests/2.4.0/webtest_downloads/#####.pdf ...
  • rubikan
  • 5
  • Opened 
    on Nov 28, 2014
  • #21
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub