pdf생성2 [java] pdf 생성 public String signInsert(@ModelAttribute("searchVO") UserVO vo,Model model, HttpServletRequest request) throws Exception { logger.info("CALL /signInsert.do"); //pdf생성 String base64Code = ""; // 현재 시간 String currentTime = DateUtil.getCurrentDateTime(); String signKeyNm=""; String pdfNm = "_sign_".concat(currentTime); //이미지없이 데이터만 넣은 pdf파일 String SRC = ""; //firstPdf + 이미지 합쳐진 최종 pdf파일 .. 2024. 6. 19. [java] xsl+xml 을 pdf파일로 변환하기 @RequestMapping(value = "/sign/convertToPDF.do") public void convertToPDF() throws IOException, FOPException, TransformerException, SAXException { // the XSL FO file File xsltFile = new File("src/main/resources/static/homepage/xml/employeesfo.xsl"); // the XML file which provides the input StreamSource xmlSource = new StreamSource(new File("src/main/resources/static/homepage/xml/_sign_20240.. 2024. 6. 19. 이전 1 다음 728x90