I have a website that generates pdf file from CSP. Will this pdf file be generated in the server before showing to the user? WIll it be saved in the server? Is there a way to copy these files?
-Vivek
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you schedule a report, then the document is stored and managed by the File Repository server, regardless of output format (PDF included). You will have pro-grammatical access to the ‘instance’ using the BO SDK.
If you ran the report on-demand, I believe that the document will be cached by the Page server, but I don’t think you will have pro-grammatical access. The File Repository server should clear the cached document when it expires.