Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Include the following code in the **Program.cs** file to register the license ke

{% tabs %}
{% highlight c# tabtitle="C#" %}

using Syncfusion.Licensing;

// Register Syncfusion license at application startup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,16 @@ Sample link: {{'[Here](https://github.com/SyncfusionExamples/PDF-Examples/tree/m
{{'[Split()](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Split_System_String_)'| markdownify }}
</td>
<td>
Not supported due to .NET Core framework limitations. Alternatively, use the [importing pages from one document to another](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/working-with-pages#importing-pages-from-an-existing-document) approach.
Not supported due to .NET Core framework limitations. Alternatively, use the {{'[importing pages from one document to another](https://help.syncfusion.com/document-processing/pdf/pdf-library/net/working-with-pages#importing-pages-from-an-existing-document)'| markdownify }} approach.
</td>
</tr>
<tr>
<td>
{{'[FromRtf(String, Single, PdfImageType)](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfImage.html#Syncfusion_Pdf_Graphics_PdfImage_FromRtf_System_String_System_Single_Syncfusion_Pdf_Graphics_PdfImageType_)'| markdownify }}
</td>
<td>
Not supported due to .NET Core framework limitations. Use the [.NET Word library](https://help.syncfusion.com/document-processing/word/word-library/net/overview) instead.<br/>
[RTF to PDF](https://support.syncfusion.com/kb/article/7542/how-to-convert-a-word-document-to-pdf-in-aspnet-core)
Not supported due to .NET Core framework limitations. Use the {{'[.NET Word library](https://help.syncfusion.com/document-processing/word/word-library/net/overview)'| markdownify }} instead.<br/>
{{'[RTF to PDF](https://support.syncfusion.com/kb/article/7542/how-to-convert-a-word-document-to-pdf-in-aspnet-core)'| markdownify }}
</td>
</tr>
<tr>
Expand Down
Loading