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?
What happens if you print a small text file?
The Same!
PDFCreator ignores my settings and print it to a4-format!
Post me a link to the program (zip).
It must work.