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
-
- 0.4
- Fixed Versions
-
- 0.5
- Component
-
- 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.