앱을 사용하여 TEX를 DOTX 파일로 온라인으로 변환
- 변환할 TEX 파일 업로드
- TEX 크기에 따라 몇 초 이상 기다리십시오.
- 업로드 상태 표시줄을 주시하세요
- “변환” 버튼을 클릭하세요
- TEX가 DOTX 문서로 변환됩니다.
- 변환된 DOTX 파일을 다운로드하세요
Java Automation API를 통해 TEX를 DOTX로 변환
TEX에서 DOTX로 변환하기 위한 Java 코드
// load TEX file with an instance of Document class
Document document = new Document("template.tex");
// save TEX as a DOC
document.save("DocOutput.doc", SaveFormat.DOC);
// load DOC with an instance of Document
Document outputDocument = new com.aspose.words.Document("DocOutput.doc");
// call save method while passing SaveFormat.DOTX
outputDocument.save("output.dotx", SaveFormat.DOTX);
변환 요구 사항, Java를 통해 암호로 보호된 TEX 문서 열기와 같은 다른 기능을 사용하여 TEX를 DOTX로 저장하는 몇 가지 사례가 더 있습니다.
// open encrypted document
Document document = new Document("input.tex", "password");
// save TEX as a DOC
document.save("DocOutput.doc", SaveFormat.DOC);
public static void StoreToDatabase(Document doc, Connection mConnection) throws Exception {
// create an output stream which uses byte array to save data
ByteArrayOutputStream aout = new ByteArrayOutputStream();
// save the document to byte array
doc.save(aout, SaveFormat.DOTX);
// get the byte array from output steam
// the byte array now contains the document
byte[] buffer = aout.toByteArray();
// get the filename from the document.
String fileName = doc.getOriginalFileName();
String filePath = fileName.replace("\\", "\\\\");
// create the SQL command.
String commandString = "INSERT INTO Documents (FileName, FileContent) VALUES('" + filePath + "', '" + buffer + "')";
Statement statement = mConnection.createStatement();
statement.executeUpdate(commandString);
}
Java를 사용하여 TEX 파일 변환 애플리케이션 개발
TEX 파일을 DOTX 문서로 쉽게 저장하고 내보낼 수 있는 Java 기반 소프트웨어 애플리케이션을 개발해야 합니까?
Aspose.Total for Java
을 사용하면 모든 Java 개발자가 위의 API 코드를 통합하여 Microsoft Word(DOC, DOCX), Excel(XLS, XLSX), Powerpoint(PPT, PPTX), PDF, 이메일 파일, 이미지(JPG, PNG, BMP, GIF) 및 기타 형식을 포함한 다양한 형식으로 변환 애플리케이션을 프로그래밍할 수 있습니다. 문서 변환을 위한 강력한 Java 라이브러리로, TEX 형식을 포함한 여러 인기 형식을 지원합니다. 프로그래머는
Aspose.Words for Java
,
Aspose.Cells for Java
,
Aspose.Slides for Java
,
Aspose.PDF for Java
,
Aspose.Imaging for Java
등을 포함한 Aspose.Total for Java 자식 API를 사용하여 문서를 다른 형식으로 내보내고 렌더링할 수 있습니다.
TEX Java용 변환 라이브러리
Aspose.Total for Java을 귀하의 시스템에 통합하기 위한 대체 옵션도 있습니다. 귀하의 요구 사항과 유사한 것을 선택하고 단계별 지침을 따르세요.
- Maven 기반 프로젝트에서 Aspose.Total for Java을 직접 사용하고 pom.xml에 관련 자식 API를 포함합니다.
- 혹은 다운로드 에서 ZIP 파일을 얻을 수도 있습니다.
TEX를 DOTX 앱 요구 사항에 저장합니다.
Java Runtime Environment(JRE)를 실행할 수 있는 모든 운영 체제는 Aspose.Total for Java을 실행할 수 있습니다. 다음 목록은 대부분 지원되는 운영 체제이지만, 전부는 아닙니다.
- 마이크로소프트 윈도우
- Linux : Ubuntu, OpenSUSE, CentOS 및 기타
- macOS : 10.9(Mavericks) 이상
- 모바일 : 안드로이드, iOS