Re: How can I create a PDF document from a string in a non-GUI application?
Re: How can I create a PDF document from a string in a non-GUI application?
- Subject: Re: How can I create a PDF document from a string in a non-GUI application?
- From: "Johan Kool" <email@hidden>
- Date: Thu, 18 May 2006 13:54:38 +0200
> Well, you can of course still link to the AppKit framework and use
> NSView. (..)
This is not generally true, even if you as a user of the framework
doesn't do something that you think should require a connection to
the window server, the framework might still do it as part of it's
internal implementation.
That would rule out the other suggestion of using
NSLayoutManager/NSGraphicsContext by Scott too, since all these are
declared in AppKit. So am I right that if Will wants to create his PDF
in a CLI app without a window server connection that he needs to go
look for a 3rd party PDF creating library elsewhere?
Greetings,
Johan
--
http://www.johankool.nl/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden