From 65a1e89bed83125f3a7a809c967d135be228e583 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:02:35 +0300 Subject: [PATCH 1/5] SEO-179782-Links-With-Redirects-FileFormat --- File-Formats/installation/Installation-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/installation/Installation-errors.md b/File-Formats/installation/Installation-errors.md index 6a1770414..983cd8436 100644 --- a/File-Formats/installation/Installation-errors.md +++ b/File-Formats/installation/Installation-errors.md @@ -33,7 +33,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer. ### Suggested solution -Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](http://syncfusion.com/kb/2326) article. +Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) article. ## License has expired From 4f377f543141cb438d2e6ed971ca4090f1d359b4 Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Tue, 20 Feb 2024 11:21:41 +0530 Subject: [PATCH 2/5] 870904: Need to add the Time out support in UG documentation. --- .../PDF/Convert-HTML-To-PDF/features.md | 57 ++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/features.md b/File-Formats/PDF/Convert-HTML-To-PDF/features.md index 165e2f3d1..16d99e3e2 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/features.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/features.md @@ -2132,4 +2132,59 @@ Refer to the following code snippet to resize the page content size. {% endtabs %} -You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/HTML%20to%20PDF/Blink/HTML-to-PDF-scale-property). \ No newline at end of file +You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/HTML%20to%20PDF/Blink/HTML-to-PDF-scale-property). + + +## Timeout + +HTML content being converted takes a long time to render or convert into a PDF can be achieved through the utilization of the Timeout property of Blink in HTML Converter. + +Refer to the following code snippet to set the timeout for HTML to PDF conversion. + +{% tabs %} + +{% highlight c# tabtitle="C# [Cross-platform]" %} + + //Initialize the HTML to PDF converter. + HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter(); + //Initialize the blink converter settings. + BlinkConverterSettings blinkConverterSettings = new BlinkConverterSettings(); + // Set the conversion timeout to 5000 milliseconds + blinkConverterSettings.ConversionTimeout = 5000; + //Assign Blink converter settings to HTML converter + htmlConverter.ConverterSettings = blinkConverterSettings; + //Convert URL to PDF + PdfDocument document = htmlConverter.Convert("https://www.google.com"); + //Create a file stream. + FileStream fileStream = new FileStream("HTML-to-PDF.pdf", FileMode.CreateNew, FileAccess.ReadWrite); + //Save and close the PDF document. + document.Save(fileStream); + //Close the document. + document.Close(true); + +{% endhighlight %} + +{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %} + + 'Initialize the HTML to PDF converter. + Dim htmlConverter As New HtmlToPdfConverter() + 'Initialize the blink converter settings. + Dim blinkConverterSettings As New BlinkConverterSettings() + 'Set the conversion timeout to 5000 milliseconds + blinkConverterSettings.ConversionTimeout = 5000 + 'Assign Blink converter settings to HTML converter + htmlConverter.ConverterSettings = blinkConverterSettings + 'Convert URL to PDF + Dim document As PdfDocument = htmlConverter.Convert("https://www.google.com") + 'Create a file stream. + Dim fileStream As New FileStream("HTML-to-PDF.pdf", FileMode.CreateNew, FileAccess.ReadWrite) + 'Save and close the PDF document. + document.Save(fileStream) + 'Close the document. + document.Close(True) + +{% endhighlight %} + +{% endtabs %} + +You can download a complete working sample from [GitHub](). \ No newline at end of file From ac6aa1e50aed7a589ad05e787313ca8572b80eae Mon Sep 17 00:00:00 2001 From: BrunoJenson Date: Tue, 20 Feb 2024 14:37:07 +0530 Subject: [PATCH 3/5] Release notes update hotfix - 24.2.3 --- File-Formats/Release-Notes/v24.2.7.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/File-Formats/Release-Notes/v24.2.7.md b/File-Formats/Release-Notes/v24.2.7.md index 604606528..83979dae8 100644 --- a/File-Formats/Release-Notes/v24.2.7.md +++ b/File-Formats/Release-Notes/v24.2.7.md @@ -9,6 +9,19 @@ documentation: ug {% include release-info.html date="February 20, 2024" version="v24.2.7" %} + + +
+With the 2024 Volume 1 release, we will discontinue support for .NET Framework 4.5, 4.5.1, and 4.6 in WinForms, WPF, and the File-Format Frameworks. Instead, we will provide support for .NET 4.6.2. +
## DocIO From ad1c210180c3ff49720a5cecd51044559917c38c Mon Sep 17 00:00:00 2001 From: Jeffreysebastian <145664919+Jeffreysebastian@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:24:23 +0530 Subject: [PATCH 4/5] Updated alt text --- File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md b/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md index 645c674d0..455ba606b 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/troubleshooting.md @@ -26,7 +26,7 @@ Ensure that the runtimes folder is copied properly to bin folder of the applicat

Please refer to the below screenshot,

- +Runtime folder

(Or)

From 2fa3d22572b538fa6cc10dcac7eafa1a69cdbbd1 Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Wed, 21 Feb 2024 10:38:36 +0530 Subject: [PATCH 5/5] 870904: Added the github sample link. --- File-Formats/PDF/Convert-HTML-To-PDF/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Convert-HTML-To-PDF/features.md b/File-Formats/PDF/Convert-HTML-To-PDF/features.md index 16d99e3e2..5940d6340 100644 --- a/File-Formats/PDF/Convert-HTML-To-PDF/features.md +++ b/File-Formats/PDF/Convert-HTML-To-PDF/features.md @@ -2187,4 +2187,4 @@ Refer to the following code snippet to set the timeout for HTML to PDF conversio {% endtabs %} -You can download a complete working sample from [GitHub](). \ No newline at end of file +You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/HTML%20to%20PDF/Blink/Time-out-support-in-HTML-to-PDF/.NET). \ No newline at end of file