Thank you!

> On Jul 20, 2020, at 8:39 PM, Tilman Hausherr <[email protected]> wrote:
> 
> Am 20.07.2020 um 23:12 schrieb Randolph M. Fritz:
>> How would I access thumbnails using pdfbox? I swept the mailing list
>> archives and I can't find anything. Am I missing something?
> 
> 
> If you mean the page thumbnails:
> 
> 
> COSStream strm = page.getCOSObject().getCOSStream(COSName.THUMB);
> 
> PDImageXObject thumbImg = PDImageXObject.createThumbnail(strm);
> 
> 
> Tilman
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to