mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

generates only a pdf with hundreds of empty pages #108

Open p-view opened 4 years ago

p-view commented 4 years ago

Typo3 8.24 / Php 7.2 no entry in debug

pstranghoener commented 4 years ago

Hard to reproduce for us. Any hints for us?

braukma commented 4 years ago

Same issue here. Difficult to produce hints. Typo3 9.5.10 (dto. on newer versions), added the extension, included the static template (currently last in the list - no change if it's placed earlier) , added "page.100 < lib.web2pdf" to the template, the export link appears on the page and then: some 15000 pages in the PDF. The numbers look like growing in time. Tried a page with as few CSS as possible - no change. Removed all CSS Files out of the page source to provoke the use of whatever format is built in - no change. No way to produce a sinle Word or "Hello World" on PDF.

However, I use a background color in one of my content emenets. Some of the hundrets and thousands of pages where that color, but still blank.

No way - no chance to produce an output.

Quite frustrating :-(

Adding some more (Update, Monday 31.08.2020: Web2PDF Version was 1.2.3, just dicovered the new 1.2.4. I cannot install 1.2.4 on my Typo3 9.5.10 System, it freezes until I manualy dele the extension and clear the typo3temp directory. 1.2.4 however installs on a local system, but still produces hundrets of empty pages.

Jürgen

msollmann commented 3 years ago

Can confirm this with Web2PDF 1.2.4 and TYPO3 9.5.25. The pdf output of a standard page is more than 1800 - mostly white - pages long. For the output of a simple "foo" (via page.10.value = foo) Web2PDF needs 9 pages, one with an "f" and two with an "o".

michelrojahn commented 3 years ago

Any news about the problem? I have the same on TYPO3 10.4.16 and web2pdf 2.0.1

Michel

braukma commented 3 years ago

Hello Michael,

no no response / solution yet. Think I also tried web2pdf 2.0.1 without success. :-(

Jürgen

p-view commented 2 years ago

The Problem is by using CSS @page{ size}. Without works.