Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 4,239 total)
  • Author
    Posts
  • in reply to: Lotus Notes 8.5.3 troubles with ttf fonts
    #29202

    UnDecoding Base64 the string:
    ev8iAAAABwAAAAAAAAAAAAAAAAAAAAAAAABiYXJjb2RlAA==

    gives:zÿ”����������������������barcode�

    with the text “barcode” at the end (that comes from the final part of the string AABiYXJjb2RlAA==)

    In fact that field is a BARCODE…

    even though this doesn’t help me :-< -t-

    in reply to: Lotus Notes 8.5.3 troubles with ttf fonts
    #29203

    The garbage looks like UTF-8 wrongly interpreted as Latin-1. Should be solvable with an XSL adjustment. Could you please publish a DXL sample, which causes such problem?

    in reply to: Lotus Notes 8.5.3 troubles with ttf fonts
    #29204

    thanks for the quick answer

    the code I use is:

    Document tmp = db.createDocument();
    RichTextItem rti = tmp.createRichTextItem(“PD4MLBody”);
    doc.renderToRTItem(rti);
    DxlExporter dxl = session.createDxlExporter();
    dxl.setConvertNotesBitmapsToGIF(true); => in this case il useless
    dxl.setOutputDOCTYPE(false); => tried with (true) but is the same
    String xml = dxl.exportDxl(tmp);

    and the string “xml” contains

    ÀU+!!$Ã
    ev8iAAAABwAAAAAAAAAAAAAAAAAAAAAAAABiYXJjb2RlAA==

    where the last part has something to do with the Base64 Encode of the Barcode.

    I don’t know how to export a DXL in a different way … sorry

    -t-

    in reply to: Lotus Notes 8.5.3 troubles with ttf fonts
    #29205

    Could you please send the entire DXL and its resulting PDF to support pd4ml com?

    I tried to convert the snippet you sent with our actual XSL and it printed only “ÀU+!!$Ô (well, we do not have the needed barcode font to test). Base64 portion has been suppressed by directive.

    in reply to: Lotus Notes 8.5.3 troubles with ttf fonts
    #29206

    here you are

    I attach PDF, xls, xml, html.

    We had PD4ML 3.6.0, now we’re performing the test with 3.8.1

    You are very kind :->

    tommaso spazzali

    in reply to: Lotus Notes 8.5.3 troubles with ttf fonts
    #29207

    I converted the DXL with the actual XSL and as for me it seems to be correct (except a missing barcode font issue).

    I have attached the conversion result and the XSL stylesheet (which can be also taken from the actual Dxl2Pdf package: http://pd4ml.com/command-line-dxl-to-pdf-converter.htm )

    in reply to: Lotus Notes 8.5.3 troubles with ttf fonts
    #29208

    It’s true, it works

    thanks really a lot!

    tommaso

    in reply to: Xhtml to pdf conversion
    #29029 ” >
    in reply to: Xhtml to pdf conversion
    #29030

    Could you please add enable=”false” attribute to and to generate a HTML with the JSP placeholders substituted with a dynamic content. Save the HTML from a web browser and publish it here (or send to support pd4ml com)

    in reply to: Problem with P tag containing attribute text-align: justify
    #29148

    I’ve tried with a new 381 version.
    The problem appearly isn’t solved, according with hardcopies of PDF file.

    in reply to: Problem with P tag containing attribute text-align: justify
    #29149

    I sent a email with all evidences and files.

    in reply to: PDF page headers/footers definition options
    #27277

    I’m trying to put header and footer put through java, how can I do this?

    in reply to: PDF page headers/footers definition options
    #27278

    With PD4ML Pro it can be done like that:

    [language=java:wlo7a5r4]PD4PageMark footer = new PD4PageMark();
    footer.setHtmlTemplate(“page $[page] of $[total]“);
    footer.setAreaHeight(-1);
    pd4ml.setPageFooter(footer);[/language:wlo7a5r4]

    Use pd4ml.setPageHeader() for headers.

    in reply to: PDF page headers/footers definition options
    #27279

    Hi Folks,

    when I already tried this, but it no works.
    When I put footer and header, only header appears.

    Thanks in advance.

    in reply to: PDF page headers/footers definition options
    #27280

    Which PD4ML version do you currently use? It can be checked in Document properties of any PDF, generated with the library.

Viewing 15 posts - 2,206 through 2,220 (of 4,239 total)