Using PDF in iPad
- by RVN
Has Anyone tried using PDF in iPad Application, using CGPDf functions. I have used this in iPhone and it works perfectly , but when i use the same code in iPad , the Page are Shrunk in size, after a try outs i set the Scale as follows
CGContextScaleCTM(context,1.85, -1.80);
This time the it fits the screen perfectly , but that was just a trial…