If you are using FOP-1.1 then you should use fop-pdf-images that you can
get from https://dist.apache.org/repos/dist/dev/xmlgraphics/binaries/. That
includes the PDFBox jars, but they are 1.3.1 only.

If you need PDFBox-1.8.3, then you should use FOP-trunk and
fop-pdf-images-trunk. Note that FOP-trunk includes a patched fontbox-1.8.3
(and you should use it instead of the official fontbox-1.8.3). It is
expected that FOP will use the official fontbox jar in the near future.


On Tue, Feb 4, 2014 at 1:26 PM, Kai Hofmann <powers...@web.de> wrote:

> Hello *,
>
> I have an old Fop with an old fop-pdf-images release perfectly running
> since years :)
> But now I updated to FOP 1.1 release, fop-pdf-images trunk (also tested
> 2.0.1) and PDFBox 1.8.3/4.
> That because I use PDFBox in my code also by myself with some newer
> features.
>
> So my first problem was that with PDFBox 1.8.3 I got exceptions from
> PDFBox - which seems to be solved with updating today to 1.8.4 :)
> The problem now is different - when running in debug more nothing more
> happens after the following output:
>
> 2014-02-04 10:55:01,611 [PollScheduler] DEBUG
> org.apache.fop.layoutmgr.AbstractBreaker - PLM> part: 1, start at pos 0,
> break at pos 3, break class = ANY
> 2014-02-04 10:55:01,611 [PollScheduler] DEBUG
> org.apache.fop.layoutmgr.AbstractBreaker -      addAreas from 0 to 0
> 2014-02-04 10:55:01,614 [PollScheduler] DEBUG
> org.apache.fop.area.IDTracker - signalIDProcessed()
> 2014-02-04 10:55:01,614 [PollScheduler] DEBUG
> org.apache.fop.area.IDTracker - signalIDProcessed()
> 2014-02-04 10:55:01,614 [PollScheduler] DEBUG
> org.apache.fop.area.IDTracker - signalIDProcessed()
> 2014-02-04 10:55:01,960 [PollScheduler] DEBUG
> org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory - Pipeline:
> Loader: org.apache.fop.render.pdf.pdfbox.ImageLoaderPDF@86ad0a with
> penalty 0
> 2014-02-04 10:55:01,963 [PollScheduler] DEBUG
> org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory - Pipeline:
> Loader: org.apache.fop.render.pdf.pdfbox.ImageLoaderPDF@1a966b9Converters: 
> [org.apache.fop.render.pdf.pdfbox.ImageConverterPDF2G2D@972698,
> org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap@166d0be,
> org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered@1127906,
> org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG@1c79e64]
> with penalty 1020
> 2014-02-04 10:55:01,963 [PollScheduler] DEBUG
> org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory - Pipeline:
> Loader: org.apache.fop.render.pdf.pdfbox.ImageLoaderPDF@6fe64fConverters: 
> [org.apache.fop.render.pdf.pdfbox.ImageConverterPDF2G2D@972698]
> with penalty 1000
> 2014-02-04 10:55:01,963 [PollScheduler] DEBUG
> org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory - Pipeline:
> Loader: org.apache.fop.render.pdf.pdfbox.ImageLoaderPDF@7953f0Converters: 
> [org.apache.fop.render.pdf.pdfbox.ImageConverterPDF2G2D@972698,
> org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap@166d0be]
> with penalty 1010
> 2014-02-04 10:55:01,963 [PollScheduler] DEBUG
> org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory - Pipeline:
> Loader: org.apache.fop.render.pdf.pdfbox.ImageLoaderPDF@175dce3Converters: 
> [org.apache.fop.render.pdf.pdfbox.ImageConverterPDF2G2D@972698,
> org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap@166d0be,
> org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered@1127906]
> with penalty 1010
> 2014-02-04 10:55:01,963 [PollScheduler] DEBUG
> org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory - Pipeline:
> Loader: org.apache.fop.render.pdf.pdfbox.ImageLoaderPDF@f8f12cConverters: 
> [org.apache.fop.render.pdf.pdfbox.ImageConverterPDF2G2D@972698,
> org.apache.fop.image.loader.batik.ImageConverterG2D2SVG@1a19cec] with
> penalty 1010
> 2014-02-04 10:55:01,963 [PollScheduler] DEBUG
> org.apache.xmlgraphics.image.loader.ImageManager - Chosen pipeline: Loader:
> org.apache.fop.render.pdf.pdfbox.ImageLoaderPDF@86ad0a
>
> Looks like no crash happens, no exception, also no cpu consumtion - really
> strange.
> When trying the older fop-pdf-images 2.0.1 it stops (maybe) at the same
> point - but gives me a warning that a pdf 1.5 was used which might result
> in unexpected results. But also nothing more happens.
>
> I also checked out the fop-pdf-images source code to find out more, but
> without much luck.
>
> One time I got a Null pointer expection from PreloaderPDF.loadPDF(..) line
> 117:
>
> pddoc.getDocument().setWarnMissingClose(false);
>
> But can't reproduce this at the moment.
>
> Can somebody help with this?
>
>
> Greetings and thanks
>
>      PowerStat
>
> --
> Kai Hofmann           EMail: powers...@web.de
> Bremen/Germany
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>
>

Reply via email to