Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hashed-jasper-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashed-jasper-rails

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= hashed-jasper-rails

Hashed-jasper-rails was inspired by jasper-rails.(https://github.com/fortesinformatica/jasper-rails) This can use hash as a data source.

== How to use

(1) Add your Gemfile. gem "hashed-jasper-rails"

(2) Add action method.

app/controllers/users_controller.rb

def print users = [ {:name => "Izumi Konata", :email => "konata@example.com"}, {:name => "Hiiragi Tsukasa", :email => "tsukasa@example.com"}, {:name => "Hiiragi Kagami", :email => "kagami@example.com"} ] jasper_pdf :resource => users end

(3) Edit a jasper template file. Template propaties. Query Text: /jasper/record The language for the dataset query: xPath

for Japanese. Text Field propaties. Pdf Font: HeiseiMin-W3 or HeiseiKakuGo-W5 Pdf Encoding: UniJIS-UCS2-H (Japanese)

(4) Set a jasper template file.

app/views/users/print.jasper

== Options.

(1) Set a model and record name. jasper_pdf :resource => users, :model => "foo", :record => "baa"

Then template propaties. Query Text: /foo/baa

(2) Set a template file. jasper_pdf :resource => users, :template => "users/list"

Then use this template file.

app/views/users/list.jaster

(3) Use ActiveRecord resource. user = User.all jasper_pdf :resource => users

== Copyright

Copyright (c) 2012 Kazuhisa Yamamoto. See LICENSE.txt for further details.

FAQs

Package last updated on 05 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc