Skip to content

Commit

Permalink
updated survey-pdf docs [azurepipelines skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Oct 8, 2024
1 parent eef339b commit 04eb668
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/customize-pdf-form-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 04eb668

Please sign in to comment.