PDFCreator 0.9.5 - PHP/COM
Hello,
I've a problem with PHP and COM, here is my code :
$PDFCreator = new COM("PDFCreator.clsPDFCreator");
$PDFCreator->cStart("");
$PDFCreatorOptions = new COM("PDFCreator.clsPDFCreator");
$PDFCreatorOptions = $PDFCreator->{cOptions};
$PDFCreatorOptions->{UseAutosave} = 1;
$PDFCreatorOptions->{UseAutosaveDirectory} = 1;
$PDFCreatorOptions->{AutosaveFormat} = 0;
$DefaultPrinter = $PDFCreator->cDefaultPrinter();
$PDFCreator->cDefaultPrinter = "PDFCreator";
$PDFCreator->cClearCache();
$PDFCreatorOptions->{AutosaveFilename} = "";
And to save all options :
$PDFCreator->{cOptions} = $PDFCreatorOptions;
but this line return the error :
"Warning: main(): PropPut() failed: Membre introuvable"
Could someone help me please ?
Thanks.
http://sourceforge.net/forum/message.php?msg_id=3465549
Just this link without further ado. I just lost an hour, and nearly two pages of text writing this post. I'm thinking about this t-shirts imprints now:
"Dr. Troll advises: Alt-Backspace. Keep a fish diet."
"Cookie-Expiry: never or the postman never comes twice"
"CTRL+C One Clipboard to rule them all. Word man."