Hello. How to use PrintImageLocations.java? I tryed to create class and call method main with args in my project. But no output. Then i tryed java -jar pdfbox-examples-2.0.13.jar. But its write "no main manifest attribute, in pdfbox-examples-2.0.13.jar". So I just explore the code of PrintImageLocations.java.
ср, 20 мар. 2019 г. в 22:08, Tilman Hausherr <[email protected]>: > Hi, please try the PrintImageLocations.java example from the source code > download. > > Tilman > > Am 20.03.2019 um 10:50 schrieb Евгений Король: > > Hello. How to get width and height of XObject images in mm or in user > space > > units? I have sizes of this images only in samples. Two metods: > > page.getPageImages, than images.get(0).getWidth. Its will be in samples. > > And > page.getResources().getXObject()..getStream().getCOSObject().toString() > > i will get sizes in samples when i parse it. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

