On Tue 16 Jun 2015 15:15:27 Peng Yu wrote: > Yes. It can generate the pdf. But the title is "LS("1")". How to > remove the title?
It may be that if the title is removed some pdf viewers may show the title as "Untitled". All the viewers I have tried use the filename if a specific title is not given, or even if the title given is simply a space. I've fixed the issue with the title coming out as LS("1") by removing the quotes, so it is LS(1) now, but I don't think that's what you want. Cheers Deri