Syncfusion.Xamarin.DocIORenderer 27.2.3

Prefix Reserved
dotnet add package Syncfusion.Xamarin.DocIORenderer --version 27.2.3                
NuGet\Install-Package Syncfusion.Xamarin.DocIORenderer -Version 27.2.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Xamarin.DocIORenderer" Version="27.2.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Xamarin.DocIORenderer --version 27.2.3                
#r "nuget: Syncfusion.Xamarin.DocIORenderer, 27.2.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.Xamarin.DocIORenderer as a Cake Addin
#addin nuget:?package=Syncfusion.Xamarin.DocIORenderer&version=27.2.3

// Install Syncfusion.Xamarin.DocIORenderer as a Cake Tool
#tool nuget:?package=Syncfusion.Xamarin.DocIORenderer&version=27.2.3                

Syncfusion Xamarin Word To PDF Converter

The Syncfusion Xamarin Word To PDF Converter (Essential DocIO) converts a Word document to PDF with just five lines of code and also it does not require Adobe and Microsoft Word application to be installed in the machine. It preserves the original appearance of the Word document in the converted PDF document.

Xamarin Word To PDF Converter

Features overview | Docs | API Reference | Online Demo | GitHub Examples | Blogs | Support | Forums | Feedback

Key Features

System Requirements

Getting Started

You can fetch the Syncfusion .NET Word library NuGet by simply running the command Install-Package Syncfusion.Xamarin.DocIORenderer from the Package Manager Console in Visual Studio.

Try the following code example to convert a Word document into PDF document.

using System.IO;
using Syncfusion.DocIO;
using Syncfusion.DocIO.DLS;
using Syncfusion.DocIORenderer;
using Syncfusion.Pdf;
//Opens the file as Stream.
using (FileStream docStream = new FileStream("Template.docx", FileMode.Open, FileAccess.Read))
{
    //Loads file stream into Word document.
    using (WordDocument wordDocument = new WordDocument(docStream, FormatType.Automatic))
    {
        //Instantiation of DocIORenderer for Word to PDF conversion.
        using (DocIORenderer render = new DocIORenderer())
        {
            //Converts Word document into PDF document.
            using (PdfDocument pdfDocument = render.ConvertToPDF(wordDocument))
            {
                //Saves the PDF file.
                using (MemoryStream outputStream = new MemoryStream())
                {
                    pdfDocument.Save(outputStream);
                }
            }
        }
    }
}

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a licnense here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1800+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.


sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Xamarin.DocIORenderer:

