Andreas, Has there been discussion of PDFBOX-1586 as yet? This is the second bug for which we are having to maintain an internal fork of PDFBox for. I do not have the knowledge necessary to resolve it myself so I'm rather hanging on the core developers I'm afraid.
Thanks, James On 2 June 2014 09:11, Tilman Hausherr <[email protected]> wrote: > Am 01.06.2014 19:57, schrieb Maruan Sahyoun: > > Hi >> >> Am 01.06.2014 um 18:51 schrieb Tilman Hausherr <[email protected]>: >> >> Am 01.06.2014 15:46, schrieb Maruan Sahyoun: >>> >>>> There is one important thing we have to do before releasing 2.0, an >>>>>> upgrade guide including updated docs. >>>>>> >>>>> could handle that. Would need some input about major changes as a >>>> starting point as I din’t follow all breaking changes. >>>> >>>> Here are the ones I know about: >>> >>> old => new >>> >>> PDXObjectForm => PDFormXObject >>> PDXObjectImage => PDImageXObject >>> PDPage.convertToImage() => PDFRenderer(PDDocument).renderImage() >>> PDXObjectImage.getRGBImage() => PDImageXObject.getImage() >>> >>> ???? => PDFPrinter(PDDocument, ....).print(PDDocument,PrinterJob, …) >>> >> AFAIK this was PDDocument.print() >> > > Yes indeed. > > Got another: > > 1.8: > public void processStream( PDPage aPage, PDResources resources, COSStream > cosStream ) > public void processSubStream(PDPage aPage, PDResources resources, > COSStream cosStream) > > 2.0: > public void processStream(PDResources resources, COSStream cosStream, > PDRectangle drawingSize, int rotation) > public void processSubStream(PDResources resources, COSStream cosStream) > > > >
