I have variable letters with variable signatures, so I created inline graphics to go with my letters. Created a text box for my letters, and have that text box rotating 180 degrees. Well my text is rotating but not my signature. If I output to a pdf or postscript it is fine, but if I print to a vdx my signature ends up above my letter not rotated.
Thanks, Cristy Central Ohio Graphics -----Original Message----- From: Rob Domaschuk [mailto:[EMAIL PROTECTED] Sent: June 18, 2008 5:01 PM To: FusionPro Users Forum Subject: [fusionpro] RE: How can I rotate an image with an Expression. > No I mean, when I am creating my inline graphic expression can I add a > tag to rotate it then? (if (Field("RepName")=="Pete") > > return '<graphic resource="pete.tif" width="5500">') I don't even know > if that would work anyway. This is very annoying, no matter how I > bring in the resource, it will not rotate with the text box. It's only > when I do a vdx. Postscript and PDF's are fine, but it takes to long > for the Nexpress to rip the postscript files. If you put everything into a table, then you can use the rotate attribute of the <cell> tag: ...<cell rotate=270><graphic resource="Pete.tif"> ... I am assuming that there is a reason you need to rotate just the image itself and NOT the entire frame? Rob ________________________________ Rob Domaschuk Training and Communications Developer Avoid in-laws. Marry an orphan. - Unknown +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of $299 per license for current customers: http://fusionpro.printable.com/store/upgrade New licenses available for $599 each at: http://fusionpro.printable.com/store/ All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat 8 and InDesign CS3 support when released for FREE. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of $299 per license for current customers: http://fusionpro.printable.com/store/upgrade New licenses available for $599 each at: http://fusionpro.printable.com/store/ All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat 8 and InDesign CS3 support when released for FREE. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com --
