Saludos
Necesitamos leer el contenido del texto de un archivo PDF, necesario para lectura de asientos contables, el usuario desea evitar la transcripción de miles de asientos contables.
function pdf2txt( cPdf, cTxt )
local oWord := WinWordObj()
local oDoc
cPdf := cFileSetExt( cPdf, "pdf" )
if File( cPdf )
cPdf := TrueName( cPdf )
DEFAULT cTxt := cFileSetExt( cPdf, "txt" )
oDoc := oWord:Documents:Open( cPdf )
oDoc:SaveAs2( cTxt, 2 ) // wdFormatText )
oDoc:Close()
FW_MEMOEDIT( cTxt )
else
? cPdf + " not found"
cTxt := nil
endif
return cTxt
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 41 guests