Forum Replies Created
-
AuthorPosts
-
in reply to: Licensing / Purchasing of PD4ML April 30, 2021 at 10:33#34372
Dear Support,
We raised a ticket HELPD-249 for Performance degradation when migrated from PD4ML 3.x to 4.x on 10th of Feb 2021.
We didn’t receive any resolution on this ticket.
Are we missing any details to simulate the issue?
Can you explain why there is a delay or any immediate work around to resolve this issue?Below is the summary from the original mail sent to the support.
The same HTML input file was used to simulate the following tests with different versions of pd4mlCommand line results:
110.67s for 4.0.9fx4-SNAPSHOT
173.83s for pd4ml4.0.9fx3
29.52s for pd4ml3.10.5Test from java code:
43.48s for 4.0.9fx4-SNAPSHOT
67.85s for pd4ml4.0.9fx3
38.15s for pd4ml3.10.5On an average, we see pd4ml 4.x version takes 2x more time when compared with 3.x
in reply to: HELPD-249 : Performance degradation when migrated from PD4ML 3.x to 4.x May 4, 2021 at 09:29#34373Hi!
The test document you send us to illustrate HELPD-249 hits performance limits of our CSS cascading engine (complex CSS constructs need to be applied to a big document). PD4ML v3 had a simplified support of CSS selectors, so quite a lot of CSS rules were silently omitted – that explains the performance degradation.
As you see, we’ve already done some CSS engine optimization (4.0.9fx4 vs. 4.0.9fx3). But a more serious CSS cascading logic revision on architectural level is planned to v4.1.x. We returned to work on v4.1.0 few weeks ago.in reply to: Technical questions / Troubleshooting June 27, 2021 at 15:04#34409Today I upgraded to the “pro” version of PD4ML, but “My Licenses” page says I have the PD4ML UA “Test product”? Also, the Activation Key provided gives me an error when using version v4.0.9-SNAPSHOT. My old activation key works fine.
[main] ERROR com.afs.service.pdf.PDFCreatorServiceImplPD4ML - For input string: "" java.lang.NumberFormatException: For input string: "" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:662) at java.base/java.lang.Integer.parseInt(Integer.java:770) at com.pd4ml.util.s$_b.<init>(y:1071) at com.pd4ml.PD4ML.applyLicense(y:1846) at com.pd4ml.PD4ML.<init>(y:2860) at com.pd4ml.PD4ML.<init>(y:64)
in reply to: New API Key after upgrade not working… June 28, 2021 at 07:55#34410Hi, Burton!
Please login to https://pd4ml.tech/view-my-licenses/ and copy the updated API key.
Sorry for the inconvenience!in reply to: New API Key after upgrade not working… June 28, 2021 at 13:05#34411Great. That API keys works!
in reply to: Technical questions / Troubleshooting July 7, 2021 at 07:46#34417Hello,
I am using v4.0.9fx5 to convert HTML documents to PDF.
Documents have footer with page number using “$[page]”. Unfortunately page number upper than 9 are not full. Only the first digit is print -eg “1” instead of “10”, “11” or “101”.
I tried to use “$[page]/$[total]” but I still have a strange print. Anyway I would like to use “$[page]” on my final print.
Any help is welcome.
Thanks.
Note 1: I am upgrading from v4.0.8 and it worked well using this version.
Note 2: The attachment is a example of my trouble. I try without css and with. First line is “$[page]” and second is “$[page]/$[total]”Attachments:
You must be logged in to view attached files.in reply to: Licensing / Purchasing of PD4ML July 29, 2021 at 20:02#34470I am using the command line java version. I do not want to put the .lic file in the working directory, could I provide a path to the command or just paste the code into the command?
in reply to: Page number not full when converting HTML to PDF September 16, 2021 at 11:54#34495Having the same issue with pd4ml 4.0.9fx5. Any update on it?
in reply to: New feature requests September 16, 2021 at 12:06#34496Hello,
We are looking at possibility to highlight snippets of text in PDF file. Having quickly reviewed api and documentation, I didn’t find methods in pd4ml to do this. But probably I missed that, or there are plans to add this feature soon?
Thanks,
Nina Birychin reply to: Technical questions / Troubleshooting October 26, 2021 at 09:01#34528Hi,
Unlike to PD4ML V3, the html tags contained in the dynamic data are not interpreted anymore in V4
map.put("var1", "<p>Data in a paragraph</p>"); pd4ml.setDynamicParams(map);
PD4ML V3 result :
Data in a paragraphPD4ML V4 result :
<p>Data in a paragraph</p>Is there a way to interpret html tags in dynamic parameters ?
Thanks
in reply to: Can’t submit issue on Troubleshooting page. Form doesn’t submit correctly. November 9, 2021 at 19:59#34548Same – tried creating a post twice – super frustrating
in reply to: Technical questions / Troubleshooting November 9, 2021 at 20:02#34549This is my third attempt to post a topic. My previous two attempts were simply swallowed whole by this forum, and despite no error message being generated, no topic was actually created. My post includes 4 attachments (2 images, 2 CSS files).
in reply to: Can’t post topic November 9, 2021 at 20:51in reply to: Can’t post topic November 10, 2021 at 15:32#34556Sorry for the inconvenience! We are working on the issue.
Please contact helpdesk @ pd4ml. com for PD4ML supportin reply to: Page number not full when converting HTML to PDF December 1, 2021 at 12:28#34572Having the same issue with pd4ml 4.1.0. Any update on it please ?
-
AuthorPosts