You are not logged in.
Pages: 1
I spent some hours trying to make work htm2pdf in Delphi2010 and decided to post this for those inexperts like me:
After unziping I got folder structure
mORMot and Open Source friends-91268ef02ce2dacc
..HtmlView\htm2pdf
..LVCL
etc
Opened htm2pdf.dproj in HtmlView\htm2pdf
Added in search paths: ..;..\..; (not sure if you really need search path to LVCL, etc).
Also, see my post from yesterday
Good luck
The error seems to be bad code related with properties for touch and gestures in HtmlViewer's htmlview.pas .
Eliminated everything in conditional compilation related with touch and gestures and it worked ! Anyway I dont need them for my application.
Hi,
I compiled the code in Delphi 2010 but when I try to run unmodified Htm2PDF i get the following error:
"Error reading Viewer.Touch.InteractiveGestureOptions:
Property Touch.InteractiveGestures does not exist"
any idea why is this happening?
Im using it in an XP virtualBox virtual machine.
Thanks !
Pages: 1