You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Arthur Wang <ar...@hotmail.com> on 2018/04/30 17:51:49 UTC

Is this class missing ---PDPatternContentStream

Hi, all,


when I am trying to compile this sample source code based on PDBox 2.0.9,


https://svn.apache.org/repos/asf/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/CreatePatternsPDF.java

my eclipse report: the import of this class can not be resolved.

Any hint to solve this? thanks,

Arthur



Re: Is this class missing ---PDPatternContentStream

Posted by Tilman Hausherr <TH...@t-online.de>.
Am 30.04.2018 um 19:51 schrieb Arthur Wang:
>
> Hi, all,
>
>
> when I am trying to compile this sample source code based on PDBox 2.0.9,
>
>
> https://svn.apache.org/repos/asf/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/CreatePatternsPDF.java
>

that's the trunk.

For 2.0.9, use this:

https://svn.apache.org/repos/asf/pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/CreatePatternsPDF.java

Tilman

>
> my eclipse report: the import of this class can not be resolved.
>
> Any hint to solve this? thanks,
>
> Arthur
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org