Quantcast
Channel: PDFCreator English - pdfforge forums
Viewing all articles
Browse latest Browse all 1241

COM Interface 3.2.2: Overwriting Files

$
0
0

@Pappione wrote:

Hello Robin,

We are using release 3.2.2 Build 13517 for the past few weeks. The ConvertTo is not overwriting the PDF's as we want it to any more. Now it is adding the "_#" suffix to every file name. Strangely enough, not on every computer. One client and I have the same registry settings for autosave, EnsureUniqueFilenames = False. Mine will overwrite, hers does not.

This is getting ugly. I am spending the better part of my days chasing the files that should be overwritten, and replacing them with the highest iteration of the suffix.

Please help!

Code Snippet:
DoCmd.PrintOut acPrintAll
Do Until oPDFQueue.Count > 0
DoEvents
Loop
Set oPDFJob = oPDFQueue.NextJOB
oPDFJob.SetProfileSetting "OutPutFormat", "PDF"
oPDFJob.ConvertTo sFileName

Thank You!

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 1241

Trending Articles