Skip to content

Commit b3b06ef

Browse files
Merge pull request #1769 from Syncfusion-Content/hotfix/hotfix-v24.1.41
DOCINFRA-2341_merged_using_automation
2 parents 4cfd5cd + e02eb19 commit b3b06ef

9 files changed

+482
-6
lines changed

File-Formats-toc.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,20 @@
897897
</li>
898898
</ul>
899899
</li>
900-
<li><a href="/file-formats/pdf/convert-html-to-pdf/aws">AWS</a></li>
900+
<li>
901+
AWS
902+
<ul>
903+
<li>
904+
<a href="/file-formats/pdf/convert-html-to-pdf/Convert-HTML-to-PDF-in-AWS-Lambda">AWS Lambda</a>
905+
</li>
906+
<li>
907+
<a href="/file-formats/pdf/convert-html-to-pdf/Convert-HTML-to-PDF-in-AWS-Lambda-with-NET 6-container-image">AWS Lambda with NET 6 container image</a>
908+
</li>
909+
<li>
910+
<a href="/file-formats/pdf/convert-html-to-pdf/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk">AWS Elastic Beanstalk</a>
911+
</li>
912+
</ul>
913+
</li>
901914
<li><a href="/file-formats/pdf/convert-html-to-pdf/docker">Docker</a></li>
902915
</ul>
903916
</li>
@@ -1427,6 +1440,7 @@
14271440
<li><a href="/file-formats/xlsio/create-read-edit-excel-files-in-asp-net-mvc-c-sharp">ASP.NET MVC</a></li>
14281441
<li><a href="/file-formats/xlsio/create-read-edit-excel-files-in-asp-net-c-sharp">ASP.NET</a></li>
14291442
<li><a href="/file-formats/xlsio/create-read-edit-excel-files-in-blazor-c-sharp">Blazor</a></li>
1443+
<li><a href="/file-formats/xlsio/create-read-edit-excel-files-in-blazor-web-app">Blazor Web</a></li>
14301444
<li><a href="/file-formats/xlsio/create-read-edit-excel-files-in-xamarin-c-sharp">Xamarin</a></li>
14311445
<li><a href="/file-formats/xlsio/create-read-edit-excel-files-in-windows-forms-c-sharp">Windows Forms</a></li>
14321446
<li><a href="/file-formats/xlsio/create-read-edit-excel-files-in-wpf-c-sharp">WPF</a></li>

File-Formats/DocIO/Supported-and-Unsupported-Features.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ Yes<br/><br/></td></tr>
355355
Custom shapes<br/><br/></td><td>
356356
No<br/><br/></td><td>
357357
No<br/><br/></td><td>
358-
No<br/><br/></td><td>
359-
No<br/><br/></td><td>
358+
DrawingML - Yes<br/>VML - No<br/><br/></td><td>
359+
DrawingML - Yes<br/>VML - No<br/><br/></td><td>
360360
No<br/><br/></td><td>
361361
No<br/><br/></td></tr>
362362
<tr>
@@ -443,7 +443,6 @@ Yes<br/><br/></td></tr>
443443
</tbody>
444444
</table>
445445

446-
447446
### Paragraph features
448447

449448
<table>

File-Formats/DocIO/Working-With-Content-Controls.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Content controls can be categorized based on its occurrence in a document as fol
1919
* [InlineContentControl](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.InlineContentControl.html): Among inline content inside, as a child of a paragraph.
2020
* [BlockContentControl](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.BlockContentControl.html): Among paragraphs and tables, as a child of a Body, HeaderFooter, Comment, Footnote, or a Shape node.
2121

22+
To quickly start create and fill a form in Word document, please check out this video:
23+
{% youtube "https://www.youtube.com/watch?v=IbsRfsRoa2s" %}
24+
2225
### Block Content Control
2326

2427
You can add content control to a text body of the Word document using block content control. You can add text, tables, pictures, or other items into the block content control. Refer to the following code.
@@ -2594,4 +2597,4 @@ N> In the above-mentioned code samples, for Xamarin platforms the document is sa
25942597

