Syncfusion.Xamarin.DocIORenderer 27.1.53

Prefix Reserved
dotnet add package Syncfusion.Xamarin.DocIORenderer --version 27.1.53                
NuGet\Install-Package Syncfusion.Xamarin.DocIORenderer -Version 27.1.53                
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.1.53" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Xamarin.DocIORenderer --version 27.1.53                
#r "nuget: Syncfusion.Xamarin.DocIORenderer, 27.1.53"                
#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.1.53

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

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.1.53 93 10/14/2024
27.1.52 70 10/7/2024
27.1.51 131 9/30/2024
27.1.50 87 9/23/2024
27.1.48 224 9/18/2024
26.2.14 97 9/9/2024
26.2.13 99 9/5/2024
26.2.12 95 9/2/2024
26.2.11 110 8/27/2024
26.2.10 123 8/19/2024
26.2.9 141 8/12/2024
26.2.8 103 8/5/2024
26.2.7 56 7/29/2024
26.2.5 68 7/26/2024
26.2.4 235 7/24/2024
26.1.42 284 7/15/2024
26.1.41 116 7/8/2024
26.1.40 154 7/1/2024
26.1.39 110 6/24/2024
26.1.38 125 6/18/2024
26.1.35 459 6/11/2024
25.2.7 124 6/3/2024
25.2.6 113 5/28/2024
25.2.5 137 5/21/2024
25.2.4 136 5/14/2024
25.2.3 239 5/8/2024
25.1.42 127 4/29/2024
25.1.41 243 4/23/2024
25.1.40 145 4/15/2024
25.1.39 158 4/8/2024
25.1.38 175 4/1/2024
25.1.37 117 3/26/2024
25.1.35 368 3/15/2024
24.2.9 181 3/4/2024
24.2.8 148 2/26/2024
24.2.7 129 2/19/2024
24.2.6 117 2/14/2024
24.2.5 124 2/12/2024
24.2.4 130 2/5/2024
24.2.3 443 1/31/2024
24.1.47 136 1/22/2024
24.1.46 290 1/16/2024
24.1.45 817 1/8/2024
24.1.44 135 1/2/2024
24.1.43 115 12/27/2023
24.1.41 1,601 12/18/2023
23.2.7 183 12/6/2023
23.2.6 424 11/28/2023
23.2.5 145 11/23/2023
23.2.4 268 11/20/2023
23.1.44 227 11/6/2023
23.1.43 181 10/30/2023
23.1.42 163 10/23/2023
23.1.41 135 10/16/2023
23.1.40 195 10/10/2023
23.1.39 644 10/4/2023
23.1.38 213 9/26/2023
23.1.36 619 9/15/2023
22.2.12 229 9/5/2023
22.2.11 206 8/28/2023
22.2.10 199 8/22/2023
22.2.9 195 8/14/2023
22.2.8 218 8/7/2023
22.2.7 253 8/2/2023
22.2.5 1,173 7/27/2023
22.1.39 214 7/18/2023
22.1.38 291 7/11/2023
22.1.37 221 7/3/2023
22.1.36 218 6/28/2023
22.1.34 2,672 6/21/2023
21.2.10 322 6/13/2023
21.2.9 175 6/6/2023
21.2.8 218 5/30/2023
21.2.6 275 5/22/2023
21.2.5 230 5/15/2023
21.2.4 261 5/9/2023
21.2.3 1,009 5/3/2023
21.1.41 1,110 4/19/2023
21.1.39 921 4/10/2023
21.1.38 1,398 4/3/2023
21.1.37 287 3/29/2023
21.1.35 789 3/23/2023
20.4.0.54 568 3/13/2023
20.4.0.53 704 3/7/2023
20.4.0.52 374 2/28/2023
20.4.0.51 371 2/21/2023
20.4.0.50 517 2/14/2023
20.4.0.49 2,542 2/7/2023
20.4.0.48 673 2/1/2023
20.4.0.44 597 1/18/2023
20.4.0.43 492 1/10/2023
20.4.0.42 422 1/4/2023
20.4.0.41 392 12/29/2022
20.4.0.40 364 12/28/2022
20.4.0.38 905 12/21/2022
20.3.0.61 460 12/12/2022
20.3.0.60 355 12/6/2022
20.3.0.59 625 11/29/2022
20.3.0.58 379 11/22/2022
20.3.0.57 541 11/15/2022
20.3.0.56 621 11/8/2022
20.3.0.52 626 10/27/2022
20.3.0.50 510 10/18/2022
20.3.0.49 515 10/11/2022
20.3.0.48 731 10/5/2022
20.3.0.47 1,021 9/29/2022
20.2.0.50 586 9/20/2022
20.2.0.49 539 9/13/2022
20.2.0.48 522 9/6/2022
20.2.0.46 563 8/30/2022
20.2.0.45 556 8/23/2022
20.2.0.44 532 8/16/2022
20.2.0.43 760 8/8/2022
20.2.0.40 596 7/26/2022
20.2.0.39 902 7/19/2022
20.2.0.38 548 7/12/2022
20.2.0.36 1,223 6/30/2022
20.1.0.61 3,964 6/20/2022
20.1.0.60 547 6/14/2022
20.1.0.59 579 6/7/2022
20.1.0.58 548 5/31/2022
20.1.0.57 2,243 5/24/2022
20.1.0.56 659 5/17/2022
20.1.0.55 710 5/12/2022
20.1.0.52 961 5/3/2022
20.1.0.51 722 4/26/2022
20.1.0.50 617 4/19/2022
20.1.0.48 1,066 4/12/2022
20.1.0.47 1,064 4/4/2022
19.4.0.56 2,572 3/15/2022
19.4.0.55 732 3/8/2022
19.4.0.54 696 2/28/2022
19.4.0.53 674 2/22/2022
19.4.0.52 718 2/15/2022
19.4.0.50 1,043 2/8/2022
19.4.0.48 3,554 1/31/2022
19.4.0.47 748 1/25/2022
19.4.0.43 812 1/18/2022
19.4.0.42 1,195 1/11/2022
19.4.0.41 473 1/4/2022
19.4.0.40 461 12/28/2021
19.4.0.38 883 12/17/2021
19.3.0.59 913 12/14/2021
19.3.0.57 1,351 12/7/2021
19.3.0.56 1,233 11/29/2021
19.3.0.55 924 11/23/2021
19.3.0.54 469 11/17/2021
19.3.0.53 586 11/12/2021
19.3.0.48 649 11/3/2021
19.3.0.47 530 10/26/2021
19.3.0.46 658 10/19/2021
19.3.0.45 531 10/12/2021
19.3.0.44 508 10/5/2021
19.3.0.43 616 9/30/2021
19.2.0.62 538 9/13/2021
19.2.0.60 529 9/7/2021
19.2.0.59 586 8/30/2021
19.2.0.57 1,708 8/24/2021
19.2.0.56 748 8/17/2021
19.2.0.55 586 8/11/2021
19.2.0.51 1,289 8/2/2021
19.2.0.49 602 7/26/2021
19.2.0.48 718 7/19/2021
19.2.0.47 4,087 7/13/2021
19.2.0.46 563 7/6/2021
19.2.0.44 2,210 6/30/2021
19.1.0.69 2,728 6/14/2021
19.1.0.67 560 6/7/2021
19.1.0.66 623 5/31/2021
19.1.0.65 734 5/24/2021
19.1.0.64 762 5/19/2021
19.1.0.63 689 5/13/2021
19.1.0.59 587 5/3/2021
19.1.0.58 565 4/26/2021
19.1.0.57 557 4/20/2021
19.1.0.56 7,013 4/13/2021
19.1.0.55 657 4/6/2021
19.1.0.54 1,414 3/30/2021
18.4.0.49 1,920 3/22/2021
18.4.0.48 601 3/16/2021
18.4.0.47 827 3/9/2021
18.4.0.46 1,110 3/2/2021
18.4.0.44 620 2/23/2021
18.4.0.43 731 2/15/2021
18.4.0.42 987 2/9/2021
18.4.0.41 45,659 2/2/2021
18.4.0.39 959 1/28/2021
18.4.0.35 638 1/19/2021
18.4.0.34 707 1/12/2021
18.4.0.33 920 1/4/2021
18.4.0.32 513 12/30/2020
18.4.0.31 743 12/22/2020
18.4.0.30 1,776 12/17/2020
18.3.0.53 6,048 12/8/2020
18.3.0.52 666 11/30/2020
18.3.0.51 734 11/23/2020
18.3.0.50 766 11/17/2020
18.3.0.48 1,163 11/10/2020
18.3.0.47 1,064 11/5/2020
18.3.0.44 818 10/27/2020
18.3.0.42 735 10/20/2020
18.3.0.40 991 10/12/2020
18.3.0.38 663 10/7/2020
18.3.0.35 828 10/1/2020
18.2.0.59 9,908 9/22/2020
18.2.0.58 812 9/15/2020
18.2.0.57 785 9/8/2020
18.2.0.56 812 9/1/2020
18.2.0.55 663 8/25/2020
18.2.0.54 708 8/18/2020
18.2.0.48 955 8/4/2020
18.2.0.47 707 7/28/2020
18.2.0.46 1,485 7/21/2020
18.2.0.45 687 7/14/2020
18.2.0.44 993 7/6/2020
18.1.0.59 1,123 6/23/2020
18.1.0.57 891 6/16/2020
18.1.0.56 1,231 6/9/2020
18.1.0.55 847 6/2/2020
18.1.0.54 740 5/27/2020
18.1.0.53 754 5/19/2020
18.1.0.52 1,236 5/13/2020
18.1.0.48 1,200 5/5/2020
18.1.0.46 2,242 4/28/2020
18.1.0.45 776 4/21/2020
18.1.0.44 652 4/14/2020
18.1.0.43 728 4/7/2020
18.1.0.42 1,049 4/1/2020
18.1.0.36-beta 418 3/19/2020
17.4.0.55 1,746 3/10/2020
17.4.0.53 1,028 3/3/2020
17.4.0.51 2,219 2/25/2020
17.4.0.50 693 2/18/2020
17.4.0.49 937 2/11/2020
17.4.0.47 835 2/5/2020
17.4.0.46 694 1/30/2020
17.4.0.44 998 1/21/2020
17.4.0.43 822 1/14/2020
17.4.0.41 945 1/7/2020
17.4.0.40 907 12/24/2019
17.4.0.39 1,195 12/17/2019
17.3.0.34 873 12/10/2019
17.3.0.33 1,071 12/4/2019
17.3.0.30 738 12/3/2019
17.3.0.29 1,215 11/26/2019
17.3.0.28 1,016 11/19/2019
17.3.0.27 1,459 11/12/2019
17.3.0.26 1,466 11/5/2019
17.3.0.21 971 10/29/2019
17.3.0.19 860 10/22/2019
17.3.0.17 859 10/15/2019
17.3.0.14 1,355 10/3/2019
17.3.0.9-beta 462 9/20/2019
17.2.0.51 1,604 9/10/2019
17.2.0.49 810 9/3/2019
17.2.0.47 967 8/27/2019
17.2.0.46 941 8/22/2019
17.2.0.41 12,183 8/13/2019
17.2.0.40 931 8/6/2019
17.2.0.39 864 7/30/2019
17.2.0.36 769 7/23/2019
17.2.0.35 907 7/17/2019
17.2.0.34 1,000 7/11/2019
17.2.0.28-beta 879 6/27/2019
17.1.0.53 785 6/25/2019
17.1.0.52 818 6/18/2019
17.1.0.51 927 6/11/2019
17.1.0.50 786 6/4/2019
17.1.0.49 751 5/28/2019
17.1.0.48 1,180 5/21/2019
17.1.0.47 941 5/14/2019
17.1.0.44 1,526 5/7/2019
17.1.0.43 973 4/30/2019
17.1.0.42 911 4/23/2019
17.1.0.41 886 4/16/2019
17.1.0.40 812 4/9/2019
17.1.0.38 856 3/29/2019
17.1.0.32-beta 722 3/13/2019
16.4.0.54 3,424 2/19/2019
16.4.0.53 1,102 2/13/2019
16.4.0.52 1,358 2/5/2019
16.4.0.48 1,085 1/22/2019
16.4.0.47 883 1/16/2019
16.4.0.46 1,136 1/8/2019
16.4.0.44 978 12/24/2018
16.4.0.42 1,250 12/17/2018
16.4.0.40-beta 567 12/10/2018
16.3.0.36 1,059 11/27/2018
16.3.0.35-beta 897 11/23/2018
16.3.0.29 1,161 10/30/2018
16.3.0.21 1,533 9/21/2018
16.3.0.17-beta 679 9/12/2018
16.2.0.50 1,632 8/28/2018
16.2.0.46 1,469 8/6/2018
16.2.0.42 1,258 6/29/2018
16.2.0.41 1,602 6/26/2018
16.1.0.37 1,246 4/25/2018
16.1.0.32 1,073 3/29/2018
16.1.0.26 1,051 3/7/2018
16.1.0.24 1,245 2/22/2018