Sending PDF Files Using Bamboo

Im able to send an image file using Bamboo. But how do you send a pdf file using Bamboo file attachments. This what i use for images but how do you send pdf files.
|> put_attachment(%Bamboo.Attachment{content_type: “image/png”, filename: “logo.png”, data: “content”, content_id: “2343333333”})