Converter PDF para XML

Delphi

20/08/2006

Caro colegas estou com dificultade de instalar e escrever em Pascal a seguinte rotina de um componente encontrado no site:

http://www.pdf2text.com/ConvertPDFToText-server-edition.htm#exvb

Como escrever este codigo abaixo em Delphi (Pascal)?

Codigo em VB:
You need to add the reference of P2TServer to the project
´Project->References...´ Make sure ´P2TServer Type Library´ was selected there.
´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´
Dim myP2T As P2TSERVERLib.P2T
Dim strRslt As String
Set myP2T = New P2T
myP2T.VerifyLicense ´234234´, ´23423432´
myP2T.EngageProcessor 64 + 32, ´5,10,11-15´, ´¬¬NUM´
strRslt = myP2T.Convert(C:\test\test1.pdf´,´c:\test\test1.txt´)

Agradeço desde já a ajuda dos colegas


M

M

Curtidas 0
POSTAR