Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.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, 05: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, 09: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, 11:17 AM   #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


Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,330
Threads: 39,128
Posts: 171,556
Top Poster: smasher (2,577)
Welcome to our newest member, yeurh121
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:16 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0