sivarajankumar / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Upgrading to the last source using Grid and MultiCell #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Thibault:

What steps will reproduce the problem?
1. Upgrading to the last source 0.1.4.8
using addGrid and addMultiCell parameter.

What is the expected output? What do you see instead?
A Grid and Text.

What version of the product are you using? On what operating system?
0.1.4.8 (before last uploaded ¿version?)

Please provide any additional information below.

When I update to AlivePDF 0.1.4.8 an Adobe Acrobat Alert! window appears with:
An unrecognized token 'NaN' was found.

then only appears a blank PDF page.

there´s no Grid, text, nothing.

what is wrong in this version?

***********************
Q: How could I use the addImage and repeatHeader Parameters?

greetings!!!

Original issue reported on code.google.com by diping...@gmail.com on 10 May 2009 at 2:56

Attachments:

GoogleCodeExporter commented 8 years ago
using addImage parameter next to the grid parameters like this:

myPDF.addImage ( image, 10, 10, 10, 10, ImageFormat.JPG, 100, .5 );

Flash is sending the next error advise:

TypeError: Error #1034: Forced conversion error: can not convert image$ in
flash.display.DisplayObject. at MethodInfo-578()

Original comment by diping...@gmail.com on 10 May 2009 at 3:21

GoogleCodeExporter commented 8 years ago
Well, I´m using this:
myPDF.addImage (image, 0, 0, 0, 0, ImageFormat.JPG, 100, 1, Blend.NORMAL, true);

But the image is cropped and quality is poor (at: 72px | size: small like an 
icon).
this movieclip called "image" contains one jpeg image at 200px and a flash blue
square and both are displayed pixelated.

I put an instance in the swf scene but I just want to use the image in the PDF 
not in
the swf movie is this possible?

I appreciate your comments.

Original comment by diping...@gmail.com on 10 May 2009 at 5:06