Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ram
    #26978

    response.setContentType( “application/pdf;charset=UTF-8” );
    response.setHeader(“Content-Disposition”, “attachment; filename=” + filename + “.pdf” );

    PD4ML pd4ml = new PD4ML();
    pd4ml.setPageInsets(new Insets(10, 10, 10, 10));//////////
    pd4ml.setHtmlWidth(950);
    pd4ml.setPageSize( PD4Constants.A4 );
    pd4ml.useTTF( EgovProperties.getProperty(“Globals.pdfFontPath”), true );

    pd4ml.enableSmartTableBreaks(true);//////////
    pd4ml.enableDebugInfo();

    coding!!

    why enableSmartTableBreaks dont…
    why data none display??
    place help me
    version 3.83

    #29641

    I would recommend to begin with an upgrade to the most recent version of PD4ML v393 (you currently use v385).

    There is a fully functional evaluation version is available for download.

    ram
    #29642

    Already been purchased (3.85)
    how to download

    3.93 Are able to download without paying the price?
    If you are, please let me know how.

    #29643

    Just login with your credentials to PD4ML download area.

    http://pd4ml.com/login.htm

    Obviously your maintenance is expired, so you’ll have access to the evaluation versions only. Download one, temporarily substitute pd4ml.jar with pd4ml_demo.jar and check if the newer eval version solves the issue.

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

The forum ‘General questions / FAQ’ is closed to new topics and replies.