Atomi Validator

Validate files signed with Atomi for free.

hero background image element
Icon indication information about atomi

How to use validator?

Enter your file into validator and press "validate file". Wait until the process is done and validator will give you It's result. You can change language by pressing the button at the top right hand corner.

HTML


    <div class="validator-wrapper">
      <iframe title="Atomi Validator - Voit validoida luodut dokumentit tämän työkalun avulla" class="validator-iframe" frameborder="0" src="https://validator-prd.studyo.fi/"></iframe>
    </div>  
    

CSS


  .validator-wrapper {
      position: relative;
      overflow: hidden;
      height: 100ch;
  }
  .validator-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      overflow:hidden;
  }