Search found 48 matches

by ditte
Tue Aug 07, 2007 2:45 pm
Forum: Image Processing & Document Imaging
Topic: No more printing pdf
Replies: 1
Views: 1976

No more printing pdf

Hi Loic, this is my code, works with gdpicturepro (Vers 3.08.0005) .... Get ComPrintSetActivePrinter printername to lb_ok Get ComGetTotalFrame to li_frame //Anzahl der Seiten Send ComPrintSetFromToPage 1 li_frame Send ComPrintImage .... With gdpicturepro (3.9.0.0) the printdialog will open, choise a...
by ditte
Tue Jul 24, 2007 5:23 pm
Forum: Image Processing & Document Imaging
Topic: DisplayNextFrame seems not worked correct?
Replies: 3
Views: 2698

Hi Loïc,

in this view at all pdf. In othér programparts I can open it and change to the next frame. The values of the objects are correct, I´ve see it in a debugger?
It must not be your module, but I´m understand the returnvalue 2.

Regards Dittmar
by ditte
Mon Jul 23, 2007 11:35 am
Forum: Image Processing & Document Imaging
Topic: DisplayNextFrame seems not worked correct?
Replies: 3
Views: 2698

DisplayNextFrame seems not worked correct?

Hi Loic, I´ve loaded a pdf document. I send the message ComDisplayNextFrame. It will not work. The document has 2 sites. I look in with the debugger to see what is the reason. The value in the hDispatchDriver is correct but in retval is the value 2. 2 = InvalidParameter. Do you have a idea, what it ...