From 04eb66872fcb6d12e414dec4a2e131dc911476bb Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Tue, 8 Oct 2024 14:07:53 +0000 Subject: [PATCH] updated survey-pdf docs [azurepipelines skip] --- docs/customize-pdf-form-settings.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/customize-pdf-form-settings.md b/docs/customize-pdf-form-settings.md index 6c01f0a..b563785 100644 --- a/docs/customize-pdf-form-settings.md +++ b/docs/customize-pdf-form-settings.md @@ -148,9 +148,11 @@ surveyPdf.mode = "display"; surveyPdf.data = survey.data; ``` +[View Demo](/pdf-generator/examples/create-read-only-pdf-form/ (linkStyle)) + ## Document Compression -If you need to reduce the size of a PDF document, you can compress it. Compressed documents do not support [AcroForms](#editable-and-read-only-pdf-documents) and [custom fonts](#custom-fonts). Enable the `compress` property to create a compressed PDF document: +If you need to reduce the size of a PDF document, you can compress it. Compressed documents do not support [AcroForms](#editable-vs-read-only-pdf-documents) and [custom fonts](#custom-fonts). Enable the `compress` property to create a compressed PDF document: ```js const pdfDocOptions = {