Estoy intentando leer PDF con el ejemplo DEMO/ACTIVEX.7
Mi primer intento el ejemplo no trabajo. Tuve que cambiar los paths:
Code: Select all
Win1.Test.Object:src := "c:\hmg\samples\activex\readme.pdf"
Code: Select all
Win1.Test.Object:src := "c:\hmg.3.0.25\samples\activex.7\readme.pdf"
" File does not begin with %pdf "
Luego de eso se muestra una pantalla como si Readme.PDF estuviera en balnco.
Alguna Idea?
Gracas. Saludos
-------------------------------------------------
Im trying DEMO/ACTIVEX.7 (read PDF)
On first try the example do not do anything . I must to change path for my current hmg:
Code: Select all
Win1.Test.Object:src := "c:\hmg\samples\activex\readme.pdf"
Code: Select all
Win1.Test.Object:src := "c:\hmg.3.0.25\samples\activex.7\readme.pdf"
" File does not begin with %pdf "
and then Readme.pdf shows as an empty file..
Any Idea?
Regards.