Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 4,237 total)
  • Author
    Posts
  • in reply to: General questions / FAQ
    #26841

    I used the same html resources to convert to pdf
    I use coldfusion for generate the pdf using cfdocument and pd4ml
    but the result is different : see the attachment

    please advice

    thank you

    in reply to: Font size is increased in the generated PDF
    #29071

    here’s the different, I use coldfusion

    in reply to: Different Result (there’s gap between line)
    #29328

    First, please take a look to the general info, regarding content scaling in PD4ML: http://pd4ml.com/cookbook/pdf_page_formatting.htm

    So to scale the content down, you would need to slightly increase htmlWidth conversion parameter value.

    If gaps between lines are higher than expected, use CSS property “line-height” to adjust.

    in reply to: Font size is increased in the generated PDF
    #29072

    By the link you may find a general info regarding content scaling in PD4ML:
    http://pd4ml.com/cookbook/pdf_page_formatting.htm

    in reply to: Different Result (there’s gap between line)
    #29329

    thank you,

    right now we’re still using the free pd4ml pro version,
    i found from the forum that we can use setpagesize, sethtmlwidth, etc but it is in the paid version

    in reply to: Different Result (there’s gap between line)
    #29330

    Actually there is no free version of PD4ML. There are fully functional evaluation versions: they watermark generated PDFs, but the rest of the functionality is identical to commercial versions of PD4ML.

    in reply to: Different Result (there’s gap between line)
    #29331

    yes… sorry… i mean the demo version
    but when i want to use the function setpagesize it wont work

    in reply to: Different Result (there’s gap between line)
    #29332

    Why do you think it does not work?
    Generate PDFs with different pageSize parameters and compare the PDF document properties.

    #29313

    HI, thanks for the reply.
    I’m using adobe reader . I have downloaded temp64.pdf and when i open this i see only t1 and t2 fields are filled along with openaction alert. After this i tried saving the temp64.pdf by clicking file -> Save a copy option. i didn’t get any of “WS” or “DS” alert. but i got an alert “Save a blank copy of this Form” . After clicking save a blank copy the pdf copy is saved but with the same information.

    Please let me know if we can work this on adobe reader. If not what is the alternative.

    in reply to: Different Result (there’s gap between line)
    #29333


    #pdfHeader#

    #pdfFooter#


    #pdfBody#

    SCREENWIDTH i adjust based on the orientation :
    Portrait :
    Landscape :

    margin i set in each part of the document (header, footer and body)
    because when i set the margin in pageInsets, the header and footer is also affect with the margin setting

    and still the result is different from the pdf render from cfdocument

    in reply to: General questions / FAQ
    #26845

    Dear PD4ML support,

    I have problem in handling special character like :
    Example : ⇔ ⇒
    I use ckeditor.. in ckeditor preview it looks ok, but when i preview in pdf4ml it turn to ? mark

    I already put

    or

    but it didn’t work

    thank you

    in reply to: handle special character
    #29344

    Here is a good starting point to resolve the issue:
    http://pd4ml.com/cookbook/pd4ml_pdf_true_type_fonts.htm

    in reply to: General questions / FAQ
    #26846

    [language=][/jsp]

    After initlizing the web page A.jsp ,the checkbox named check2 is checked.
    when I changed the checkbox to unchecked status, How can I get an unchecked checkbox in the generated pdf.

    in reply to: How can I convert a dynamic values in html to pdf
    #29345

    After the checkbox is unchecked, you need to send the state to the serverside, to generate an updated HTML without checked=”checked”:
    [language=xml:bo6x852w][/language:bo6x852w]

    in reply to: Different Header / Footer based on page number
    #28712

    I am currently evaluating this software, before deciding to buy the full license. It looks like there might be a limitation with regards to headers and footers. The example above demonstrates how to define page specific content, but as far as I can see there is no way to set page specific areaHeight.

    I would like to render my first page without a header:
    [language=Java:1fdcwkd1]PD4PageMark out = new PD4PageMark();
    out.setHtmlTemplate(“…some header…”);
    out.setPagesToSkip(1);
    out.setAreaHeight(-1);[/language:1fdcwkd1]

    The header is not displayed in the pdf, but the space it occupies (in subsequent pages) pushes the content down. Is there a way to solve this?

Viewing 15 posts - 2,386 through 2,400 (of 4,237 total)