Forum Replies Created
-
AuthorPosts
-
in reply to: Missing -jakarta edition for versions newer than 4.0.20 November 20, 2024 at 16:04in reply to: Technical questions / Troubleshooting December 12, 2024 at 10:12#38918
Hi, I’m having an issue where on some days when I generate the documents (after a re-deployment of my service running on Docker), the paragraph spacing is bigger even on the same documents. For example, without any change to the content, it would generate with the expected paragraph spacing yesterday, but today, it would look to seems double of that value. It’s correct one day but next day it would be wrong. Was this related to any setup issue?
I’m converting HTML to PDF on 3.11.5fx3 pro version.
For context, a redeployment on the same day wouldn’t solve the issue.You can a section of my generate document in the screenshots provided.
Attachments:
You must be logged in to view attached files.in reply to: Inconsistent paragraph spacing December 12, 2024 at 14:14#38921Update:
It’s possible that I have some cache html that was used to generate between deployment version which break the styling when upgrading the version.
This is likely an issue on my code.
Sorry for the trouble.in reply to: Inconsistent paragraph spacing December 12, 2024 at 14:57#38922Thanks for the update on the results of your investigation!
in reply to: Technical questions / Troubleshooting December 30, 2024 at 11:30#38942Hi, I was trying to upgrade my maven java project which utilize PD4ML from version 3.9.8fx4 to 3.11.6-jakarta to convert HTML to PDF. I\’m encountering some issue where there is some slight differences in the generation of the documents. Below are the issues I\’m encountering.
1. In the first file (Text spacing and word wrap diff.png), I\’m noticing some issue where the word wrap isn\’t the same anymore. This seems to caused some of my document alignment to be changed. Is this some expected changes or am I missing some properties that wasn\’t set originally? I also tried version 3.11.5fx3 and the same issue also persist.
2. As for the second issue I had, I\’m encountering an issue with footer not generating on the bottom of some pages, it would generate on some but not on some (see file named Footer missing.png). There isn\’t any other big changes from my upgrades that would impact the style so I would say the html is 99% identical. The only differences that I had to make was removing my
white-space: preline;
styling as it seems to not used it in 3.9.8fx4 in the first place but was then adding extra spaces on 3.11.6.Would anyone would be able to know what are the changes that I could apply or fixes I needed to patch so that the generated document is the same?
Attachments:
You must be logged in to view attached files. -
AuthorPosts