Hello people I was following this tutorial to generate a \"pdf\" file from a view in my rails app. Everything was ok, until I tried to hide the \"link to download\". Everytime I generate the PDF fi
I\'m having a problem understanding the after_save rails callback. There is a snippet from my model:
I\'m using PDFKit in my Rails app to generate PDF\'s. Problem is some of my content in contains non-ascii characters. How do 开发者_StackOverflow中文版I force it to use UTF-8?Fixed by adding this to i
I\'ve an app which works fine in development and on my current production server. I want to move it to FREE heroku (basic config: 1 dyno, 1 worker).
I\'m trying to create a pdf with PDFKit from a webpage with custom Google Web fonts. I can\'t seem to get the custom fonts to work properly.
being that PDFKit is not available on iOS, how is it possible to get the outline of a pdf document in that environment? Is commercia开发者_高级运维l libraries like FastPdfKit or PSPDFKit the only solu
I have a PDFV开发者_C百科iew object in one of my windows and wondering if there\'s anything special I need to do in order for the hyperlinks to work.
I am trying to use PDFKit using rails 3, I followed the railscast tut开发者_开发知识库orial and found that I get the following error:
I\'m trying to send pdf to user. For example if user is in /products?category_id=3he has to get report of products whose category id is 3 not all reports. I couldn\'t find a way to pass parameter. How
I have bundle exec rails -v Rails 2.3.11 which wkhtmltopdf /usr/bin/wkhtmltopdf pdfkit (0.5.0) The site is served with nginx + passenger