Skip to content

Commit 51f1cf8

Browse files
committed
Added See Also links
1 parent 57a708f commit 51f1cf8

11 files changed

Lines changed: 11 additions & 0 deletions

File tree

Samples/HtmlToPdf/ConvertAfterScriptRun/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1313

1414
## See also
1515
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
16+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1617
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)
1718
* [Convert HTML to PDF with delay](/Samples/HtmlToPdf/ConvertWithDelay) sample

Samples/HtmlToPdf/ConvertIgnoringSslErrors/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1111

1212
## See also
1313
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
14+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1415
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)

Samples/HtmlToPdf/ConvertLocalHtml/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1111

1212
## See also
1313
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
14+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1415
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)

Samples/HtmlToPdf/ConvertPasswordProtected/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1111

1212
## See also
1313
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
14+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1415
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)

Samples/HtmlToPdf/ConvertWithDelay/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1313

1414
## See also
1515
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
16+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1617
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)
1718
* [Convert HTML to PDF after a script run](/Samples/HtmlToPdf/ConvertAfterScriptRun) sample

Samples/HtmlToPdf/ConvertWithHeaderAndFooter/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1717

1818
## See also
1919
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
20+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
2021
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)

Samples/HtmlToPdf/ConvertWithMarginsAndScale/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1111

1212
## See also
1313
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
14+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1415
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)

Samples/HtmlToPdf/HtmlToPdfConsole/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1111

1212
## See also
1313
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
14+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1415
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)
1516
* [HTML to PDF conversion in Windows Forms app](/Samples/HtmlToPdf/HtmlToPdfWindowsForms) sample
1617
* [HTML to PDF conversion in WPF app](/Samples/HtmlToPdf/HtmlToPdfWpf) sample

Samples/HtmlToPdf/HtmlToPdfWindowsForms/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1111

1212
## See also
1313
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
14+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1415
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)
1516
* [HTML to PDF conversion in console app](/Samples/HtmlToPdf/HtmlToPdfConsole) sample
1617
* [HTML to PDF conversion in WPF app](/Samples/HtmlToPdf/HtmlToPdfWpf) sample

Samples/HtmlToPdf/HtmlToPdfWpf/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This sample code uses free [Docotic.Pdf.HtmlToPdf add-on](https://www.nuget.org/
1111

1212
## See also
1313
* [Get free time-limited license key](https://bitmiracle.com/pdf-library/download)
14+
* [HTML to PDF for .NET](https://bitmiracle.com/pdf-library/html-pdf/)
1415
* [Convert HTML to PDF in C# and VB.NET](https://bitmiracle.com/pdf-library/html-pdf/convert)
1516
* [HTML to PDF conversion in console app](/Samples/HtmlToPdf/HtmlToPdfConsole) sample
1617
* [HTML to PDF conversion in Windows Forms app](/Samples/HtmlToPdf/HtmlToPdfWindowsForms) sample

0 commit comments

Comments
 (0)