Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.09 KB

#SD Gophers Challenge for December 2016

Holiday Cards Generator.

For tonight's challenge, we will be using a third party library, called gofpdf.

Challenge 1.

Create a simple holiday card for your friends and family; output it as a pdf. The card should have a picture and least one line of text.

If you need ideas for what holiday cards look like look here.

Challenge 2.

Your application should allow one to specify an image. The image should be resized and fit the card you created above. The application should take a line of text that will replace the default line of text from above.

Challenge 3.

The application should take a new line separated list of people names, and generate a card including each name.

Challenge 3a.

The subject text should now be a template, indicating where the application will insert the name.