Hi,
There is a Custom action block which is available on SCN and also SAP note 1109054 wihch can be used to create PDF documents. Here are the steps:
Follow the steps as mentioned below.
1. Download PDFActions.jar as per SAP Note 1109054.
2. Download iText 1.4.5 fromhttp://www.java2s.com/Code/Jar/i/Downloaditext145jar.htm
3. Download iTextAsian (Latest Version) fromhttp://sourceforge.net/projects/itext/files/
extrajars --> extrajars 2.0.zip
After you unzip the files take only itext-asian.jar
4. Rename itext-1.4.5.jar to iText.jar
5. Rename itext-asian.jar to iTextAsian.jar
6. Zip all the three files (PDFActions.jar, iText.jar and iTextAsian.jar) to one zip file and name it PDFActions.zip
Final Step --> upload and deploy the zip file PDFActions.zip in MII custom Actions.
After these you should be able to convert your content to PDF.
Regards,
Anushree