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

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

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

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

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

Reply
 
LinkBack Thread Tools Display Modes
Old 06-11-2011, 07:31 AM   #101 (permalink)
Registered Member
 
Join Date: Jun 2011
Posts: 20
shas is on a distinguished road
Default Saving Downloaded PDF from UIWebView

I loaded one webpage on UIWebview and from there i clicked to download one pdf file, then PDF file opened in UIWebview

I want to save this Opened PDF files into my iPad Also Later i want Browse these files and open again
shas is offline   Reply With Quote
Old 07-06-2011, 05:05 AM   #102 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 10
Yuvaraj.M is on a distinguished road
Default Help

Hi friends. I am new to iphone application development. I have the questions like How to read pdf files from locally saved? How to show the saved pdf file in uiviewcontroller or uiwebview? How to take this pdf file from my iphone app? Any ideas. If any one having answer please help me.. If any blogs and sample codes please let me know. Thanks in advance..

Yuvaraj.
yuva.raj78@yahoo.co.in
Yuvaraj.M is offline   Reply With Quote
Old 07-24-2011, 06:25 PM   #103 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 1
Acey is on a distinguished road
Default

Hi Danielb21,

I'm new to this game as well. Are you still giving out the pdf project help that you mentioned in your post? If so, I would appreciate a copy.

Thanks for taking so much of your time to help us! PM me please.
....Acey
Acey is offline   Reply With Quote
Old 07-28-2011, 05:10 AM   #104 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 3
janani is on a distinguished road
Default

hi can u mail be this proj?? im using pdf to show the medical reports and i should be able to add comments and highlight text. any idea on how to proceed???

mail to:beware.crab@gmail.com

thanks
janani is offline   Reply With Quote
Old 08-01-2011, 02:16 AM   #105 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 2
krunal247 is on a distinguished road
Default PDF

Quote:
Originally Posted by janani View Post
hi can u mail be this proj?? im using pdf to show the medical reports and i should be able to add comments and highlight text. any idea on how to proceed???

mail to:beware.crab@gmail.com

thanks
@Acey: I have completed the same project. Let me know if u need any help
my email id is krunal247@gmail.com
krunal247 is offline   Reply With Quote
Old 08-09-2011, 02:17 AM   #106 (permalink)
Registered Member
 
Join Date: Aug 2011
Posts: 1
shri.idev is on a distinguished road
Default

Can you please send me the source code on shri.idev@gmail.com
shri.idev is offline   Reply With Quote
Old 08-09-2011, 02:26 AM   #107 (permalink)
Registered Member
 
Join Date: Aug 2011
Posts: 1
amboj30 is on a distinguished road
Thumbs up Just Reverse of this....

Hey danielb21...great work man......
its really helpful.....

but i have a situation where i want to do just opposite of what you have done...
means i have a uiweview in my app and i want to put in a PDF file which can be my local directory....

if you have done so i will be highly obliged if u can light up my way with some sort of help or some of ur work....

Thanks in advance....
keep it up....
amboj30 is offline   Reply With Quote
Old 08-17-2011, 06:01 AM   #108 (permalink)
Registered Member
 
Join Date: Aug 2011
Posts: 1
lauckstreet is on a distinguished road
Default

Thanks for your help Dan. I can get this to work on both the iPhone and iPad simulators but not on my actual iPad. I've added my mobileprovision file to the project and it puts the application on the iPad but the program halts on the main.m line: int retVal = UIApplicationMain(argc, argv, nil, nil); giving the error "Program received the signal SIGABRT". So what am I doing wrong to keep the application from actually launching on the iPad itself?

Thanks,

Bob Hunt
Lauck Street Shipyard LLC


Never mind, I found thee problem. the info.plist was showing the wrong name for the main nib file base name.

Last edited by lauckstreet; 08-17-2011 at 08:50 AM. Reason: found the problem
lauckstreet is offline   Reply With Quote
Old 08-17-2011, 11:18 AM   #109 (permalink)
Registered Member
 
Join Date: Aug 2011
Posts: 2
Anand63 is on a distinguished road
Default Please Help me...!

Hi
Please help me...!
I am preparing(studying) How to develop a iphone apps.
I have some books on development of apps.
Please suggest me form which book i study..
Which book is good for fresher's..

1) Building iPhone Apps with HTML,CSS and JavaScript
By Jonathan Stark O’REILLY

2) iPhone Application Development for ios 4
By DUNCAN CAMPBELL

3) iPhone Application Development the missing manual
BY Craig Hockenberry O’REILLY

4) Professional iPhone and ipad Application Development
By GENE BACKLIN

