macro to Save as PDF from SW2009 missing geometric tolerance symbols

So I have upgrade to 2009 3.0 from 2008 3.0 (and it took only4 hours it gets better with every release)

... I have this macro to automatically save PDF using

swDrawing.SaveAs2 PdfFileLocation & filename & ".pdf", 0,True, False

but the output PDF is missing geometric tolerances

after some research I have change the line to:

boolstatus = swModelDocExt.SaveAs(PdfFileLocation & filename& ".pdf", 0, 0, swExportData, lErrors, lWarnings)

and no difference symbols still missing

Using save as from pull down menu creates correct output showingall the symbols

Am I missing something? Or is this a bug?

SolidworksApi macros