How to disable options as downloading in generated PDF file? - jasperserver

When I generate report jasper I don't want the user to be able to download it.
Is there any option to just print it and disable downloading the report

Related

Download Report as Power Point

Is there any reporting tool from which I can automate the output as Power Point. I have access to Crystal and Tableau. From Crystal I can only download report as PDF and then paste in the PPT. Tableau I can download as PPT but some formatting issues and I need to manually download as PPT. Please advise. Thank you.
I think you may want to take a look at DOMO which can:
render a dashboard as a slideshow on the fly (https://domohelp.domo.com/hc/en-us/articles/360043437793-Sharing-Content-Using-Slideshows)
download a PPT for your dashboard
allow you to create refreshable ppt based on your own template (https://domohelp.domo.com/hc/en-us/articles/360043437953-Using-the-Domo-PowerPoint-Plugin)
Do you simply need to convert the report pages to a brand new PowerPoint file with one slide per each report page?
Any extra needs such as using a PowerPoint template?
Or using an existing "hosting" PowerPoint file and a target page for insertion?
Do you need any resizing or cropping of content before it gets inserted into the PowerPoint file?
What is the frequency at which this is needed?

How To Show Jasper Report in Web Page Without Embedding Java Applet Along With Exporting Options of Several File Formats [ pdf , xls etc ]

I am developing an web application where i need to show a report to users. I am using jasper report for reporting. Now what i want to do is to show the jasper report in my web page along with option to export report in pdf/excel file format according to user preference. I don't want to embed java applet on my web page to show report. I have searched over internet and found sample of showing report in browser pdf reader. It solves my purpose of showing report in web page without using applet but by this i can only export report in pdf format. But i need to give user option of exporting in excel format too. So my question is what way i can achieve my goal as i mentioned above?
Finally i found solution of my question. First, I exported jasper report in a html file & then showed the html file in my web page within a iframe which meet my purpose of showing report within web page. And exporting report is done by several exporter class like JRXlsExporter, JRPdfExporter etc. of jasper report.

Selenium IDE: Automate the task

I want to automate the task of checking link by datewise, download the file and verify the excel sheet contents.
Steps:
1. Open URL. It will display the links of file(xxxx_130112_130208_xxx.xlsx).
2. click and download matched date link. It will download excel sheet.
3. Search the content and display report.
Please let me know if any idea regarding this. Can we automate this scenario.
-sri
You cannot do anything outside the browser. The only thing allowed is to use ClickOkOnNextConfirmation to click OK in dialog. But it will not work for saving the file. That's how Selenium IDE works.

Report generation in web applications

As part of my web application, i am using iReport tool to generate reports and its working fine but my doubt is, is it possible to generate xls type report in browser like pdf (we can show the pdf file in the browser)? Means I need to show reports in xls file or word document in the client machine, is it possible? Can anybody clear my doubt?
Although it is a bit late, I'll try to give a generic answer
you can fetch your data to your local Jasper Reports server via JSON.
There is a sample of JsonDataSource in the 4.5.0 version of jasperreports at *\demo\samples\jsondatasource
to run report and receive output pdf, etc. you can use REST API for Jasper Server
then you send output to end user

Why my report has strange fonts when I export it to PDF file?

Hi
I have a report which has been created by Crystal Reports 8.5.
When I run my application (vb6) and wanna show the report, every thing is all right but problem begins when I export it to PDF file. The .pdf file has strange fonts and can NOT be read .
I have used "Tahoma" font for displaying text on the report.
What is your solution? Is there any solution?
Maybe your .rpt got corrupted somehow? Try building a new test report from scratch and use the same setup to export it to PDF. If that works, then you'll probably have to rewrite your real report from scratch.