So i have a wizard to print report which can be executed using JSON RPC .
which will :
- Create a session (Gives ID)
- Execute a session
- Delete a session
now the execute session gives me base64 of pdf in JSON RPC
how can i get the same base64 programatically ?