Forum Replies Created
-
AuthorPosts
-
in reply to: Issues reading minified css February 24, 2021 at 15:22in reply to: Issues reading minified css February 24, 2021 at 15:59#34241
Hi! Is the issue with all font sizes from the stylesheet, or there are only particular ones do not work?
Or just publish here a couple or not working CCS selectors, we can use in our tests.
Thanks in advance!
in reply to: Issues reading minified css February 26, 2021 at 08:17#34251Hi,
See the stylesheets I added yesterday. The font-family and font-size of the class .i-text-normal {} are loaded correctly using stylesheet_ok.css, but are skipped using stylesheet_error.css. Both files are identical except for the added line breaks in stylesheet_ok.css.
in reply to: Technical questions / Troubleshooting March 16, 2021 at 11:59#34289I’ve had several instances where the pdf converter translates characters into something else.
original characters:
Worker’s Comp Coordinator
Piedmont Orthopaedic Complexafter pdf converter:
Worker’s Comp Coordinator
Piedmont Orthopaedic Complexis there something else I need like a new font file?
thanksin reply to: Licensing / Purchasing of PD4ML March 31, 2021 at 13:19#34316Hi, We have been using older version of Pd4ml in our project and planning on to upgrade to PD4ML v4, So before buying the licence we are planning on the do an impact test on the existing PDF fabricated using the old jar version.
I have downloaded the trail version of PD4ML v4.0.0fx4 and could note some CSS not working properly (rendered using Pd4ml gun). So just wanted to know if its the normal version or Pro version we downloaded as trial.in reply to: Can we download PD4ML v4 Pro Trial March 31, 2021 at 13:34#34317Hi! I guess you tested not v4.0.0, but v4.0.9fx4.
We would recommend to give a try to the most recent snapshot version v4.0.9fx5, which have some significant CSS improvements.
The evaluation versions include all available features (from STD up to UA, incl PRO). In commercial versions some of them can be switched off depending on license type/
in reply to: Technical questions / Troubleshooting April 4, 2021 at 12:55#34318Hi I am currently using older version of PD4ML in a project and planning on upgrading the new V4 version.
disableHyperlink(); function present in the older version of pd4ml (v3) does not seem to work with new v4 version. Is there any other method to disable hyperlink in PD4ML v4.Also I have come across few other functions supported in older version but not supported with new version is there any new function or workaround to use these feature in PD4ML v4.
– enableImgSplit();
– interpolateImage();
– enableSmartTableBreak();
– setDynamicParams();
– adjustHtmlWidth();in reply to: Licensing / Purchasing of PD4ML April 9, 2021 at 13:07#34334I just checked out and paid via paypal. I got the PayPal confirmation, but nothing from pd4ml in the way of license info, etc. When I go to View My Licenses, all I see is the evaluation license. Is there a waiting period?
in reply to: Technical questions / Troubleshooting April 19, 2021 at 07:53#34335Hello,
I have an application that use pd4ml in v3 and i want to upgrade to v4.
Do you have a migration doc ?
I enconter missing methods in the v4 that i used in my application
– enableSmartTableBreaks
– enableImgSplit
– changePageOrientation
– enableDebug
What are corresponding methods in v4 for above methodsThanks
in reply to: Licensing / Purchasing of PD4ML April 22, 2021 at 09:45#34343Hi,
we have brought a licence for “PD4ML Java Single PRO License” and we downloaded the pd4ml.lic file from the web site.
We put the pd4ml.lic file in the same folder of the pd4ml.jar file.
When we exec the commandE:\WORK>E:\JAVA\jre\bin\java -Djava.awt.headless=true -Xmx512m -jar pd4ml.jar “http://pd4ml.com” 1200 LETTER -bookmarks HEADINGS -pdfforms -debug 9999 -out pd4ml.pdf
we got the following error
DEBUG PD4ML given license bytes are not a valid license; trying to interpret them as a .lic file location…
DEBUG CACHED ITEM try resource provider: com.pd4ml.cache.EmbeddedResourceProvider
DEBUG CACHED ITEM try resource provider: com.pd4ml.cache.WebResourceProvider
DEBUG CACHED ITEM try resource provider: com.pd4ml.cache.ClassResourceProvider
DEBUG CACHED ITEM try resource provider: com.pd4ml.cache.ServletResourceProvider
DEBUG CACHED ITEM try resource provider: com.pd4ml.cache.SslResourceProvider14
DEBUG CACHED ITEM try resource provider: com.pd4ml.cache.FileResourceProvider
TRACE FileResourcePro file:pd4ml.lic [15ms]
Exception in thread “main” java.lang.NumberFormatException: For input string: “”at java.lang.NumberFormatException.forInputString(NumberFormatException.
java:65)
at java.lang.Integer.parseInt(Integer.java:504)
at java.lang.Integer.parseInt(Integer.java:527)
at com.pd4ml.util.s$_b.<init>(y:1071)
at com.pd4ml.PD4ML.applyLicense(y:2238)
at com.pd4ml.PD4ML.<init>(y:518)
at com.pd4ml.PD4ML.<init>(y:3173)
at com.pd4ml.tools.Pd4Cmd.super(y:2518)
at com.pd4ml.tools.Pd4Cmd.main(y:734)Error when loading pd4ml.lic file
Exception in thread “main” java.lang.NumberFormatException: For input string: “”what can we do to solve the problem?
Thank you
Dantein reply to: Error when loading pd4ml.lic file April 22, 2021 at 10:02#34344Hi, Dante! Which PD4ML version do you use? v409fx4? We cannot reproduce the issue you faced with.
in reply to: Error when loading pd4ml.lic file April 22, 2021 at 10:38#34345Hi,
thank you for your fast replay!
Yes, I downloaded the pd4ml-bin-4.0.9fx4.zip file yesterday.in reply to: Error when loading pd4ml.lic file April 22, 2021 at 11:03#34346Please download an updated pd4ml.lic from
https://pd4ml.tech/view-my-licenses/in reply to: Error when loading pd4ml.lic file April 22, 2021 at 11:29#34347With the new license file it work fine.
Thank you!!!!in reply to: Technical questions / Troubleshooting April 28, 2021 at 11:40#34365Hi,
I need to create an rtf document with a table using rowspan and colspan td attributes.
I used the page-break-inside:avoid to prevent the multirows cell break. Unfortunatly, while in the pdf version of the document the multirows cell is not broken, in the rtf document the multirows cell is broken.
How can i prevent the multirows cell break?
In attach the html, pdf and rtf files.
I use pd4ml-4.0.9fx4
Thank you in advance
DanteAttachments:
You must be logged in to view attached files. -
AuthorPosts