Plugin(Download PDF Datalist Action)

Confluence User - 09 Mar, 2021

Issue : When I use the plugin to link with form(Exapense Claim View) and download, the pdf file unable to open with error. Only some of the form will be error, is that any limitation for this plugin?

PDF form :  Expense Claim View

plugins

6


10 Mar, 2021
confluenceUser
confluenceUser

It is likely that the form to html conversion occurred problem. Do you have custom html in your form?

Check your server log and see right after clicking the "Download" button.

10 Mar, 2021
confluenceUser
confluenceUser

ya, but normally how you guys solve the problem and I'm trying to build own download pdf function. However, the text field is unable to check color by HTML DOM, do you have any solution?

10 Mar, 2021
confluenceUser
confluenceUser

However, the text field is unable to check color by HTML DOM

Any steps to replicate the problem? What error are you getting when you look at the server log?

11 Mar, 2021
confluenceUser
confluenceUser

Place the plugin(Download PDF)on design view → link the download form → save and test → downloaded pdf error. I'll step by step to sc as below

logfile : log_expenseclaim.txt

02 Sep, 2021
confluenceUser
confluenceUser


I'm having the same problem, because I use this HTML code in form :


<!DOCTYPE html>
<html>
    <body>
        <table border="1" width="150" height="100">
            <tr>
                                <td rowspan="2"><img src= "/jw/web/app/sr/resources/sr.png" Width="100px" height="100px">
</td>
<td colspan="3"> <span style="font-weight: normal; font-size: 18pt; font-family: tahoma;">#Form.sr_form.Title#</span></td> 
            </tr>
            <tr>
                <td>Form NO.: FO36</td>
                <td>Revision: B</td>
                <td>Issue Date: #Form.sr_form.CreatedDate# </td>
            </tr>
        </table>
	</body>
</html>

Also when I use it in the code in Header (HTML) > Configure Download PDF Action 
The same problem appears
What's the solution ?

02 Sep, 2021
confluenceUser
confluenceUser

Check server log for error. Should be syntax problem.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print