Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 10-07-2008, 06:07 AM   #1 (permalink)
Registered Member
 
Join Date: Sep 2008
Posts: 36
Default Open a pdf file in a view

How can i simply open a pdf file?

First i've tried it with a imageView. The pdf file was there in the ib but when i've built the application thre was only a blank screen.

If i need the pdfkit.framework, how will i add the pallette to my ib 3.1.1 . It seems the had nerfed the preferences.
Black Scyther is offline   Reply With Quote
Old 10-07-2008, 10:48 AM   #2 (permalink)
Registered Member
 
Join Date: Sep 2008
Posts: 36
Default

Or is there a way to load a pdf file from the resources folder to my webview?
Black Scyther is offline   Reply With Quote
Old 10-07-2008, 12:17 PM   #3 (permalink)
Registered Member
 
Join Date: Sep 2008
Posts: 36
Default

Here some code of my first try.

Code:
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
	NSString *documentsDirectory = [paths objectAtIndex:0];
	NSString *path = [documentsDirectory stringByAppendingPathComponent:@"Einsatz_in_Unternehmen.pdf"];
	
	NSData *pdfData = [NSData dataWithContentsOfFile:path];
	
	NSURL *myUrl = [NSURL fileURLWithPath:path isDirectory:NO];
	
	fileView = [UIWebView alloc];
	[fileView loadData:pdfData MIMEType:@"application/pdf" textEncodingName:@"UTF-8" baseURL:myUrl];
I get a " *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSCFArray insertObject:atIndex:]: attempt to insert nil'" error.


Hope you can give me a hint.
Black Scyther is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 921
16 members and 905 guests
Abb4ertW, Brix, cacao, Desert Diva, Diegan, glennrichard113, ios dev, Krzyloren, MarkC, mizzytheboy, nguyenhieu129, Ocguy, onzevil12, pinky, qkstrk, Snail
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,300
Threads: 89,032
Posts: 379,811
Top Poster: BrianSlick (7,086)
Welcome to our newest member, Krzyloren
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:25 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0