PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 25 → Aula 996- Windev - Dicas 010 - Active X - Ler Pdf
Aula 996- Windev - Dicas 010 - Active X - Ler Pdf
Iniciado por amarildo, 13,dic. 2016 14:24 - No hay respuesta
Miembro registrado
535 mensajes
Popularité : +14 (14 votes)
Publicado el 13,diciembre 2016 - 14:24
//Procura Arquivo pdf
sFile is string
// Opens the file picker
sFile = fSelect("", "", "Select a file...", "Pdf" + TAB + "*.pdf", "*.pdf")
EDT_pdf=sFile

//Ler arquivo pdf e Mostrar

AX_pdf>>LoadFile(EDT_pdf)

http://doc.windev.com/en-US/…
http://windevdesenvolvimento.blogspot.com.br/2016/12/aula-996-windev-dicas-010-active-x-ler.html