Iam getting pdf date from webservice.That webservice pdf link is normally displayed in webview But its performance is not good.So, for this alternative,i want to use like this
CFURLRef pdfURL= CFBundle
//CFURLRef pdfURL = CFBundleCopyResourceURL(CFBundleGetMainBundle(), CFSTR("paper.pdf"), NULL, NULL);
pdf = CGPDFDocumentCreateWithURL((CFURLRef)pdfURL);
CFRelease(pdfURL);
But for this above coding,pdf file is locally stored named "papaer.pdf". In this place i want to display my webservice pdflink.How to do this.Please guide me.
Thanks in Advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…