RE: Table Creation

2018-01-18 Thread Mark Bolduc
Curious what direction you went in. Regards Mark Bolduc -Original Message- From: r...@swansongrp.com [mailto:r...@swansongrp.com] Sent: Friday, June 09, 2017 1:49 PM To: users@pdfbox.apache.org Subject: re: Table Creation >> Date: Mon 05/06/17 10:57>> >> Hi Team,>> >> 1) In my proje

Re: Same image in multiple pages

2018-01-18 Thread Tilman Hausherr
You can generate the image once, and attach it to different pages. Only the name belongs to the page, not the object. We don't have a tool that iterates to see if anything is double. If boxable doesn't allow you to provide PDImageXObject objects, then create an issue and explain them why this

Re: Issue when rendering a pdf page as image

2018-01-18 Thread Tilman Hausherr
Sorry... sounds like this problem: https://issues.apache.org/jira/browse/PDFBOX-3482 Tilman Am 18.01.2018 um 15:24 schrieb Luca Loiodice: Hello, I get an exception when I call pdfRenderer.renderImageWithDPI(pageIndex, 300, ImageType.RGB); on the 4th page (pageIndex 3) of the Pdf https://www

Same image in multiple pages

2018-01-18 Thread Attila Kiss
Hello team, I have an application which is generating pdf files. I use the boxable API (with some modifications to fit our requirements). My problem is, as I am creating headers and footers and I successfully add it to the document on multiple pages, but if it has image in the header/footer the im

Issue when rendering a pdf page as image

2018-01-18 Thread Luca Loiodice
Hello, I get an exception when I call pdfRenderer.renderImageWithDPI(pageIndex, 300, ImageType.RGB); on the 4th page (pageIndex 3) of the Pdf https://www.dropbox.com/s/ut3ayyblsifsk36/my_inputfile.pdf?dl=0 This happens on a Amazon Linux instance (and not happening on my dev Mac machine) ...

Re: PDPageContentStream text make it unselectable

2018-01-18 Thread Tilman Hausherr
Am 18.01.2018 um 10:58 schrieb chitgoks: is it possible to make text that you add in PDPageContentStream unselectable? No, I don't think so. You'd have to add it as graphics. Tilman - To unsubscribe, e-mail: users-unsubscr.

PDPageContentStream text make it unselectable

2018-01-18 Thread chitgoks
is it possible to make text that you add in PDPageContentStream unselectable?