Re: reading a PDF
Re: reading a PDF
- Subject: Re: reading a PDF
- From: Scott Ribe <email@hidden>
- Date: Sat, 29 Nov 2008 12:38:26 -0700
- Thread-topic: reading a PDF
> I just assume that the actual content is hidden inside the page's
> content stream(s).
Raw content, mostly, sometimes. But the draw commands are what put it all
together.
For instance, you might have a paragraph of text where there is one draw
command per line, or you might have a paragraph of text where is one draw
command per character. For an image that fills the page, you might have one
content stream and one draw command, or you might have multiple image slices
with one content stream and one draw command for each slice.
IOW, what you want is not so simple.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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
References: | |
| >reading a PDF (From: "Torsten Curdt" <email@hidden>) |