Forum Replies Created

Viewing 15 posts - 2,296 through 2,310 (of 4,237 total)
  • Author
    Posts
  • in reply to: Out of memory error while converting a dxl file
    #29212

    hi,

    I tried v381 pro but still out of memory error persist.I increased my JVM heap memory upto 1.5 GB after that i am not able to.Could you kindly let me know what is the max JVM heap memory to set to get rid off this type of out of memory error?

    Thanks

    in reply to: Extracted attachment from DXL says it is damaged
    #29266

    Hi,

    The same DXL file attachment is opening fine in Lotus notes.It doesn’t say the PDF is corrupted.

    Many DXL file attachment almost 50 out of 100 tested has this problem.But I attached 2 only as the problem is similar.Could you kindly let me know is there any way to resolve this?Since it is opening in lotus notes our client expecting the attachment should extract by Pd4ml as well.

    Thanks.

    in reply to: Extracted attachment from DXL says it is damaged
    #29267

    In Notes the documents are stored in an internal database format. And Lotus Notes opens the documents (and their attachments) directly.

    The problem occurs by a converting of the internal document format to DXL: DxlExporter module of Notes (not PD4ML) corrupts the attachment data somehow. Why does that happen? It is a question to IBM, I guess. PD4ML can do nothing with that as it receives DXL already damaged and not repairable.

    Could you please publish, at least, a code snippet, which exports DXL from Notes database and version/platform of your Notes environment. We’ll try to google for an explanation or a possible workaround.

    in reply to: Extracted attachment from DXL says it is damaged
    #29268

    It looks like the attachments are compressed with an adaptive LZ1 (LZ 77) algorithm which may skip long portions of data uncompressed, when a compression makes no significant win. Hopefully we’ll find a good Java uncpmpress library for it.

    in reply to: Extracted attachment from DXL says it is damaged
    #29269

    Do you mean you will find a way and fix the issue?

    in reply to: Extracted attachment from DXL says it is damaged
    #29270

    Hopefully. When I am back to the office on Monday I’ll do few tests and let you know.

    in reply to: display current date every time the PDF is opened
    #28800

    Hi, I have a requirement which says to stop displaying current date whenever pdf is saved . Is there any action type associated for save (like saveaction similar to openaction) event?

    in reply to: General questions / FAQ
    #26835

    Hi,
    I have a requirement that i want to display 4lines message on footer.
    I am using pd4ml tld in java. I have put following code in html.

    But it is not working properly. That means message is displaying in a single & from the end of the line, the message is not displaying.

    Please give me the suggestion.

    Thanks in advance
    -Satyaprasad

    in reply to: General questions / FAQ
    #26836

    I’m using pd4ml 3.8fx3 version to convert html files to pdf file. I have a form field in the pdf which will automatically display 1st date of the current month every time pdf is Opened.
    I Used the below method to assign javascript which assigns date whenever pdf is opened.
    public void addDocumentActionHandler( String actionType, String javaScript );

    pd4ml.addDocumentActionHandler(“OpenAction”, javaScriptString);

    Now we want to stop displaying the dynamic date when user saves the pdf.

    Question :
    Do we have any action type defined when user saves the pdf? for Opening a file we have “OpenAction” Similarly is there any action type defined when user Saves the pdf?

    in reply to: Image as a theme for pdf file
    #29262

    Ok,
    It is working in Java API.
    But I am using Tld in jsp. How can i reach it????????

    in reply to: How to add sent date in the header of the document
    #29290

    Kindly let me know if there is any update on this issue.

    in reply to: Extracted attachment from DXL says it is damaged
    #29271

    Hi,

    Could you kindly update on this issue?

    in reply to: MIME.HTM in the converted PDF
    #29283

    Could you please update on this issue.

    in reply to: Out of memory error while converting a dxl file
    #29213

    Could you please update on this issue.

    in reply to: Extracted attachment from DXL says it is damaged
    #29272

    In the meantime we tried to implement our own LZ1 uncompressing method – for the time being still no success. Unfortunately there is no any documentation that could clarify some aspects of the Lotus Notes LZ1 method implementation.

    Unfortunately I have no info which Notes version you use and the way you export DXL.

    The only possible workaround would be to force DxlExporter to always uncompress attachment data. The relevant DxlExporter property takes effect in Notes 8.0 or newer.

Viewing 15 posts - 2,296 through 2,310 (of 4,237 total)