User login

Who's online

There are currently 0 users and 84 guests online.

Advertisements


SourceForge.net Logo

PDFCreator 0.9.5 - PHP/COM

Submitted by ag on Thu, 2008-02-07 10:32.

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.

Submitted by MischPoker on Sun, 2008-03-23 03:02.

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

© 2006 by pdfforge.org :: Contact us

Validate XHTML or CSS.