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

pbrant-flyingsaucer4r

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pbrant-flyingsaucer4r

  • 0.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= flyingsaucer

== DESCRIPTION:

The Flying Saucer gem gives JRuby access to the Flying Saucer XHTML renderer. It also provides Rails integration to simplify sending PDFs generated from XHTML to the browser.

== SYNOPSIS:

To add Flying Saucer to the JRuby classpath:

require 'flyingsaucer'

To use within Rails:

require 'pdffilter'

class ApplicationController < ActionController::Base
  after_filter PDFFilter

  ...
end

Now any request with a :format of 'pdf' will be turned into a PDF using Flying Saucer on the way out to the browser.

== REQUIREMENTS:

  • None (but the Rails integration only makes sense if you are using Rails)

== INSTALL:

jruby -S gem install flyingsaucer

== LICENSE:

Copyright (c) 2008 Consolidated Court Automation Programs

FAQs

Package last updated on 10 Aug 2014

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