Does that allow you to create a vector file from the EPS or is it just an EPS with pixel graphics? If it is vector, does it make it so that you can edit the document and make changes to things like text? Thanks,Darrin Keller> Date: Tue, 23 Sep 2008 11:18:00 -0600> From: [EMAIL PROTECTED]> To: [email protected]> Subject: Re: [UPHPU] Speaking of pdf creation...> > Ash wrote:> > I have a script that makes a pdf with pdflib, and when it is done, I > > need it to make an eps file from it. I use this command at the end of > > the script:> > > > shell_exec("pdf2ps -eps /graphics/epsfiles/$jobnum.pdf > > /graphics/epsfiles/$jobnum.eps");> > > > But it doesn't actually create the eps file. The pdf file is in the > > directory, but it doesn't convert it to an eps for some reason.> > > > I think the script is finishing before the eps is made. Is there a way > > to wait until the shell_exec is finished before going to the next step > > in the script?> > > > Ash> > > > I hate to answer my own question, but all I had to do was add $tempvar= > in front of the shell_exec command and it worked.> > I just don't know why.> > Ash> > _______________________________________________> > UPHPU mailing list> [email protected]> http://uphpu.org/mailman/listinfo/uphpu> IRC: #uphpu on irc.freenode.net _______________________________________________
UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
