Thank you!

> On Jul 20, 2020, at 8:39 PM, Tilman Hausherr <thaush...@t-online.de> 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: users-unsubscr...@pdfbox.apache.org
> For additional commands, e-mail: users-h...@pdfbox.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to