Help in cakePdf Plugin

I am using cakePdf Plugin.
In controller , have method name view(), and view is
in src/templates/ctrlName/pdf/view.ctp

I got error
’/src/Template/ctName/view.ctp’ not found.’

Did you add the pdf extension to your routes file?

Yes, I did.
Router::extensions(['pdf']);