Plugin Developer DiscussionDiscussion for FogBugz Plugin developers |
||
I need to output pdf stream to a user from wihnin the plugin.
Is there a way to output directly into response stream from within a plugin? Some analog to the asp.net code: Context.Response.ClearContent(); Context.Response.ContentType = "application/pdf"; Context.Response.BinaryWrite(GetPdfContent()); Context.Response.End(); If not, how I can do that? |
Powered by FogBugz