PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
bugthefixer
Forum Contributor
Posts: 118 Joined: Mon Mar 22, 2004 2:35 am
Post
by bugthefixer » Sun Oct 16, 2005 11:28 pm
how a word and excel file be converted into pdf files using php so that a word file uploaded should be saved as pdf file
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sun Oct 16, 2005 11:38 pm
that could easily depend on what software you have installed along with the OS you are running..
bugthefixer
Forum Contributor
Posts: 118 Joined: Mon Mar 22, 2004 2:35 am
Post
by bugthefixer » Sun Oct 16, 2005 11:58 pm
I have installed acrobat distiller and the operating system i am using is either Windows 2000 professional or windows XP
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Oct 17, 2005 12:00 am
then COM would be used to launch Word or Excel in the background and tell it to print the document you open through Distiller.
bugthefixer
Forum Contributor
Posts: 118 Joined: Mon Mar 22, 2004 2:35 am
Post
by bugthefixer » Mon Oct 17, 2005 12:02 am
Is there any tutorial or sample code to do that...
bugthefixer
Forum Contributor
Posts: 118 Joined: Mon Mar 22, 2004 2:35 am
Post
by bugthefixer » Mon Oct 17, 2005 12:53 am
Sorry to bother you again...now i did everything but i dont know the parameters of ActiveDocument.Print() like how can i specify the server here
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Mon Oct 17, 2005 1:30 am
you can view the parameters in Object Browser Window...