Hi everyone,

I have encountered an issue that can only be described as extremely bizarre, 
and am curious if anyone has encountered it before.  I am generating a PDF 
using DDX instructions, merging a bunch of pdfs together, creating a cover page 
using CFDocument, adding bookmarks, the whole spiel.  I was pretty much done, 
but I figured, "hey, let me put a bookmark for the cover page in."  Surely 
enough, when I try to make the text of the bookmark be "Cover Page", CF 
inexplicably makes the first 'C' be lower case.  This does not affect any other 
letters of the alphabet.

As you can see here (http://gyazo.com/f9037076614d7c0adc9aa37da19b1471.png), 
when I do 
<PDF source="Cover" bookmarkTitle="Cover Page"/>, it screws up the C, but 
preserves capitalisation when I do 'Rover Page' or 'Mover Page'.  

If I do 
<PDF source="Cover" bookmarkTitle="#ucase('Co')#ver Page"/>, it results in 
'COver Page' in the bookmark, but if i do <PDF source="Cover" 
bookmarkTitle="#ucase('C')#over Page"/>, I end up with the same result - 'cover 
Page'

Obviously, I can work around this by changing the bookmark to 'Title Page' or 
something else...but this is Just. So. Weird. that I wanted to get a few 
experienced eyeballs on it before giving up entirely.  

Thanks so much.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334540
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to