OLE automation for MS Publisher

2004-10-05 Thread Brad Smith
t:=18) VBA Code #2 (Places the text in the textbox and formats it): With ActiveDocument.Pages(1).Shapes(1).TextFrame.TextRange .Text = "My Text" With .Font .Bold = msoTrue .Size = 25 .Name = "Algerian" End With End With Thanks in advance for any help yo

Where am I going wrong with OLE and MS Word?

2003-09-02 Thread Brad Smith
0.75); $PageSetup2 -> {BottomMargin}= $WordApp -> InchesToPoints(0.75); $WordApp->Selection->Font->{Size} = '12'; $WordApp->Selection->TypeText( "Let's try some text in here to see what happens." ); $WordApp->ActiveDocument->SaveAs({FileName=&

IPC::Open3 Error on Win32

2003-07-10 Thread Brad Smith
I was wading through SourceForge yesterday, when I discovered the PerlWebServer Project. Simply, it is supposed to be a cross-platform perl-based web server, capable of performing cgi. After installing it to the c:/perl/bin/perlwebserver directory, I tried testing it. No problems with it pass

Quirky behavior with for loop

2003-02-10 Thread Brad Smith
ot;$i"."_"."$inner_counter"."_"."$counter"; print qq~ ~; $inner_counter++; } print "";

PerlApp

2002-08-29 Thread Brad Smith
ng PerlApp, and 'coomand=do_this' is the argument I am passing. Is it just a syntax in the way I am passing the arguments? Thanks in advance for your help. Brad Smith ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http:/

Getting filename

2002-04-21 Thread Brad Smith
from $incfn{'get_file'} to be just 'test.pdf'? Thanks in advance. Brad Smith ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Pipe to ps2pdf

2002-02-12 Thread Brad Smith
I am trying to write a script that will pipe my postscript file to ps2pdf (part of Ghostscript), but I am having an impossible time. Does anyone who has implemented ghostscript have a code snippet that demonstrates how to pipe the .ps data to ps2pdf? Thanks in advance, Brad Smith [EMAIL