package org.opencdmp.filetransformer.docx.service.pdf; public interface PdfService { byte[] convertToPDF(byte[] file); }