HTML to PDF / DOCX / RTF Java converter library Forums PD4ML v3 Archived Forums (Read Only) General questions / FAQ Support of java: protocol for other resources than images

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #27107

    Hi,
    we would like to use the java: protocol lo load other resources than images : CSS/JS etc…
    Is-it something you can include in the next release ?

    Thanks

    #29949

    Did you test a load of CSS by “java:” protocol and it did not work?

    What does it write to STDOUT in debug mode?

    #29950

    Hi,
    my sample code :

    String s = ““;
    PD4ML pd4ml = new PD4ML();
    pd4ml.render(new StringReader(s), new NullOutputStream());

    this throws an exception:

    java.net.MalformedURLException: unknown protocol: java
    at java.net.URL.(URL.java:593)
    at java.net.URL.
    (URL.java:483)
    at org.zefer.html.doc.PD4MLHtmlParser.buildDocument(Unknown Source)
    at org.zefer.pd4ml.PD4ML.super(Unknown Source)
    at org.zefer.pd4ml.PD4ML.render(Unknown Source)
    at Test.main(Test.java:13)

    #29951

    Hi,
    do you have some news ?

    Eric

    #29952

    The issue has been fixed in the DEV build. An updated maintenance version is to be available till the end of the month.

    #29953

    Hi,
    when do you expect to release this version ?

    Thanks

    #29954

    It is expected on Friday (if QA detects no issues).

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

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