On 3/16/2004 10:00 PM, Clinton wrote:

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";

What type of object is $thedoc? What type of object is $Server? I can infer the platform your working on only because I'm familiar with Windows. Is this OLE or a pdf writing module that you are using? We need much more context information.


Randy.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to