Issue
If you are using the Acrobat SDK to control the print functionality in Acrobat/Reader, or to write a custom print plugin, you will need to use the function: AVDocPrintPagesWithParams(avDoc, &docPrintParamsRec);
Reason
This is a limitation in the Acrobat SDK as it still uses short printer names. In the Acrobat standard printer dialog, there is no limitation as the dialog uses internal methods which have already been extended for long printer name support.
Solution
The Acrobat 9 SDK will resolve this issue and add support for long printer names.
Additional Information
Please refer to the following link for the declaration of the AVDocPrintPagesWithParams function (pg: 1713):
http://www.adobe.com/devnet/acrobat/pdfs/acrobat_pdfl_api_reference.pdf
it is discussed again here:
http://www.adobe.com/devnet/acrobat/pdfs/plugin_apps_developer_guide.pdf
reference: (180009702/1673603)
