Forum Replies Created
-
AuthorPosts
-
in reply to: CSS text-align Property Issuse November 14, 2010 at 22:36#27871
1. The feature is currently not supported for PDF form elements. We can add it in the nearest future.
2. We cannot reproduce the issue – with our test documents it always works correctly. Please send your HTML sample to PD4ML support.in reply to: NullPointerException in command line convert November 15, 2010 at 02:03#27331Thanks, when I try this div style it works for 3.5 and 3.51
in reply to: Right margin overflow November 15, 2010 at 02:22#27255My particular problem was being caused by a very long url in a table cell. The long url was not wrapping and it was pushing the right side of the table cell past the right edge of the document.
I was able to solve it by adding style=”word-wrap: break-word” as an attribute to the td element in the table. This caused the url to force break at the end of the table cell and everything else then wrapped as expected.
Thanks for the quick response.
in reply to: How To Put a Colspan of Td Tag in Table November 15, 2010 at 02:38#28209@PD4ML wrote:
It is quite difficult to see, what you expect to render from the code.
As there is no any neighbor rows and columns, colspan=”3″ is optimized to colspan=”1″. In standard scenarios, like below, colspans work correctly.[language=xml:368atvr0]
[/language:368atvr0]I Try This But This Not Working!
in reply to: how to merge array of pdf November 15, 2010 at 02:44#28291For the time being it is not possible.
The only workaround is to merge HTMLs and to pass the resulting document to PD4ML as a single body.
in reply to: [.NET] HTML rendering problem November 15, 2010 at 02:54#28145Just use the standard PayPal or ShareIT order link. After that please contact support pd4ml com and we’ll send you the most recent version.
in reply to: Content inside table is not justified November 15, 2010 at 02:57#28174Could you please publish an HTML sample of such document or send it to support pd4ml com
in reply to: PDF from multiple urls November 15, 2010 at 03:01#27786Unfortunately the API does not allow to define individual settings for each document.
The only possible workaround is to create PDFs one-by-one using PD4ML and to merge them into a single doc with free iText library (http://itextpdf.com/)
in reply to: PD4ML.NET Double coversion data display issue November 15, 2010 at 03:03#28136I did send the reference documents to sales and support email Ids as the data cannot be posted in live. Thank you. Please check with Igor in sales team for the documents emailed.
in reply to: Selecting multiple classnames doesnt work November 15, 2010 at 03:32#27868For the particular HTML sample a workaround would be to change the style to
<br /> <br /> body .x div.a {<br /> color: green;<br /> }<br /> <br />
<br /> <br /> body .x div.a {<br /> color: green;<br /> }<br /> <br />PD4ML does not support selectors combine multiple classes, like “div.a.b“.
We’ll add support for it to the forthcoming release.
in reply to: font rendering issue November 15, 2010 at 03:54#281171. PD4ML supports TTF and OTF fonts. OTFs from Win32 distribution are ok, but there are “third-party” OTFs for some reasons not supported by Java (in the case they are skipped in pd4fonts.properties). Usually it helps to open such OTF file in FontForge application and save as TTF. FontForge is an open source tool for UNIX/Linux platform, which is also available for Win32 as “fontforge-mingw”
2. refers to Myriad Pro Light in pd4fonts.properties. refers to Myriad Pro Light Italic, refers to Myriad Pro Light Bold. Also refers to Myriad Pro Light Bold even if there is no tags around. Probably it can explain some oddities with font styles you faced with.
in reply to: HTML tags from JSF written to pdf file November 15, 2010 at 04:05#28214Do you want to render an HTML document (generated by the JSF page) as PDF or just want to print the generated HTML text (HTML source code listing) to PDF?
#28231Thank you for your help, we will get the latest version installed then test again.
in reply to: Multiple A4 pages side by side November 15, 2010 at 04:38#28226Thank you for your reply, I tried adding the JSP part to my JSP template however it created an error, should it of worked with only updating the JSP and none of the other parts? This is what my head tag looks like;
<c:out value='${company.name}'></c:out> – <tiles:getasstring name="title"></tiles:getasstring> lee@domus.net)
in reply to: pdf page comes at empty November 15, 2010 at 05:17#28285A sample of source HTML and its resulting PDF could be very useful to analyze the problem reason. Please post them here or send to support pd4ml com
-
AuthorPosts