Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instead of installing the QuikFormsEngine.dll you can use the web service version instead. The web service is essentially a wrapper for the QuikFormsEngine.dll enabling you to use the software remotely without installing the actual software or requiring the .NET Framework in your production environment. This is ideal for non-.NET users (e.g. Linux, Unix, MacOS, tablet OS, etc.).
Service URL: https://websvcs.quikforms.com/quikformsenginews/5300v5300/quikformsengine.asmx
Service WSDL: https://websvcs.quikforms.com/quikformsenginews/5300v5300/quikformsengine.asmx?WSDL

Convert HTML to PDF Web Service

To retrieve a PDF of the displayed HTML form, including any form data, invoke the following page via a form POST. The flag 'Edit" can be true or false to return a PDF with fillable fields or flattened.
Service URL: https://websvcs.quikforms.com/HTMLFormViewTrans/v5300/FormViewHTML/QFVGetPDF.aspx?Edit=FALSE

Configuration Web Service

The miscellaneous configuration methods and options are available in the QFEConfigWS
Service URL:
https://websvcs.quikforms.com/qfe_ws/v5300/QFEConfigWS.asmx
Service WSDL:
https://websvcs.quikforms.com/qfe_ws/v5300/QFEConfigWS.asmx?WSDL

...