Forum Replies Created
-
AuthorPosts
-
in reply to: re: PDF pagination May 3, 2011 at 11:16#28526
By default PD4ML prevents any text lines from being sliced.
With CSS style like TR, IMG { page-break-inside: avoid } you may explicitly protect chosen elements (or element types).
in reply to: PD4ML Does Nothing in Secure Environment? May 4, 2011 at 11:49#28525It is a possible situation it is stuck completely (or delayed for a very long period of time) in a failed network transaction. Misused SSL layer may behave a strange way.
But to make sure we do not face an already solved bug, I would recommend to start with an upgrade to the most recent version of PD4ML.
in reply to: HTML/CSS rendering issues May 4, 2011 at 15:40#26556Hi,
I have a few tables inside my jsp page with cells like this
the thin solid black bottom border is not showing up in the pdf, even though if I take away the custom tags the page renders fine into html with the borders showing.
Any idea how to solve this ? thanks !
in reply to: not showing second header in PDF May 4, 2011 at 16:34#27607We are using 371b1 Pro (Trial), and we does encountered the mentioned ‘double header’ issue.
On our side, I generate the webpage with JSP, and assign header using JAVA code. As we try to print our paperwork on an A4 page in landscape with 2 columns, so as to simulate 2 A5 printout side by side.
The header has 100px tall but it seems to spare 200px tall. The header is not duplicated itself, just left a white space below itself.
And the header is not shown except page 1.
I does turn on the enableSmartTableBreak(true), while header contains a table. The height of the header is set to -1 so as to let it decide the height automatically.
Is there any incorrect setting I need to take care? Does my given information enough for you to check out what is wrong?
in reply to: Problem with header, footer when use "generateMulticolumn" May 4, 2011 at 16:45in reply to: Problem with header, footer when use "generateMulticolumn" May 4, 2011 at 17:56#28042The issue is already solved in the actual development build, however it is not available for download yet. To be released with the new beta.
in reply to: borders not showing ? May 5, 2011 at 12:03#285271. you need to define
TABLE {empty-cells: show}
or to add any content to the cell:
2. For some reason “thin” is not understood by the HTML renderer, so as a temporal workaround please use numeric border width:
border-bottom: 2 solid blackin reply to: justify is nor working with arabic May 5, 2011 at 12:13#28519Did you test the version we sent?
in reply to: General questions / FAQ May 5, 2011 at 16:30#26557is there any way to generate images instead of PDF files while using PD4ML tag library?
in reply to: generate Image (jpg) instead of PDF using JSP taglib method May 5, 2011 at 17:17#28528No, for the time being. However we could add the feature if it is critical for you.
in reply to: generate Image (jpg) instead of PDF using JSP taglib method May 6, 2011 at 08:26#28529Hi,
We have already implemented PDF generation using JSP taglib and everything works just fine, but right now somebody wants pictures instead of PDF files, and is somehow difficult for us to switch now to Java method.
If there is any possibility from your side to add such a feature in the taglib implementation will be wonderful.
I mention that we have bought already PD4ML license from you.
If possible for you to make such a change, how time do you think will take untill we can use this feature?Best regards,
Valeriuin reply to: header and footer is not resized when rotate page May 6, 2011 at 09:35#28500The issue is solved by v371b1
in reply to: generate Image (jpg) instead of PDF using JSP taglib method May 6, 2011 at 09:37#28530What type of PD4ML license do you currently own?
in reply to: generate Image (jpg) instead of PDF using JSP taglib method May 6, 2011 at 10:51#28531PD4ML Java Library Volume License
in reply to: generate Image (jpg) instead of PDF using JSP taglib method May 6, 2011 at 10:54#28532is it better if i contact you via email directly to support pd4ml com?
-
AuthorPosts