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()
