Skip to content

Chart conversion not working  #46

@dravidnsk

Description

@dravidnsk
public class PDFCreation {

public static void main(String[] args)
{

boolean success1 = HtmlToPdf.create()
            .object(HtmlToPdfObject.forUrl("file:///C:/Users/sathishkumar_n/Desktop/pipeChart.html")
                    .enableJavascript(true))
            .convert("C:\\Nsk\\PDF\\pipechart.pdf");
}

}

pipeChart.zip
pipechart.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions