Am 26.08.2011 um 18:13 schrieb Peter Truskier: > Can you say a bit more about how to do it "manually"? Are there any examples > of this? What classes do I need to be looking at to "get" how to do this?
The class to check is DynaPDFParseInterfaceMBS. And examples of course. This class gives you all data in a PDF by parsing the streams. For example with pictures, you get a call to InsertImage. And just before that, you get one of the matrix calls to update the matrix so you know the destination position and size of the image. It is quite some work to write code which keeps up with the current matrix and a stack of graphics states, so you can know where text ends up and where lines are drawn. Greetings Christian -- See you in Frankfurt, Germany at the Real Studio Database Days More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/frankfurt-2011-event.shtml _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
