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 Dec 4, 2024
1 parent 0c63859 commit 06432ec
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
{
"Name": "get-started-nodejs",
"Title": "Node.js"
},
{
"Name": "supported-browsers",
"Title": "Supported Browsers"
}
]
},
Expand Down
20 changes: 20 additions & 0 deletions docs/supported-browsers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Supported Browsers for SurveyJS PDF Generator
description: Find out which browsers are fully compatible with the SurveyJS PDF Generator library. Ensure optimal performance and user experience with this list of supported browsers for seamless rendering of your surveys and forms as PDF files.
---

# Supported Browsers

## Desktop Browsers

<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-chrome.svg" alt="Google Chrome icon"> <span>Google Chrome 100+</span> </div>
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-firefox.svg" alt="Mozilla Firefox icon"> <span>Firefox 100+</span> </div>
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-safari.svg" alt="Safari icon"> <span>Safari 15.0+</span> </div>
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-opera.svg" alt="Opera icon"> <span>Opera 100+</span> </div>
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-edge.svg" alt="Microsoft Edge icon"> <span>Microsoft Edge 100+</span> </div>
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-ie.svg" alt="Internet Explorer icon"> <span>Internet Explorer 11 (requires <a href="https://github.com/parallax/jsPDF?tab=readme-ov-file#polyfills" target="_blank">jsPDF polyfills</a>)</span> </div>

## Mobile Browsers

<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-chrome.svg" alt="Google Chrome icon"> <span>Google Chrome for Android 100+</span> </div>
<div class="v2-class---documentation-page__supported-browsers"> <img src="images/browser-icons-safari.svg" alt="Safari icon"> <span>Safari iOS 15+</span> </div>

0 comments on commit 06432ec

Please sign in to comment.