You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Save pdf base64 to local with a name. VB-Classic.

edited Dec 2, 2021 2:56PM in Visual Builder 1 comment

Summary:

Please help to save pdf-base64 with a name.

Content (required):

Tried several options to save base64 containing a fa-report in pdf format, no way for now to save with a name.

Version (include the version you are using, if applicable):

vb-classic.

Code Snippet (add any code snippets that support your topic, if applicable):

In page designer

<div class="oj-flex" id="div_001">

  <a target="_blank" class="oj-flex-item oj-sm-12 oj-md-4"

    :href='[[ "data:application/octet-stream;filename=xxxxx.pdf;base64," + $variables.x_base64_data ]]'

     id="myHiper">Download pdf 1</a>

</div>

<div class="oj-flex" id="div_002">

  <a target="_blank" class="oj-flex-item oj-sm-12 oj-md-4"

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!