Jump to content
JasperReports Library 7.0 is now available ×

Is posible to Export via REST API to PPT?


msanchezs

Recommended Posts

Hi,

Is posible export to PPT with the Rest API?

My code PHP:  

 $c = new JaspersoftClientClient("http://localhost:8080/jasperserver","jasperadmin","jasperadmin");$report = $c->reportService()->runReport('/reports/Blank_A4_Landscape', 'html');[/code]

The posible formats are: pdf, html, xls, xlsx, rtf, csv, xml, docx, odt, ods, jrprint.

Thanks in advance. 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...