DECA-187: genpdf should be able to take multiple input images and generate a single PDF

Metadata

Source
DECA-187
Type
Improvement
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Jonathan Hung
Created
2011-10-31T12:01:58.858-0400
Updated
2012-01-10T11:13:18.148-0500
Versions
  1. 0.4
Fixed Versions
  1. 0.5
Component
  1. genpdf

Description

The genpdf script should be able to take in multiple input images in a directory or command line (space separated file names) and generate a single PDF file.

Example of execution:
decapod-genpdf.py -d foo/ -p foo.pdf -t 1 -b images/

Example of execution:
decapod-genpdf.py -d foo/ -p foo.pdf -t 1 -b image1.png image2.png image3.png

Comments

  • Justin Obara commented 2012-01-10T09:32:17.349-0500

    I believe this is working now. Jon, could you please verify and update the jira as needed.

  • Jonathan Hung commented 2012-01-10T11:13:05.530-0500

    Hasan fixed this with an update in early November. Tested and confirmed fixed.