Hidden Settings

2006-07-27 14:11:11 by anonymous

Hallo,

if I want to set the hidden settings "DeviceWidthPoints" and "DeviceHeightPoints", the registry will be updated but the size of the document I want to convert (*.ppt) don't changes.

I wrote this in Visual Basic 6.0

My Code:

Private WithEvents m_objPdfCreator As PDFCreator.clsPDFCreator

Set m_objPdfCreator = New PDFCreator.clsPDFCreator

Dim h As Double
Dim w As Double

h = 72#
w = 72#

m_objPdfCreator.cOption("DeviceWidthPoints") = w m_objPdfCreator.cOption("DeviceHeightPoints") = h

Do you have any solution?


2006-07-27 15:23:14 by thesmilyface

What happens if you print a small text file?


2006-07-27 16:08:39 by anonymous

The Same!

PDFCreator ignores my settings and print it to a4-format!


2006-07-28 18:41:59 by thesmilyface

Post me a link to the program (zip).

It must work.