we are using your product integrated in our document management product. Our customer has reported that when converting Word to PDF (using PDF XChange ) the paper size is alwys A4, even if the souce Word document is done in Letter paper size. This makes e.g. legal documents to look bad.
A couple of questions for you:
1) If the paper size is not explicitely set, what is the default value? Is there some PDFXChange default value or is it using some windows system default value? How can that default be affected by the end user.
2) How can we alter the paper size in code? There a some setting we tweak like this:
Code: Select all
m_spPrinter->put_Option( CComBSTR( L"Save.File" ), CComVariant( szDstFilename ) );
But I have not found anything related to paper size in the documentation.
Br,
Hannu Viitala