Autosave to a predined document name

2006-06-23 11:55:46 by anonymous

How can I autosave a document to a predefined name that is not the standard name and how can I open the sample files

Bert


2006-06-23 12:13:12 by thesmilyface

> How can I autosave a document to a predefined name
PDFCreator -> Options -> Auto-save -> Filename
Remove all tokens and add your predefined name.

> ... how can I open the sample files
Which sample files?

Frank


2006-06-23 12:22:59 by anonymous

Hi Frank, sorry but the sample files are in the dir C:\Program Files\PDFCreator\COM\Samples.

The filename will be a floating name like an invoice number that is generated in an access application.

Bert


2006-06-23 12:29:19 by thesmilyface

Ok. Please describe exact what you want to do.

Btw: What is your natural language?

Frank


2006-06-23 16:21:33 by anonymous

Frank,

I want to save each invoice I make with access. That filename will be floating so I cannot use the standard from PDFCreator.

I thought there were samples included.

BTW I am Dutch


2006-06-23 18:19:00 by thesmilyface

>BTW I am Dutch
I ask because my german is better than my english. ;-)

>I want to save each invoice I make with access. That filename
>will be floating so I cannot use the standard from PDFCreator.
Than you should use the com interface. Take a look at the com sample
"modPDFCreatorAccess2000.bas" in "PDFCreator\COM\Samples\MS Office".

Frank


2006-06-26 11:30:21 by anonymous

Hi Frank,

thanks a lot but these are the samples I cannot open or I don't know how to open.

Bert


2006-06-26 12:11:32 by thesmilyface

Open your db, create a new module, import "modPDFCreatorAccess.bas" (File/Import), test it.

Frank


2006-06-26 13:43:38 by anonymous

Hi Frank,

thanks a lot already. I am using access 2003 and I have imported the file but I get a compilation error because PDFCreator1 As PDFCreator.clsPDFCreator is not defined. What will this say.

thx
Bert


2006-06-26 15:06:11 by thesmilyface

Please add a reference of PDFCreator. Menu -> Extras

Frank


2006-06-27 10:36:44 by anonymous

Hi Frank,

thanks for all your help. It is working perfect now.

I hope to speak you soon again.

Bert


2006-07-15 07:00:06 by anonymous


2006-07-26 13:42:42 by anonymous

I have script in excel. Its result is printing several copies of some charts. And I use PDFCreator as printer.
My aim is make pdf filenames out of one cell of the excel sheet (or the first word in pdf file - it's the same)
In PDFcreator settings i can name the files only with date_time, document name, job name etc.
Is there a solution, how to make the filenames out of excel cell?
thanx


2006-07-26 14:51:30 by thesmilyface

Use the com interface and take a look at the excel com sample.


2006-07-26 15:33:51 by pesiak

I'm looknig for the COM interface in help file and in C:\Program Files\PDFCreator and I can't see it. Checking version function says that I have the latest version.
Is it possible to download it?
I can't reinstall the version, I don't have rights to do it.


2006-07-26 16:14:35 by thesmilyface

Look in the application path:
PDFCreator\COM\Samples\MS Office -> frmPDFCreatorExcel

Online:
http://svn.sourceforge.net/viewcvs.cgi/pdfcreator/trunk/COM/Samples/MS%20Office/frmPDFCreatorExcel.frm?view=markup&rev=110


2006-09-05 16:22:17 by trScott

When selecting the reference, use the PDFCreator.exe file located in the base PDFCreator folder. Do not use the PDFCreator.exe located in the COM Interface folder; otherwise, everything will compile, but it will not work. Took me a while to figure out my error.