Hello together.
After upgrading to version 10 there is a problem in our generated PDFs.
We genereate them dynamically and the pages can be either in landscape or in portrait mode. So the rotation and orientation is heterogeneous.
So far, so good. In the PDF viewer applications and the printer it seems working without problems.
We implemented an API to a postal delivery service that only takes portrait orientate pages.
So we used https://pdfbox.apache.org/ to detect landscape pages in the PDF document and bring them into portrait orientation.
Until version 9 it worked as a charme. But now it seems that the metadata of each page is not set properly. The page looks good but the detection failes.
We noticed that the prince logo was on the upper left side of the page, not as usual on the upper right side.
As we checked the change log, we noticed the new "prince-rotate-body" css property and applied it. After that, the logo was on the upper right side. But the detection still fails.
Any hints on what we forgot to implement additionally? Is it a bug in the prince application?
Any help is hardly appreciated. Thanks in advance.
Kind regards
René Thiemann
from immoware24 GmbH Germany
After upgrading to version 10 there is a problem in our generated PDFs.
We genereate them dynamically and the pages can be either in landscape or in portrait mode. So the rotation and orientation is heterogeneous.
So far, so good. In the PDF viewer applications and the printer it seems working without problems.
We implemented an API to a postal delivery service that only takes portrait orientate pages.
So we used https://pdfbox.apache.org/ to detect landscape pages in the PDF document and bring them into portrait orientation.
Until version 9 it worked as a charme. But now it seems that the metadata of each page is not set properly. The page looks good but the detection failes.
We noticed that the prince logo was on the upper left side of the page, not as usual on the upper right side.
As we checked the change log, we noticed the new "prince-rotate-body" css property and applied it. After that, the logo was on the upper right side. But the detection still fails.
Any hints on what we forgot to implement additionally? Is it a bug in the prince application?
Any help is hardly appreciated. Thanks in advance.
Kind regards
René Thiemann
from immoware24 GmbH Germany