In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Ver PDF embebido

Foro público de Xailer en español
Responder
Claudio C
Mensajes: 60
Registrado: Dom Sep 20, 2015 8:13 pm
Ubicación: Buenos Aires

Ver PDF embebido

Mensaje por Claudio C »

Estimados:
Necesito mostrar un PDF 'embebido' en una pantalla.
No logro encontrar ejemplo.
Agradeceria vuestra ayuda.
Claudio
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9246
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: Ver PDF embebido

Mensaje por ignacio »

Buenos días,

Dicha funcionalidad aún no existe. Estará presente en Xailer 7. Aún no hay fecha de publicación estimada.

Saludos
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
emeasoft
Mensajes: 1088
Registrado: Mié Abr 01, 2009 4:12 pm
Ubicación: emeasoft
Contactar:

Re: Ver PDF embebido

Mensaje por emeasoft »

[Spanish by Google Translate]
Hola Claudio,

Hasta que se lance Xailer 7, puede usar la "Oracle Outside In Viewer Technology".

Puedes descargarlo aquí:
https://www.oracle.com/middleware/techn ... loads.html
Busque "Viewer Technology" en la página.

Instálelo e importe el Active X en Xailer, después de eso solo tiene que inicializar el visor dentro de un componente.

Código: Seleccionar todo

 
WITH OBJECT Toixctrl():New( ::oYourBevel )
   :nAlign:=alCLIENT
   :Create()
   :ViewFile(.F.,"File_name")
END
Los métodos y propiedades que puede encontrar en el archivo que crea Xailer después de importar Active X.

Saludos,
Juliano

[English]
Hi Claudio,

Until Xailer 7 releases you can use the "Oracle Outside In Viewer Technology".

You can download it here:
https://www.oracle.com/middleware/techn ... loads.html
Search for "Viewer Technology" in the page.

Install it and import the Active X into Xailer, after that you just have to initialize the viewer inside a component.

Código: Seleccionar todo

 
WITH OBJECT Toixctrl():New( ::oYourBevel )
   :nAlign:=alCLIENT
   :Create()
   :ViewFile(.F.,"File_name")
END
The methods and properties you can find in the file Xailer creates after importing the Active X.

Regards,
Juliano
Avatar de Usuario
bingen
Mensajes: 565
Registrado: Lun Jul 07, 2014 8:17 pm
Ubicación: Bilbao
Contactar:

Re: Ver PDF embebido

Mensaje por bingen »

Yes we use this OCX component "Oracle Outside In Viewer Technology" for free and you can show in a bEvel near 500 types of files, Pdf, Doc, Xls, Dwg, etc.... incredible and efective.

Sometimes there are problems to install the component and you need to register the OCX manually via CMD.
BiSoft Desarrollo de software profesional
http://www.bisoft.es
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9246
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Re: Ver PDF embebido

Mensaje por ignacio »

Oracle grants You a nonexclusive, nontransferable, limited license to internally use the Programs, subject to the restrictions stated in this Agreement, only for the purpose of developing, testing, prototyping, and demonstrating Your application and only as long as Your application has not been used for any data processing, business, commercial, or production purposes, and not for any other purpose.

Oracle le otorga una licencia limitada, no exclusiva e intransferible para usar internamente los Programas, sujeto a las restricciones establecidas en este Acuerdo, solo con el propósito de desarrollar, probar, crear prototipos y demostrar Su aplicación y solo mientras Su aplicación no haya sido utilizado para cualquier procesamiento de datos, negocios, fines comerciales o de producción, y no para ningún otro propósito.
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder