Forum Replies Created

Viewing 15 posts - 961 through 975 (of 4,234 total)
  • Author
    Posts
  • in reply to: CSS text-align Property Issuse
    #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
    #27331

    Thanks, when I try this div style it works for 3.5 and 3.51

    in reply to: Right margin overflow
    #27255

    My 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
    #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
    #28291

    For 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
    #28145

    Just 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
    #28174

    Could you please publish an HTML sample of such document or send it to support pd4ml com

    in reply to: PDF from multiple urls
    #27786

    Unfortunately 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
    #28136

    I 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
    #27868

    For 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 />

    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
    #28117

    1. 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
    #28214

    Do 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?

    in reply to: Columns
    #28231

    Thank you for your help, we will get the latest version installed then test again.

    in reply to: Multiple A4 pages side by side
    #28226

    Thank 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
    #28285

    A 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

Viewing 15 posts - 961 through 975 (of 4,234 total)