Skip to content

Instantly share code, notes, and snippets.

@aspose-com-gists
Last active June 29, 2021 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspose-com-gists/81dd3ad1eb6d6998aa1684887f77f896 to your computer and use it in GitHub Desktop.
Save aspose-com-gists/81dd3ad1eb6d6998aa1684887f77f896 to your computer and use it in GitHub Desktop.
// Create TeXLoadOptions object
TeXLoadOptions options = new TeXLoadOptions();
// Create Document object
Document pdfDocument = new Document("document.tex", options);
// Convert TEX to DOCX
pdfDocument.save("TeXToPDF_out.docx", SaveFormat.DocX);
@aspose-com-gists
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment