Forum Replies Created
-
AuthorPosts
-
in reply to: [CSS Issue] Border-style : dashed. November 14, 2014 at 17:20#27440
not yet implemented?
in reply to: pdf generated empty November 15, 2014 at 15:05#29599I have similar problem: Lotus Domino server, if I try to convert http://www.mydomain.com/database.nsf/viewname/document I get an empty PDF. If I set url to http://www.google.com it works.
I tried adding authentication, just in case, but it still does not work.in reply to: HTML/CSS rendering issues November 17, 2014 at 12:16#26294Somehow I can’t make H1 (and other heading tag) work..
I putTEST
into jsp page, add a style for it, but after pd4ml:transform document’s H1 title has the same font size as all the text at the pdf..
* {font:400 9px HelveticaNeue,Helvetica,Arial}<br /> body {margin:15px;padding:0;background-color:#ffffff}<br /> h1{font-size:24px;font-weight:600}
in reply to: Troubleshooting November 17, 2014 at 14:08#26969I testing this library before buying it, everything looks fine but somehow I can’t print the PDF document after
pd4ml:transform
.. If I save the PDF, open it in Acrobat reader – I can print it, but directly from browser (Chrome Version 38.0.2125.122, Mac OS) I can’t do it.
Why? Thank you in advance.in reply to: Print PDF menu November 17, 2014 at 14:15#29608Found the problem, you have to specify fileName value.
Question closed.#27656Question is closed.
If moved
font:400 9px HelveticaNeue,Helvetica,Arial
from * to bodyin reply to: pdf generated empty November 17, 2014 at 16:25#29600Are there any error messages or warnings (printed to STDOUT/log)?
in reply to: [CSS Issue] Border-style : dashed. November 17, 2014 at 16:43#27441Current versions of PD4ML support dashed borders.
in reply to: Third party charts on the page November 18, 2014 at 08:37#28298It seems that amCharts is javascript solution and PD4ML doesn’t support any javascript code. In addition amCharts generates a SVG images and
in reply to: Troubleshooting November 18, 2014 at 10:16#26970Hi,
I want to create a pdf like a classic paper mail starting with an html page with adress and text div box, like this:VALERIO ROSSI
AVENUE V. HUGO 80
31100 CROWLEY UKTextTextTextTextTextTextTextTextTextTextTextText
TextTextTextTextTextTextTextTextTextTextTextTextI set an pd4ml header and footer with Java code.
When I try to convert this (with java), header and footer overwrite text (in a nutshell, pages don’t mantain margins).If I remove div, it works fine but I can’t position text correctly.
What’s wrong?
Thanks in advance
[attachment=0:3hr621xw]Prova.png[/attachment:3hr621xw]
in reply to: General questions / FAQ November 18, 2014 at 10:37#26971Hi Team,
I am getting the below error when using pd4ml taglib in the jsp :
Exception created : java.lang.IllegalStateException: clearBuffer(): illegal state–> stream is committed
Could please let me know where am i wrong? I have all the jar file imported and the have imported <%@ taglib uri="/WEB-INF/tlds/pd4ml.tld" prefix="pd4ml"%>
Thanks,
Srinivasin reply to: Third party charts on the page November 18, 2014 at 11:16in reply to: Header and footer overwrite text November 18, 2014 at 11:37#29609Could you please also publish a Java code snippet with your PD4ML API calls?
in reply to: Exception created : java.lang.IllegalStateException November 18, 2014 at 11:49#29615Possible reason #1: There are whitespace characters before
pdf-generation-troubleshooting-f4/getoutputstream-has-already-been-called-exception-t14.htmlPossible reason #2: In your document there are JSP tags (probably belong to some other JSP taglibs) perform “flush”: just generated HTML content is pushed directly to HTTP channel not letting PD4ML to capture/convert it. Check your JSP for flush=”true” attributes and remove/disable them.
in reply to: Header and footer overwrite text November 18, 2014 at 13:53#29610This is java code
-
AuthorPosts