Trying to display short code content in template file with do_shortcode()

WP Issuu plugin doesn’t use the shortcode API. So you can’t use it like a regular shortcode. The plugin is a filter for the_content, that’s why your solution did work.

If you want to solve this (use do_shortcode) you have to rewrite the plugin so it uses the shortcode API.