Search found 3 matches
- Thu Oct 13 2005
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: image height
- Replies: 2
- Views: 7391
tks
Tks joan
- Tue Oct 11 2005
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: image on table's cell
- Replies: 1
- Views: 6015
image on table's cell
Can I add an image to a table's cell?
- Tue Oct 11 2005
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: image height
- Replies: 2
- Views: 7391
image height
Hello, I'm trying to add an image to the pdf document with the following code: *!* seventh column: picture LNTOP=LNTEMPTOP .CREATEOBJECT(NOBJPICTURE,"PICT1") OBJ = .GETOBJECTBYNAME("PICT1") IF !ISNULL(OBJ) WITH OBJ .ATTRIBUTE("LEFT") = LNRIGHT .ATTRIBUTE("TOP"...