12-27-2007, 9:37
|
cricket
Joined on 06-22-2007
Posts 11
|
Setting the Title and Author for the output PDF file
|
 
 
|
|
|
I am using ePrint API 4.5 and calling the methods "PutTitle" and "PutAuthor" available in "ILEADPDFGeneralOptions". However, the output PDF file does not seem to take my arguments!
My code somewhat looks like this:
pGlobalSettings()->GetPDFGeneralOptions()->PutAuthor("Author"); pGlobalSettings()->GetPDFGeneralOptions()->PutTitle("Title");
While the rest of the methods SaveDirectory, SaveFileName, SaveFileFormat, etc seem to work just fine, the methods from "ILEADPDFGeneralOptions" and "ILEADGlobalPrinterOptions" aren't working.
So, is there a sequence we need to follow to call/use these methods? Are there any examples? If any, could you give us a link (URL)?
Thanks in advance.
|
|
|
|
|
Report
|
|
|
|