PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Twain to pdf (feeder option ignored)bug?
Twain to pdf (feeder option ignored)bug?
Iniciado por newbie2, 19,ago. 2017 07:21 - 1 respuesta
Publicado el 19,agosto 2017 - 07:21
hello,
somehow the feed option of twain to pdf gets ignored when user interface on false
bug?
if i puth the option on true and select feeder then it works fine ,.... so no driver issue

TwainCurrentSource()
TwainProperty(TwainFeederEnabled,True)
TwainProperty(TwainAutoRotationEnabled,True)
TwainProperty(TwainResolution,300)
TwainToPDF(sRes2,False,TwainAnyType,16,300,0,0,False,True)
Publicado el 19,agosto 2017 - 15:09
Hi

start by TESTING THE RESULT of each of the functions you are using, as indicated CLEARLY in the help, and you'll know much more about what's happening

Best regards