5) The Business of iPhone App Development
BY Dave Wooldridge with Michael Schneider
Anand63 is offline   Reply With Quote
Old 08-26-2011, 04:09 AM   #110 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 1
geckus is on a distinguished road
Default dont mind a copy too

thanks in advance geckus@hotmail.com
geckus is offline   Reply With Quote
Old 09-05-2011, 08:54 AM   #111 (permalink)
Registered Member
 
Join Date: Sep 2011
Posts: 1
mickochicko is on a distinguished road
Default

Have you got a .xcodeproj file I can download of this code in action... want to seee if its what i could do with and the coding too
mickochicko is offline   Reply With Quote
Old 09-14-2011, 06:14 AM   #112 (permalink)
Registered Member
 
Join Date: Sep 2011
Posts: 1
shrikant is on a distinguished road
Unhappy view a Pdf but need authentication before that.

can anybody help me in adding a code like if i want to view a pdf which is in intranet of a company so it ask for the credential's and i want that to be done by coding and it should directly show the file.

i m right now using

-(void)connectionNSURLConnection *)connection didReceiveAuthenticationChallengeNSURLAuthentica tionChallenge *)challenge {
if([challenge previousFailureCount] == 0) {
NSURLCredential *newCredential;

newCredential=[NSURLCredential credentialWithUser:userCd passwordassWord persistence:NSURLCredentialPersistenceNone];

}

but its not working for me.
thanks in advance
shrikant is offline   Reply With Quote
Old 10-10-2011, 12:24 AM   #113 (permalink)
Registered Member
 
Join Date: Aug 2011
Posts: 23
set.8x is on a distinguished road
Default

Please send me your source code. Many thank!
ducnguyen@1112group.com
set.8x is offline   Reply With Quote
Old 10-14-2011, 11:10 AM   #114 (permalink)
Registered Member
 
Join Date: Oct 2011
Posts: 1
jteam is on a distinguished road
Default

Please send me your source code as well

jgoodale1@gmail.com

Thanks in advance..
jteam is offline   Reply With Quote
Old 10-17-2011, 06:16 PM   #115 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 14
Emifus is on a distinguished road
Default If you don't mind

I would appreciate a copy of the final source code if you still have it on hand.

emifus@yahoo.com

Thanks in advance!
Emifus is offline   Reply With Quote
Old 10-27-2011, 02:02 AM   #116 (permalink)
Registered Member
 
Join Date: Sep 2011
Posts: 6
Mr.Hoo214 is on a distinguished road
Default

Quote:
Originally Posted by shri.idev View Post
Can you please send me the source code on shri.idev@gmail.com
Quote:
Originally Posted by geckus View Post
thanks in advance geckus@hotmail.com
Quote:
Originally Posted by mickochicko View Post
Have you got a .xcodeproj file I can download of this code in action... want to seee if its what i could do with and the coding too
Quote:
Originally Posted by set.8x View Post
Please send me your source code. Many thank!
ducnguyen@1112group.com
Quote:
Originally Posted by jteam View Post
Please send me your source code as well

jgoodale1@gmail.com

Thanks in advance..
Quote:
Originally Posted by Emifus View Post
I would appreciate a copy of the final source code if you still have it on hand.

emifus@yahoo.com

Thanks in advance!

All of you may be want to take a look on my post here

http://www.iphonedevsdk.com/forum/ip...utorial-5.html
Mr.Hoo214 is offline   Reply With Quote
Old 11-08-2011, 05:42 AM   #117 (permalink)
Registered Member
 
Join Date: Nov 2011
Posts: 3
-VaroX- is on a distinguished road
Default

hi people!

i have a doubt on how could i paint on a pdf file... lets say, i want to sign a contract on my ipad, and the contract was sent to me to digitally sign it... what would you do??

i must say that i´m new in the objective c world, so, any help will be appreciated!! the clearer, the better! hahahaha!

Thank you all so much in advance! i really need to figure this out...
-VaroX- is offline   Reply With Quote
Old 02-27-2012, 11:20 AM   #118 (permalink)
Registered Member
 
Join Date: Feb 2012
Posts: 13
USSSandhu is on a distinguished road
Default

Can someone send me a copy of the project as well?

usssandhu@gmail.com

Thanks,
- Sam
USSSandhu 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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 467
17 members and 450 guests
alexeir, David-T, Dj_kades, Elad, foslock, HemiMG, iAppDeveloper, jeroenkeij, LunarMoon, Mijator, Pauluz85, pipposanta, QuantumDoja, robsmy, sacha1996, smithdale87, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,679
Threads: 94,129
Posts: 402,928
Top Poster: BrianSlick (7,990)
Welcome to our newest member, xzoonxoom
Powered by vBadvanced CMPS v3.1.0

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