PDF

Everything else that doesn't fall into one of the other PB categories.
PATLOU
User
User
Posts: 12
Joined: Mon Oct 18, 2004 6:24 am

PDF

Post by PATLOU »

For LuckyLuke,
Please can you notice me the way to correct the problem, because my programm actually doesn't works since the new version of PB3.92B.
It seems that the problem comes with XP Pack2 because with windows 2000 the same program works fine.
LuckyLuke
Enthusiast
Enthusiast
Posts: 181
Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium

Post by LuckyLuke »

@PATLOU :
I'll have a look at this problem. I'll keep you informed !
Would love to see your program. Is it possible to send it to me ?
([url=mailto:luckyluke@fateback.com]email : LuckyLuke[/url])
Thanks.
LuckyLuke
Enthusiast
Enthusiast
Posts: 181
Joined: Fri Jun 06, 2003 2:41 pm
Location: Belgium

Post by LuckyLuke »

@Patlou

A new version can be downloaded here or use Tailbite 1.2 Beta 1.5 to build the lib.
PATLOU
User
User
Posts: 12
Joined: Mon Oct 18, 2004 6:24 am

Post by PATLOU »

LuckyLuke wrote:@Patlou

A new version can be downloaded here or use Tailbite 1.2 Beta 1.5 to build the lib.
I compile a new version and with my program I have the message :
Détection d'un emarque non reconnue : -1.#J and the PDF is empty
I send you the programm which create the PDF in your personal account
PATLOU
User
User
Posts: 12
Joined: Mon Oct 18, 2004 6:24 am

PDF

Post by PATLOU »

PATLOU wrote:
LuckyLuke wrote:@Patlou

A new version can be downloaded here or use Tailbite 1.2 Beta 1.5 to build the lib.
I compile a new version and with my program I have the message :
Détection d'un emarque non reconnue : -1.#J and the PDF is empty
I send you the programm which create the PDF in your personal account
It seems that's the problem come from the following instruction :
pdf_Image("Image002.jpg",20, 15)
I look at your help file and verify that's my png was at the good format not interlaced , all is good.
Finally I choose to put the image in JPG format and the programm is now good
Post Reply