Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show PDF in _blank #17

Open
onoboaits opened this issue Jul 8, 2021 · 1 comment
Open

Show PDF in _blank #17

onoboaits opened this issue Jul 8, 2021 · 1 comment

Comments

@onoboaits
Copy link

onoboaits commented Jul 8, 2021

Utilizo la librería JASPERPHP en un desarrollo de una aplicación web, funciona muy buen, el problema que tengo es que el reporte me aparece en la misma ventana (_self), necesito que salga en una ventana nueva (_blank) para que no interrumpa el proceso de la aplicación.

Otro punto es que cuando al reporte le agrego un logotipo, al generar el PDF no me aparece el logotipo.

Talvez sea un tema general, pero agradecería tu ayuda.

Saludos,

Omar Noboa

@Rctnet
Copy link
Contributor

Rctnet commented Jul 8, 2021

Ola, @onoboaits , creo que precise usar el method javascript window.open("url del report"); para abrir en una nueva ventana,
para carregar un logotipo tente colocar el ficheiro en la misma pasta donde está el ficheiro jrxml, puedes tabien usar el camiño absoluto ex: https://exemplo.com/images/logotipo.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants