Summoning Written Books and others

Using the /summon command, is it possible to summon written books? I have the /give command for the book that I wrote (can supply said command if needed), but when I tried changing it to be in the /summon format, it summoned a piece of stone. Another quick question I had along the same lines is summoning enchanted items. Any suggestions?

This is another book with the same number of pages and the same characteristics as my first book (click event, colored text)

/give @p written_book 1 0 {pages:["{\"text\":\"Welcome\",\"color\":\"dark_red\"}","{\"text\":\"Introduction\",\"color\":\"dark_red\"}","{\"text\":\"DRAMA!\",\"color\":\"dark_red\"}","[\"\",{\"text\":\"C\",\"color\":\"dark_red\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/say Test Success\"}},{\"text\":\"lIcK MURdEr!\",\"color\":\"dark_red\"}]","{\"text\":\"Dramatic ending!\",\"color\":\"dark_red\"}"],title:"How to Kill a Minecrafter",author:SMILIECHICKEN,generation:3}

It is possible. You can use the datatag like this:

/summon Item ~ ~ ~ {Item:{id:"minecraft:written_book",count:1,Damage:0,tag:{pages:[I don't want to copy-paste]}}}