Syncfusion.Xamarin.DocIORenderer 25.2.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Xamarin.DocIORenderer --version 25.2.5
NuGet\Install-Package Syncfusion.Xamarin.DocIORenderer -Version 25.2.5
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="25.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Xamarin.DocIORenderer --version 25.2.5
#r "nuget: Syncfusion.Xamarin.DocIORenderer, 25.2.5"
#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=25.2.5

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

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 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ 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
26.1.35 98 6/11/2024
25.2.7 87 6/3/2024
25.2.6 80 5/28/2024
25.2.5 104 5/21/2024
25.2.4 106 5/14/2024
25.2.3 211 5/8/2024
25.1.42 99 4/29/2024
25.1.41 216 4/23/2024
25.1.40 115 4/15/2024
25.1.39 120 4/8/2024
25.1.38 128 4/1/2024
25.1.37 84 3/26/2024
25.1.35 341 3/15/2024
24.2.9 123 3/4/2024
24.2.8 123 2/26/2024
24.2.7 100 2/19/2024
24.2.6 92 2/14/2024
24.2.5 98 2/12/2024
24.2.4 101 2/5/2024
24.2.3 410 1/31/2024
24.1.47 103 1/22/2024
24.1.46 237 1/16/2024
24.1.45 485 1/8/2024
24.1.44 102 1/2/2024
24.1.43 92 12/27/2023
24.1.41 752 12/18/2023
23.2.7 138 12/6/2023
23.2.6 271 11/28/2023
23.2.5 122 11/23/2023
23.2.4 239 11/20/2023
23.1.44 191 11/6/2023
23.1.43 152 10/30/2023
23.1.42 129 10/23/2023
23.1.41 106 10/16/2023
23.1.40 165 10/10/2023
23.1.39 617 10/4/2023
23.1.38 183 9/26/2023
23.1.36 580 9/15/2023
22.2.12 196 9/5/2023
22.2.11 181 8/28/2023
22.2.10 174 8/22/2023
22.2.9 167 8/14/2023
22.2.8 193 8/7/2023
22.2.7 230 8/2/2023
22.2.5 1,017 7/27/2023
22.1.39 188 7/18/2023
22.1.38 264 7/11/2023
22.1.37 190 7/3/2023
22.1.36 186 6/28/2023
22.1.34 2,021 6/21/2023
21.2.10 294 6/13/2023
21.2.9 150 6/6/2023
21.2.8 188 5/30/2023
21.2.6 252 5/22/2023
21.2.5 207 5/15/2023
21.2.4 236 5/9/2023
21.2.3 989 5/3/2023
21.1.41 1,079 4/19/2023
21.1.39 900 4/10/2023
21.1.38 1,216 4/3/2023
21.1.37 264 3/29/2023
21.1.35 747 3/23/2023
20.4.0.54 528 3/13/2023
20.4.0.53 675 3/7/2023
20.4.0.52 346 2/28/2023
20.4.0.51 345 2/21/2023
20.4.0.50 480 2/14/2023
20.4.0.49 2,369 2/7/2023
20.4.0.48 532 2/1/2023
20.4.0.44 571 1/18/2023
20.4.0.43 461 1/10/2023
20.4.0.42 395 1/4/2023
20.4.0.41 369 12/29/2022
20.4.0.40 334 12/28/2022
20.4.0.38 876 12/21/2022
20.3.0.61 430 12/12/2022
20.3.0.60 323 12/6/2022
20.3.0.59 596 11/29/2022
20.3.0.58 358 11/22/2022
20.3.0.57 511 11/15/2022
20.3.0.56 599 11/8/2022
20.3.0.52 602 10/27/2022
20.3.0.50 486 10/18/2022
20.3.0.49 492 10/11/2022
20.3.0.48 706 10/5/2022
20.3.0.47 994 9/29/2022
20.2.0.50 556 9/20/2022
20.2.0.49 507 9/13/2022
20.2.0.48 499 9/6/2022
20.2.0.46 536 8/30/2022
20.2.0.45 526 8/23/2022
20.2.0.44 507 8/16/2022
20.2.0.43 729 8/8/2022
20.2.0.40 569 7/26/2022
20.2.0.39 867 7/19/2022
20.2.0.38 524 7/12/2022
20.2.0.36 1,199 6/30/2022
20.1.0.61 3,939 6/20/2022
20.1.0.60 522 6/14/2022
20.1.0.59 551 6/7/2022
20.1.0.58 526 5/31/2022
20.1.0.57 2,205 5/24/2022
20.1.0.56 637 5/17/2022
20.1.0.55 677 5/12/2022
20.1.0.52 930 5/3/2022
20.1.0.51 686 4/26/2022
20.1.0.50 593 4/19/2022
20.1.0.48 1,033 4/12/2022
20.1.0.47 1,034 4/4/2022
19.4.0.56 2,523 3/15/2022
19.4.0.55 698 3/8/2022
19.4.0.54 676 2/28/2022
19.4.0.53 644 2/22/2022
19.4.0.52 695 2/15/2022
19.4.0.50 1,015 2/8/2022
19.4.0.48 3,527 1/31/2022
19.4.0.47 725 1/25/2022
19.4.0.43 783 1/18/2022
19.4.0.42 1,172 1/11/2022
19.4.0.41 445 1/4/2022
19.4.0.40 432 12/28/2021
19.4.0.38 854 12/17/2021
19.3.0.59 841 12/14/2021
19.3.0.57 1,328 12/7/2021
19.3.0.56 1,207 11/29/2021
19.3.0.55 871 11/23/2021
19.3.0.54 440 11/17/2021
19.3.0.53 553 11/12/2021
19.3.0.48 625 11/3/2021
19.3.0.47 507 10/26/2021
19.3.0.46 636 10/19/2021
19.3.0.45 501 10/12/2021
19.3.0.44 483 10/5/2021
19.3.0.43 592 9/30/2021
19.2.0.62 514 9/13/2021
19.2.0.60 500 9/7/2021
19.2.0.59 556 8/30/2021
19.2.0.57 1,678 8/24/2021
19.2.0.56 719 8/17/2021
19.2.0.55 556 8/11/2021
19.2.0.51 1,256 8/2/2021
19.2.0.49 566 7/26/2021
19.2.0.48 684 7/19/2021
19.2.0.47 4,054 7/13/2021
19.2.0.46 537 7/6/2021
19.2.0.44 2,173 6/30/2021
19.1.0.69 2,682 6/14/2021
19.1.0.67 532 6/7/2021
19.1.0.66 592 5/31/2021
19.1.0.65 706 5/24/2021
19.1.0.64 729 5/19/2021
19.1.0.63 665 5/13/2021
19.1.0.59 563 5/3/2021
19.1.0.58 533 4/26/2021
19.1.0.57 532 4/20/2021
19.1.0.56 6,979 4/13/2021
19.1.0.55 631 4/6/2021
19.1.0.54 1,367 3/30/2021
18.4.0.49 1,884 3/22/2021
18.4.0.48 573 3/16/2021
18.4.0.47 805 3/9/2021
18.4.0.46 1,085 3/2/2021
18.4.0.44 596 2/23/2021
18.4.0.43 690 2/15/2021
18.4.0.42 955 2/9/2021
18.4.0.41 45,638 2/2/2021
18.4.0.39 925 1/28/2021
18.4.0.35 615 1/19/2021
18.4.0.34 682 1/12/2021
18.4.0.33 899 1/4/2021
18.4.0.32 489 12/30/2020
18.4.0.31 711 12/22/2020
18.4.0.30 1,739 12/17/2020
18.3.0.53 6,020 12/8/2020
18.3.0.52 633 11/30/2020
18.3.0.51 708 11/23/2020
18.3.0.50 736 11/17/2020
18.3.0.48 1,137 11/10/2020
18.3.0.47 1,033 11/5/2020
18.3.0.44 792 10/27/2020
18.3.0.42 708 10/20/2020
18.3.0.40 965 10/12/2020
18.3.0.38 633 10/7/2020
18.3.0.35 802 10/1/2020
18.2.0.59 9,622 9/22/2020
18.2.0.58 786 9/15/2020
18.2.0.57 755 9/8/2020
18.2.0.56 780 9/1/2020
18.2.0.55 638 8/25/2020
18.2.0.54 684 8/18/2020
18.2.0.48 924 8/4/2020
18.2.0.47 684 7/28/2020
18.2.0.46 1,460 7/21/2020
18.2.0.45 660 7/14/2020
18.2.0.44 960 7/6/2020
18.1.0.59 1,097 6/23/2020
18.1.0.57 860 6/16/2020
18.1.0.56 1,206 6/9/2020
18.1.0.55 816 6/2/2020
18.1.0.54 717 5/27/2020
18.1.0.53 728 5/19/2020
18.1.0.52 1,214 5/13/2020
18.1.0.48 1,174 5/5/2020
18.1.0.46 2,210 4/28/2020
18.1.0.45 753 4/21/2020
18.1.0.44 627 4/14/2020
18.1.0.43 697 4/7/2020
18.1.0.42 1,017 4/1/2020
18.1.0.36-beta 396 3/19/2020
17.4.0.55 1,721 3/10/2020
17.4.0.53 1,003 3/3/2020
17.4.0.51 2,197 2/25/2020
17.4.0.50 669 2/18/2020
17.4.0.49 908 2/11/2020
17.4.0.47 805 2/5/2020
17.4.0.46 672 1/30/2020
17.4.0.44 973 1/21/2020
17.4.0.43 799 1/14/2020
17.4.0.41 916 1/7/2020
17.4.0.40 880 12/24/2019
17.4.0.39 1,169 12/17/2019
17.3.0.34 842 12/10/2019
17.3.0.33 1,041 12/4/2019
17.3.0.30 706 12/3/2019
17.3.0.29 1,189 11/26/2019
17.3.0.28 991 11/19/2019
17.3.0.27 1,427 11/12/2019
17.3.0.26 1,443 11/5/2019
17.3.0.21 945 10/29/2019
17.3.0.19 835 10/22/2019
17.3.0.17 825 10/15/2019
17.3.0.14 1,328 10/3/2019
17.3.0.9-beta 438 9/20/2019
17.2.0.51 1,581 9/10/2019
17.2.0.49 782 9/3/2019
17.2.0.47 935 8/27/2019
17.2.0.46 915 8/22/2019
17.2.0.41 12,167 8/13/2019
17.2.0.40 901 8/6/2019
17.2.0.39 851 7/30/2019
17.2.0.36 745 7/23/2019
17.2.0.35 881 7/17/2019
17.2.0.34 973 7/11/2019
17.2.0.28-beta 850 6/27/2019
17.1.0.53 759 6/25/2019
17.1.0.52 786 6/18/2019
17.1.0.51 894 6/11/2019
17.1.0.50 759 6/4/2019
17.1.0.49 725 5/28/2019
17.1.0.48 1,148 5/21/2019
17.1.0.47 915 5/14/2019
17.1.0.44 1,494 5/7/2019
17.1.0.43 941 4/30/2019
17.1.0.42 895 4/23/2019
17.1.0.41 859 4/16/2019
17.1.0.40 797 4/9/2019
17.1.0.38 822 3/29/2019
17.1.0.32-beta 695 3/13/2019
16.4.0.54 3,398 2/19/2019
16.4.0.53 1,095 2/13/2019
16.4.0.52 1,333 2/5/2019
16.4.0.48 1,061 1/22/2019
16.4.0.47 868 1/16/2019
16.4.0.46 1,114 1/8/2019
16.4.0.44 949 12/24/2018
16.4.0.42 1,221 12/17/2018
16.4.0.40-beta 544 12/10/2018
16.3.0.36 1,027 11/27/2018
16.3.0.35-beta 873 11/23/2018
16.3.0.29 1,139 10/30/2018
16.3.0.21 1,497 9/21/2018
16.3.0.17-beta 647 9/12/2018
16.2.0.50 1,609 8/28/2018
16.2.0.46 1,447 8/6/2018
16.2.0.42 1,236 6/29/2018
16.2.0.41 1,573 6/26/2018
16.1.0.37 1,232 4/25/2018
16.1.0.32 1,052 3/29/2018
16.1.0.26 1,019 3/7/2018
16.1.0.24 1,214 2/22/2018