Sha256: 3d461b7787469d14a927667429954a1da3067ede0db80a72ada5bdbaf1caff1b

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

## Pdfgen 0.4.1 (May 15, 2018)

* Fixes bug with regex that checks if a URL was passed.

## Pdfgen 0.4.0 (May 12, 2018)

* Can now provide a URL to the initializer.

  Providing a URL to the initializer will now nagivate to the URL and then render the
  page to a PDF.

* Adds a debug mode.

  Calling debug_mode and passing in a time in milliseconds to wait with the browser
  not headless. This may change to be forever in the future but that would cause weird
  issues since the Ruby code expects the Javascript to return the PDF on stdout and
  there isn't yet a good way to indicate that you are done debugging and the rendering
  can continue.

## Pdfgen 0.3.1 (April 23, 2018)

* Fixes bug by passing the wait_for_timeout to the Javascript script.

## Pdfgen 0.3.0 (April 23, 2018)

* Allows optional period in milliseconds to wait for the page to finish rendering.

  A new optional wait timeout that will occur after the content has been set,
  the media emulation set, and the viewport has been set to allow for javascript
  and rendering to run before printing to a pdf

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pdfgen-0.4.1 CHANGELOG.md