Wikipedia says that the US and Canada use letter size paper and the rest of the world uses A4 and that some countries use both. I want to create a PDF in my iPad application and am trying to figure out a clean way to determine whether to set my bounds to letter or A4. I am also looking for any common patterns used to let someone change from one size to the other.

I have already looked at this Stackoverflow question to get some of the basics down with region checking.

So, my question rephrased as a question: is there any way other than checking to see what region and then assuming that US/Canada are letter to know the user's preferred default paper size?

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

How about checking the user locale and decide based on that? See this question.

link|improve this answer
That's basically the strategy I have come up with and then added a switch to change it in the settings pane. I just don't like it because it feels clunky. – Walter Jun 21 '11 at 20:52
feedback

You could let them select their own paper size.

link|improve this answer
I can. I just wanted the app to be smart about it and make a guess that would be the correct one 90% of the time. – Walter Jun 22 '11 at 12:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.