Skip to main content

Chapter 1. Programming guide

SVF Cloud WebAPI provides the following data as sample programs.

  • Authentication.java

    Sample for retrieving and discarding an access token.

  • Printer.java

    Sample for printer operations.

  • SVF.java

    Sample for outputting a form.

  • PDF.java

    Sample for outputting a PDF file.

  • Image.java

    Sample for obtaining a form image.

You can download the sample programs from "Sample Codes" on the following page.

https://repo.svfcloud.com/manual/release/en/manager/index.html

Caution

The sample code is written in Java 8. Depending on what version of Java you are using, part of the code may not work.