Skip to content

Instantly share code, notes, and snippets.

@aspose-com-gists
Last active June 29, 2021 04:28
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/0213fa6844064ccead600ec5772b0c66 to your computer and use it in GitHub Desktop.
Save aspose-com-gists/0213fa6844064ccead600ec5772b0c66 to your computer and use it in GitHub Desktop.
// Instantiate TeXLoadOptions object
TeXLoadOptions options = new TeXLoadOptions();
// Load the TEX document
Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.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