여기에서 양식을 찾을 수 있습니다 귀하의 웹 페이지를 귀하의 방문자가 pdf로 단어 (.doc)와 같은 문서를 변환 할 수 있도록합니다. 양식을 변경하여 디자인에 맞게 변경할 수 있습니다.
코드양식: <div style="width:300px; border:1px solid silver; background-color:#fff"> <div style="background-color:#efefef; padding:8px; height:20px"><b>Convert a file to PDF</b></div> <div style="padding:8px"> <script language="javascript" src="//doc2pdf.pdf24.org/js/doc2pdfBox.js"></script> <form style="margin:0px; padding:0px;" method="POST" enctype="multipart/form-data" accept-charset="UTF-8" onsubmit="return new pdf24Doc2PDFForm(this).onSubmit();"> <input name="documentFile" size="25" type="file" style="margin-bottom:4px;"><br> <input name="submitBtn" type="submit" value="Convert to PDF" style="margin-top:5px;"> </form> </div> </div>
코드양식: <div style="width:300px; border:1px solid silver; background-color:#fff"> <div style="background-color:#efefef; padding:8px; height:20px"><b>Convert a file to PDF</b></div> <div style="padding:8px"> <script language="javascript" src="//doc2pdf.pdf24.org/js/doc2pdfBox.js"></script> <form style="margin:0px; padding:0px;" method="POST" enctype="multipart/form-data" accept-charset="UTF-8" onsubmit="return new pdf24Doc2PDFForm(this).onSubmit();"> URL of a file<br> <input name="documentURL" type="text" value="http://" style="width:98%; margin-bottom:10px;"><br> <input type="submit" name="submitBtn" value="Convert to PDF"> </form> </div> </div>