Interface GotenbergRestService


@RegisterRestClient(configKey="rest.gotenberg") @Produces("application/octet-stream") @Consumes("multipart/form-data") public interface GotenbergRestService
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
  • Method Details

    • convertToPDF

      @POST @Path("/forms/libreoffice/convert") byte[] convertToPDF(MultipartBodyDTO datafile)