Re: Misleading Error Message When Image Exceeds Viewport

2014-06-19 Thread Pascal Sancho
regarding the warning message, I can't reproduce the wrong page number. 2014-06-18 18:58 GMT+02:00 bob swanson : > > I was working on a large (530+ pages) PDF creation > and was receiving an error that the viewport > was being exceeded. I finally figured out that > an image was too long, and bled

Re: Misleading Error Message When Image Exceeds Viewport

2014-06-19 Thread Pascal Sancho
Hi, to prevent such warning, you should use *-progression-dimension.maximum properties. on i-p-d axis, this is trivial (100% is usable), but on b-p-d axis, you have to compute the maximum size by yourself: 2014-06-18 18:58 GMT+02:00 bob swanson : > > I was working on a large (530+ pages) PDF c

Misleading Error Message When Image Exceeds Viewport

2014-06-18 Thread bob swanson
I was working on a large (530+ pages) PDF creation and was receiving an error that the viewport was being exceeded. I finally figured out that an image was too long, and bled beyond the text of the page. That is my issue, and I figured out at least one way to get around that. The problem is that t