Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26257

    Hi,
    I am new to PD4ML.I am using PD4ML through custom tags.

    MY PD4ML JSP Page follows:
    <%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/tld/taglibs-unstandard.tld" prefix="un" %>

    <%@ taglib uri="/WEB-INF/tld/pd4ml.tld" prefix="pd4ml" %>

    ${COA.coaContent}

    ${COA.coaContent} is the value which brings HTML content from Database.
    which has to be rendered as PDF.
    HTM content we are getting from database is the content give by FCK Editor when pasted from WORD,OPEN OFFICE,EXCEL e.t.c

    The problem is when content is from excel PDF generated is absolutely fine. But when the content is from WORD, or just normal text ,then the font of letters in PDF is Very small..

    When i looked at HTML content.. there are font size tags in it. I think that tags are causing problem
    Is there any way where we can set a standard font size to PDF by ignoring HTML content font size tags may be??
    or any other suggestion which rectifies my problem.

    #27497

    I have rectified the problem for content which is being pated from WORD document by adjusting screenWidth attribute of PD4ML.

    But still the problem of font size variations exists for normal typed text in FCK Editor.
    Can you please help me

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.