We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32069dd commit c8dc85eCopy full SHA for c8dc85e
examples/05-interoperability/05-converting-blocks-to-pdf/README.md
@@ -1 +1,5 @@
1
# Exporting documents to PDF
2
+
3
+This example exports the current document (all blocks) as an PDF file and downloads it to your computer.
4
5
+**Try it out:** Edit the document and click "Download .pdf" in top-left corner, to download the PDF file.
examples/05-interoperability/06-converting-blocks-to-docx/README.md
# Exporting documents to .docx (Office Open XML)
+This example exports the current document (all blocks) as an Microsoft Word Document (DOCX) file and downloads it to your computer.
+**Try it out:** Edit the document and click "Download .docx" in top-left corner, to download the DOCX file.
0 commit comments