Hi Could I have a hint on converting theDoc.FontSize = 96 theDoc.AddText "Hello World" theDoc.Save "c:\hworld.pdf" I'm able to create an object with my $theDoc = $Server->CreateObject("obj.doc"); I tried $theDoc->{FontSize} = 96; $theDoc->{AddText} = "Hello World"; $theDoc->{Save } ="c:\hworld.pdf";
with no success. Grateful for any suggestions CJ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>