25952598
## See Also
25962599

2597-
* [How to remove the placeholder text if the meta property is empty in a Word document?](https://www.syncfusion.com/kb/13982/how-to-remove-the-placeholder-text-if-the-meta-property-is-empty-in-a-word-document)
2600+
* [How to remove the placeholder text if the meta property is empty in a Word document?](https://www.syncfusion.com/kb/13982/how-to-remove-the-placeholder-text-if-the-meta-property-is-empty-in-a-word-document)

File-Formats/DocIO/Working-with-Table-Of-Contents.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Builds a table of contents from paragraphs formatted with specified styles other
5050
</tbody>
5151
</table>
5252

53+
To quickly start create and update a table of contents in Word document, please check out this video:
54+
{% youtube "https://www.youtube.com/watch?v=rCtGrWuRplk" %}
55+
5356
## Adding a TOC field
5457

5558
The following code example shows how to add a table of contents (TOC) in Word document.

File-Formats/PDF/Convert-HTML-To-PDF/features.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,4 +2079,57 @@ document.Close(True)
20792079

20802080
{% endtabs %}
20812081

2082-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/HTML%20to%20PDF/Blink/Set_blink_path_in_HTML_to_PDF).
2082+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/HTML%20to%20PDF/Blink/Set_blink_path_in_HTML_to_PDF).
2083+
2084+
## Scale
2085+
Resizing the HTML content within a PDF can be achieved through the utilization of the [Scale](https://help.syncfusion.com/cr/file-formats/Syncfusion.HtmlConverter.BlinkConverterSettings.html#Syncfusion_HtmlConverter_BlinkConverterSettings_Scale) property of Blink in HTML Converter.
2086+
2087+
N> The scaling factor should be within the range of 0.1 to 2.0.
2088+
2089+
Refer to the following code snippet to resize the page content size.
2090+
2091+
{% tabs %}
2092+
2093+
{% highlight c# tabtitle="C# [Cross-platform]" %}
2094+
2095+
//Initialize the HTML to PDF converter.
2096+
HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter();
2097+
//Initialize the blink converter settings.
2098+
BlinkConverterSettings blinkConverterSettings = new BlinkConverterSettings();
2099+
//Set the Scale.
2100+
blinkConverterSettings.Scale = 1.0f;
2101+
//Assign the Blink converter settings to the HTML converter.
2102+
htmlConverter.ConverterSettings = blinkConverterSettings;
2103+
//Convert the URL to a PDF document.
2104+
PdfDocument document = htmlConverter.Convert("https://www.syncfusion.com");
2105+
//Create a file stream.
2106+
FileStream fileStream = new FileStream("HTMLtoPDF.pdf", FileMode.Create, FileAccess.ReadWrite);
2107+
//Save a PDF document to a file stream.
2108+
document.Save(fileStream);
2109+
//Close the document.
2110+
document.Close(true);
2111+
2112+
{% endhighlight %}
2113+
2114+
{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
2115+
2116+
'Initialize the HTML to PDF converter.
2117+
Dim htmlConverter As New HtmlToPdfConverter()
2118+
'Initialize the blink converter settings.
2119+
Dim blinkConverterSettings As New BlinkConverterSettings()
2120+
'Set the Scale.
2121+
blinkConverterSettings.Scale = 1.0F
2122+
'Assign the Blink converter settings to HTML converter.
2123+
htmlConverter.ConverterSettings = blinkConverterSettings
2124+
'Convert the URL to a PDF document.
2125+
Dim document As PdfDocument = htmlConverter.Convert("https://www.syncfusion.com")
2126+
'Save a PDF document to a file stream.
2127+
document.Save("HTMLtoPDF.pdf")
2128+
'Close the document.
2129+
document.Close(True)
2130+
2131+
{% endhighlight %}
2132+
2133+
{% endtabs %}
2134+
2135+
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).
105 KB
Loading
252 KB
Loading
87.6 KB
Loading

0 commit comments

Comments
 (0)