Forum Replies Created
-
AuthorPosts
-
in reply to: enableSmartTableBreaks bug? January 8, 2015 at 18:23#29642
Already been purchased (3.85)
how to download3.93 Are able to download without paying the price?
If you are, please let me know how.in reply to: enableSmartTableBreaks bug? January 13, 2015 at 09:11#29643Just login with your credentials to PD4ML download area.
Obviously your maintenance is expired, so you’ll have access to the evaluation versions only. Download one, temporarily substitute pd4ml.jar with pd4ml_demo.jar and check if the newer eval version solves the issue.
in reply to: HTML/CSS rendering issues January 14, 2015 at 15:06#26977I am trying to convert hindi html into pdf using code
pd4ml.useTTF(“java:font”, true);
pd4ml.setDefaultTTFs(“Mangal”, “Times New Roman”, “Arial”);
pd4ml.render(url, fos);But my input is : क्रम संख्या
and output is : करम सखयाPlease help
in reply to: General questions / FAQ January 19, 2015 at 10:50in reply to: Can i remove following url from the botton of the pages? January 19, 2015 at 13:58#29645The text line is printed by evaluation versions of PD4ML. The steps to remove it are the following:
1. Order a license
2. Substitute pd4ml_demo.jar with pd4ml.jar from a licensed distribution pack
3. Update the classpath (if needed)
4. Remove cached versions of pd4ml_demo.jar in tmp/work directories of your server (if any)in reply to: Can i remove following url from the botton of the pages? January 20, 2015 at 04:31#29646Thanks
in reply to: General questions / FAQ January 20, 2015 at 04:34#26981Actually my footer matter length is too long.
Is there any way to add new line in a footer?
Plz reply ASAP.in reply to: General questions / FAQ January 20, 2015 at 09:42#26982Am Saving URLs with character exceeding 200 in a Report, and on Generating a PDF, the Stored URL is getting wrapped up to 4 lines due to the Column Width in the PDF generated.
On Clicking the URL, the link that is getting generated is of from the first line only, (ie http://tamil.oneindia.com/news/srilanka/sri-lankan-government-confiscates-) the link doesnot treat the 2nd/3rd or subsequent lines of the wrapped URL as its coninuation. How can I overcome this ? Please suggest
in reply to: Wrapped Up URL in PDF – How to make it work January 20, 2015 at 12:31#29650Obviously the issue is a specifics of “Create links from URLs” feature of Acroread.
If it is enabled, Acroread scans a loaded document for strings, look like URLs, and turns them into hyperlinks.
For example, a code
http://server/path/doc.htmis turned into a link, even it is a plain text for a web browsers.
Unfortunately the feature is not clever enough, to recognize line-broken URL strings.
A workaround would be to define c regular hyperlink, using HTML means:
http://server/path/doc.htmPD4ML should convert such code correctly even with very long URLs.
in reply to: Can add new line in the footer January 20, 2015 at 12:34#29647If you define a text-only (non-HTML) footer with PD4ML API calls, a line break character (“n”) should help.
For footers, defined with HTML it can be done by a usual for HTML way:
, etc.in reply to: Can add new line in the footer January 21, 2015 at 04:26#29648When i an trying to use
tag in footer then content of new line in hide.
Only first line contents are showing.
<% out.println(financeType+"-"+fullName+"nn");%>
<% out.println(ourRef +" CLIENT'S SIGNATURE:..............");%>
page $[page] of $[total]
Plz reply.
in reply to: PD4ML Tips & Tricks January 21, 2015 at 10:28in reply to: General questions / FAQ January 22, 2015 at 06:34in reply to: Hyperlink not showing in PDF while mouse over on link text January 22, 2015 at 15:01#29656Please publish a minimalistic PDF sample, which illustrates the issue.
in reply to: Hyperlink doesn’t have any effect on mouse over using pd4ml January 22, 2015 at 15:06#29657Is it a question of a link highlighting?
Does the link work if you click over TestLink? -
AuthorPosts