At first I prepare PGB and create 2 menulink:
1) To post messages and web-reading.
Menu Item Type = Guestbook.
Link = index.php?option=com_phocaguestbook&view=guestbook&id=1
ID=1001
2) To print messages for off-line reading.
Menu Item Type = External URL
Link = index.php?option=com_phocaguestbook&view=guestbook&id=1&tmpl=component&print=1
ID=1002
When I use 2nd menulink from frontend, SEF change url to "index.php/component/phocaguestbook/?tmpl=component&print=1&Itemid=1002". Result = error 404.
When I manually run 2nd url via addressbar - it's work.
When I run it via Menu Item Type "Iframe Wrapper" - it's work. But iframe - is bad way for me (not clear design to print).
I need both - SEF and right url to print view (or different way to print).
Any advices?

PS: I already read it https://www.phoca.cz/documents/16-joomla ... -in-joomla but don't understand, how to used it in this situation.