Repository Stars
syncfusion/xamarin-demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Version Downloads Last updated
27.2.3 41 11/22/2024
27.2.2 151 11/15/2024
27.1.58 88 11/4/2024
27.1.57 115 10/28/2024
27.1.56 122 10/23/2024
27.1.55 84 10/21/2024
27.1.53 172 10/14/2024
27.1.52 84 10/7/2024
27.1.51 148 9/30/2024
27.1.50 99 9/23/2024
27.1.48 461 9/18/2024
26.2.14 107 9/9/2024
26.2.13 107 9/5/2024
26.2.12 103 9/2/2024
26.2.11 114 8/27/2024
26.2.10 127 8/19/2024
26.2.9 151 8/12/2024
26.2.8 108 8/5/2024
26.2.7 59 7/29/2024
26.2.5 73 7/26/2024
26.2.4 249 7/24/2024
26.1.42 288 7/15/2024
26.1.41 119 7/8/2024
26.1.40 157 7/1/2024
26.1.39 114 6/24/2024
26.1.38 128 6/18/2024
26.1.35 462 6/11/2024
25.2.7 127 6/3/2024
25.2.6 116 5/28/2024
25.2.5 140 5/21/2024
25.2.4 143 5/14/2024
25.2.3 242 5/8/2024
25.1.42 130 4/29/2024
25.1.41 246 4/23/2024
25.1.40 150 4/15/2024
25.1.39 170 4/8/2024
25.1.38 180 4/1/2024
25.1.37 120 3/26/2024
25.1.35 374 3/15/2024
24.2.9 197 3/4/2024
24.2.8 151 2/26/2024
24.2.7 135 2/19/2024
24.2.6 120 2/14/2024
24.2.5 129 2/12/2024
24.2.4 135 2/5/2024
24.2.3 446 1/31/2024
24.1.47 142 1/22/2024
24.1.46 308 1/16/2024
24.1.45 959 1/8/2024
24.1.44 138 1/2/2024
24.1.43 120 12/27/2023
24.1.41 1,768 12/18/2023
23.2.7 186 12/6/2023
23.2.6 435 11/28/2023
23.2.5 150 11/23/2023
23.2.4 271 11/20/2023
23.1.44 232 11/6/2023
23.1.43 185 10/30/2023
23.1.42 166 10/23/2023
23.1.41 138 10/16/2023
23.1.40 198 10/10/2023
23.1.39 649 10/4/2023
23.1.38 218 9/26/2023
23.1.36 625 9/15/2023
22.2.12 236 9/5/2023
22.2.11 209 8/28/2023
22.2.10 202 8/22/2023
22.2.9 198 8/14/2023
22.2.8 221 8/7/2023
22.2.7 256 8/2/2023
22.2.5 1,193 7/27/2023
22.1.39 217 7/18/2023
22.1.38 294 7/11/2023
22.1.37 224 7/3/2023
22.1.36 221 6/28/2023
22.1.34 2,882 6/21/2023
21.2.10 327 6/13/2023
21.2.9 178 6/6/2023
21.2.8 221 5/30/2023
21.2.6 278 5/22/2023
21.2.5 233 5/15/2023
21.2.4 264 5/9/2023
21.2.3 1,012 5/3/2023
21.1.41 1,117 4/19/2023
21.1.39 926 4/10/2023
21.1.38 1,415 4/3/2023
21.1.37 290 3/29/2023
21.1.35 796 3/23/2023
20.4.0.54 572 3/13/2023
20.4.0.53 707 3/7/2023
20.4.0.52 377 2/28/2023
20.4.0.51 379 2/21/2023
20.4.0.50 522 2/14/2023
20.4.0.49 2,664 2/7/2023
20.4.0.48 803 2/1/2023
20.4.0.44 600 1/18/2023
20.4.0.43 505 1/10/2023
20.4.0.42 425 1/4/2023
20.4.0.41 395 12/29/2022
20.4.0.40 367 12/28/2022
20.4.0.38 908 12/21/2022
20.3.0.61 466 12/12/2022
20.3.0.60 358 12/6/2022
20.3.0.59 628 11/29/2022
20.3.0.58 382 11/22/2022
20.3.0.57 544 11/15/2022
20.3.0.56 624 11/8/2022
20.3.0.52 629 10/27/2022
20.3.0.50 513 10/18/2022
20.3.0.49 518 10/11/2022
20.3.0.48 735 10/5/2022
20.3.0.47 1,024 9/29/2022
20.2.0.50 592 9/20/2022
20.2.0.49 542 9/13/2022
20.2.0.48 525 9/6/2022
20.2.0.46 566 8/30/2022
20.2.0.45 559 8/23/2022
20.2.0.44 542 8/16/2022
20.2.0.43 763 8/8/2022
20.2.0.40 605 7/26/2022
20.2.0.39 914 7/19/2022
20.2.0.38 551 7/12/2022
20.2.0.36 1,226 6/30/2022
20.1.0.61 3,971 6/20/2022
20.1.0.60 550 6/14/2022
20.1.0.59 585 6/7/2022
20.1.0.58 553 5/31/2022
20.1.0.57 2,246 5/24/2022
20.1.0.56 662 5/17/2022
20.1.0.55 716 5/12/2022
20.1.0.52 964 5/3/2022
20.1.0.51 726 4/26/2022
20.1.0.50 620 4/19/2022
20.1.0.48 1,071 4/12/2022
20.1.0.47 1,069 4/4/2022
19.4.0.56 2,583 3/15/2022
19.4.0.55 735 3/8/2022
19.4.0.54 699 2/28/2022
19.4.0.53 677 2/22/2022
19.4.0.52 721 2/15/2022
19.4.0.50 1,046 2/8/2022
19.4.0.48 3,557 1/31/2022
19.4.0.47 751 1/25/2022
19.4.0.43 815 1/18/2022
19.4.0.42 1,198 1/11/2022
19.4.0.41 476 1/4/2022
19.4.0.40 464 12/28/2021
19.4.0.38 886 12/17/2021
19.3.0.59 929 12/14/2021
19.3.0.57 1,360 12/7/2021
19.3.0.56 1,236 11/29/2021
19.3.0.55 974 11/23/2021
19.3.0.54 472 11/17/2021
19.3.0.53 589 11/12/2021
19.3.0.48 652 11/3/2021
19.3.0.47 541 10/26/2021
19.3.0.46 661 10/19/2021
19.3.0.45 534 10/12/2021
19.3.0.44 511 10/5/2021
19.3.0.43 619 9/30/2021
19.2.0.62 541 9/13/2021
19.2.0.60 532 9/7/2021
19.2.0.59 589 8/30/2021
19.2.0.57 1,711 8/24/2021
19.2.0.56 754 8/17/2021
19.2.0.55 589 8/11/2021
19.2.0.51 1,292 8/2/2021
19.2.0.49 605 7/26/2021
19.2.0.48 721 7/19/2021
19.2.0.47 4,091 7/13/2021
19.2.0.46 572 7/6/2021
19.2.0.44 2,213 6/30/2021
19.1.0.69 2,731 6/14/2021
19.1.0.67 563 6/7/2021
19.1.0.66 626 5/31/2021
19.1.0.65 737 5/24/2021
19.1.0.64 767 5/19/2021
19.1.0.63 692 5/13/2021
19.1.0.59 590 5/3/2021
19.1.0.58 568 4/26/2021
19.1.0.57 560 4/20/2021
19.1.0.56 7,016 4/13/2021
19.1.0.55 660 4/6/2021
19.1.0.54 1,418 3/30/2021
18.4.0.49 1,927 3/22/2021
18.4.0.48 604 3/16/2021
18.4.0.47 832 3/9/2021
18.4.0.46 1,113 3/2/2021
18.4.0.44 623 2/23/2021
18.4.0.43 734 2/15/2021
18.4.0.42 990 2/9/2021
18.4.0.41 45,663 2/2/2021
18.4.0.39 962 1/28/2021
18.4.0.35 641 1/19/2021
18.4.0.34 710 1/12/2021
18.4.0.33 928 1/4/2021
18.4.0.32 516 12/30/2020
18.4.0.31 746 12/22/2020
18.4.0.30 1,781 12/17/2020
18.3.0.53 6,051 12/8/2020
18.3.0.52 669 11/30/2020
18.3.0.51 737 11/23/2020
18.3.0.50 769 11/17/2020
18.3.0.48 1,166 11/10/2020
18.3.0.47 1,067 11/5/2020
18.3.0.44 821 10/27/2020
18.3.0.42 738 10/20/2020
18.3.0.40 994 10/12/2020
18.3.0.38 666 10/7/2020
18.3.0.35 831 10/1/2020
18.2.0.59 9,976 9/22/2020
18.2.0.58 815 9/15/2020
18.2.0.57 788 9/8/2020
18.2.0.56 815 9/1/2020
18.2.0.55 666 8/25/2020
18.2.0.54 711 8/18/2020
18.2.0.48 958 8/4/2020
18.2.0.47 716 7/28/2020
18.2.0.46 1,488 7/21/2020
18.2.0.45 690 7/14/2020
18.2.0.44 996 7/6/2020
18.1.0.59 1,126 6/23/2020
18.1.0.57 894 6/16/2020
18.1.0.56 1,234 6/9/2020
18.1.0.55 850 6/2/2020
18.1.0.54 743 5/27/2020
18.1.0.53 757 5/19/2020
18.1.0.52 1,239 5/13/2020
18.1.0.48 1,203 5/5/2020
18.1.0.46 2,246 4/28/2020
18.1.0.45 779 4/21/2020
18.1.0.44 655 4/14/2020
18.1.0.43 731 4/7/2020
18.1.0.42 1,052 4/1/2020
18.1.0.36-beta 421 3/19/2020
17.4.0.55 1,750 3/10/2020
17.4.0.53 1,031 3/3/2020
17.4.0.51 2,222 2/25/2020
17.4.0.50 696 2/18/2020
17.4.0.49 940 2/11/2020
17.4.0.47 838 2/5/2020
17.4.0.46 697 1/30/2020
17.4.0.44 1,001 1/21/2020
17.4.0.43 825 1/14/2020
17.4.0.41 948 1/7/2020
17.4.0.40 910 12/24/2019
17.4.0.39 1,198 12/17/2019
17.3.0.34 876 12/10/2019
17.3.0.33 1,074 12/4/2019
17.3.0.30 741 12/3/2019
17.3.0.29 1,218 11/26/2019
17.3.0.28 1,019 11/19/2019
17.3.0.27 1,462 11/12/2019
17.3.0.26 1,469 11/5/2019
17.3.0.21 974 10/29/2019
17.3.0.19 863 10/22/2019
17.3.0.17 862 10/15/2019
17.3.0.14 1,358 10/3/2019
17.3.0.9-beta 465 9/20/2019
17.2.0.51 1,607 9/10/2019
17.2.0.49 815 9/3/2019
17.2.0.47 972 8/27/2019
17.2.0.46 944 8/22/2019
17.2.0.41 12,186 8/13/2019
17.2.0.40 933 8/6/2019
17.2.0.39 867 7/30/2019
17.2.0.36 773 7/23/2019
17.2.0.35 910 7/17/2019
17.2.0.34 1,002 7/11/2019
17.2.0.28-beta 882 6/27/2019
17.1.0.53 789 6/25/2019
17.1.0.52 821 6/18/2019
17.1.0.51 931 6/11/2019
17.1.0.50 790 6/4/2019
17.1.0.49 760 5/28/2019
17.1.0.48 1,184 5/21/2019
17.1.0.47 950 5/14/2019
17.1.0.44 1,529 5/7/2019
17.1.0.43 977 4/30/2019
17.1.0.42 914 4/23/2019
17.1.0.41 889 4/16/2019
17.1.0.40 817 4/9/2019
17.1.0.38 860 3/29/2019
17.1.0.32-beta 729 3/13/2019
16.4.0.54 3,433 2/19/2019
16.4.0.53 1,106 2/13/2019
16.4.0.52 1,361 2/5/2019
16.4.0.48 1,088 1/22/2019
16.4.0.47 888 1/16/2019
16.4.0.46 1,139 1/8/2019
16.4.0.44 981 12/24/2018
16.4.0.42 1,277 12/17/2018
16.4.0.40-beta 570 12/10/2018
16.3.0.36 1,062 11/27/2018
16.3.0.35-beta 900 11/23/2018
16.3.0.29 1,164 10/30/2018
16.3.0.21 1,543 9/21/2018
16.3.0.17-beta 685 9/12/2018
16.2.0.50 1,643 8/28/2018
16.2.0.46 1,472 8/6/2018
16.2.0.42 1,262 6/29/2018
16.2.0.41 1,606 6/26/2018
16.1.0.37 1,250 4/25/2018
16.1.0.32 1,076 3/29/2018
16.1.0.26 1,056 3/7/2018
16.1.0.24 1,250 2/22/2018