You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Евгений Король <ff...@gmail.com> on 2019/06/04 09:31:46 UTC

About get vector images from PDF

Hello. Have pdfbox methods to get vector images as object how i can
get raster images getPageImages from document? I found a description
of vector elements in Contents of page. In this stream its like:
/OC /oc4 BDC
    1836 6043 m
    1872 6043 l
    S
    1881 6043 m
    1886 6043 l
    S
    0.64705884 0.8666667 0 RG
    0.64705884 0.8666667 0 rg
  EMC

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


Re: About get vector images from PDF

Posted by Tilman Hausherr <TH...@t-online.de>.
Not directly. There is one SO answer that comes close to what you want.
https://stackoverflow.com/questions/38931422/pdfbox-2-0-2-calling-of-pagedrawer-processpage-method-caught-exceptions

Tilman

Am 04.06.2019 um 11:31 schrieb Евгений Король:
> Hello. Have pdfbox methods to get vector images as object how i can
> get raster images getPageImages from document? I found a description
> of vector elements in Contents of page. In this stream its like:
> /OC /oc4 BDC
>      1836 6043 m
>      1872 6043 l
>      S
>      1881 6043 m
>      1886 6043 l
>      S
>      0.64705884 0.8666667 0 RG
>      0.64705884 0.8666667 0 rg
>    EMC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>


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