Skip to content

Instantly share code, notes, and snippets.

@aspose-com-gists
Last active June 30, 2021 04:10
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/37deaa0613cccd6176d9f4f89fb3b835 to your computer and use it in GitHub Desktop.
Save aspose-com-gists/37deaa0613cccd6176d9f4f89fb3b835 to your computer and use it in GitHub Desktop.
// Create Document object
Document pdfDocument = new Document("document.rtf");
// Convert RTF to PDF
pdfDocument.save("RTF-to-PDF.pdf", SaveFormat.PDF);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment