DECA-278: Add support for new genpdf functions to Decapod server

Metadata

Source
DECA-278
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Jonathan Hung
Created
2012-06-08T15:47:48.977-0400
Updated
2012-07-03T10:38:41.392-0400
Versions
N/A
Fixed Versions
  1. 0.6
Component
  1. Server

Description

Add server support for the new genpdf functions:

  • DPI
  • Dimensions
  • Colour
  • Bit depth

Comments

  • Justin Obara commented 2012-06-29T17:59:44.489-0400

    Update the server to take in query parameters for additional options for genpdf. The underlying code now takes these options and passes them down to the command line call to genpdf.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-server-iteration3

  • Justin Obara commented 2012-07-03T10:38:38.915-0400

    merged into the googlecode project repo