Re: Problem with PDFDocument initWithURL method
Re: Problem with PDFDocument initWithURL method
- Subject: Re: Problem with PDFDocument initWithURL method
- From: John Calhoun <email@hidden>
- Date: Tue, 7 Aug 2007 14:58:40 -0700
On Aug 6, 2007, at 7:20 PM, JanakiRam wrote:
I'm using the PDFKit initWithURL to create the in memory
PDF Document. I'm providing a Servlet URL as an argument to
initWithURL method. My application crashes when the Servlet returns a
empty PDF Document. One more scenario , if my web server is down , in
that case also my app is crashing.
Are you saying that this will crash:
document = [[PDFDocument alloc] initWithURL: NULL];
john calhoun—
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden