You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsForms/PDF-Viewer/Getting-Started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started with Windows Forms PDF Viewer | Syncfusion®
4
-
description: Learn here about getting started with Syncfusion® Windows Forms PDF Viewer control, its elements and more details.
4
+
description: Learn here about getting started with Syncfusion<sup>®</sup>; Windows Forms PDF Viewer control, its elements and more details.
5
5
platform: windowsforms
6
6
control: PdfViewerControl
7
7
documentation: ug
@@ -15,10 +15,10 @@ Refer to the [Control Dependencies](https://help.syncfusion.com/windowsforms/con
15
15
16
16
### Installing NuGet packages
17
17
18
-
Adding reference to Syncfusion® assemblies through NuGet packages is illustrated in the [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) section.
18
+
Adding reference to Syncfusion<sup>®</sup>; assemblies through NuGet packages is illustrated in the [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) section.
19
19
20
20
N> Starting with version 23.1.x, a reference to the Syncfusion.PdfToImageConverter.Base assembly is necessary for PdfViewer applications.
21
-
N> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [this link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your Windows Forms application to use our components.
21
+
N> Starting with v16.2.0.x, if you reference Syncfusion<sup>®</sup>; assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [this link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your Windows Forms application to use our components.
22
22
23
23
### Adding from the installed location
24
24
@@ -32,7 +32,7 @@ From v16.3.0x onwards, PDF Viewer uses PDFium as a default rendering engine to r
32
32
33
33
### Adding in designer
34
34
35
-
1. Open your form in the designer. Add the Syncfusion® controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
35
+
1. Open your form in the designer. Add the Syncfusion<sup>®</sup>; controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
36
36
37
37

38
38
@@ -122,7 +122,7 @@ The [PdfDocumentView](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Win
122
122
123
123
### Adding in designer
124
124
125
-
1. Open your form in the designer. Add the Syncfusion® controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
125
+
1. Open your form in the designer. Add the Syncfusion<sup>®</sup>; controls to your .NET toolbox in Visual Studio if you haven't done so already (the install would have automatically done this unless you selected not to complete toolbox integration during installation).
126
126
127
127

Copy file name to clipboardExpand all lines: WindowsForms/PDF-Viewer/Working-with-PDF-Viewer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
3
title: Working with PdfViewerControl in WinForms PDF Viewer | Syncfusion®
4
-
description: Learn about Working with PdfViewerControl support in Syncfusion® Windows Forms PDF Viewer (PdfViewerControl) control and more details.
4
+
description: Learn about Working with PdfViewerControl support in Syncfusion<sup>®</sup>; Windows Forms PDF Viewer (PdfViewerControl) control and more details.
### Exporting pages of PDF document as raster images
64
64
65
-
Essential® PdfViewerControl allows selected pages to be exported as raster images. Exporting can be done using the [ExportAsImage](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_Forms_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32_) method. This option helps to convert a PDF into an image.
65
+
Essential<sup>®</sup>; PdfViewerControl allows selected pages to be exported as raster images. Exporting can be done using the [ExportAsImage](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_Forms_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32_) method. This option helps to convert a PDF into an image.
Copy file name to clipboardExpand all lines: WindowsForms/PDF-Viewer/pdf-rendering-engines.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
layout: post
3
3
title: PDF Rendering Engines in WinForms PDFViewer | Syncfusion®
4
-
description: Learn about PDF Rendering Engines support in Syncfusion® Windows Forms PDF Viewer (PdfViewerControl) control and more details.
4
+
description: Learn about PDF Rendering Engines support in Syncfusion<sup>®</sup>; Windows Forms PDF Viewer (PdfViewerControl) control and more details.
5
5
platform: windowsforms
6
6
control: PDF Viewer
7
7
documentation: ug
8
8
---
9
9
10
10
# PDF Rendering Engines in Windows Forms PDF Viewer (PdfViewerControl)
11
11
12
-
Syncfusion®[WinForms PDF Viewer](https://www.syncfusion.com/winforms-ui-controls/pdf-viewer) renders the PDF pages through 2 different rendering engines.
12
+
Syncfusion<sup>®</sup>; [WinForms PDF Viewer](https://www.syncfusion.com/winforms-ui-controls/pdf-viewer) renders the PDF pages through 2 different rendering engines.
13
13
14
14
* PDFium (Google Chrome’s PDF rendering engine)
15
15
* SfPdf (Syncfusion’s Own PDF rendering engine)
@@ -18,14 +18,14 @@ Syncfusion® [WinForms PDF Viewer](https://www.syncfusion.com/winforms-ui-con
18
18
19
19
PDFium is used in Google Chrome for rendering PDF files. It provides accurate and robust PDF rendering. It is the recommended PDF rendering engine.
20
20
21
-
N>* From v16.3.0.x onwards, this PDFium rendering engine is the default rendering engine of Syncfusion® WinForms PDF Viewer.
22
-
N>* From v20.4.0.x onwards, ARM64-based Pdfium assembly is generated for Syncfusion® WinForms PDF Viewer control in applications that target ARM64 architecture.
21
+
N>* From v16.3.0.x onwards, this PDFium rendering engine is the default rendering engine of Syncfusion<sup>®</sup>; WinForms PDF Viewer.
22
+
N>* From v20.4.0.x onwards, ARM64-based Pdfium assembly is generated for Syncfusion<sup>®</sup>; WinForms PDF Viewer control in applications that target ARM64 architecture.
23
23
N>* From v22.1.x onwards, Pdfium is upgraded to the new version which was built with the branch [chromium/5692](https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/5692).
24
24
25
25
### How PDFium works with Syncfusion’s PDF Viewer
26
26
27
-
* On running your WinForms application, Syncfusion® PDF Viewer control generates a folder named `PDFium` in the application output path folder (for example: bin/release or bin/debug) at runtime.
28
-
* Syncfusion® PDF Viewer control detects the architecture of the running machine automatically.
27
+
* On running your WinForms application, Syncfusion<sup>®</sup>; PDF Viewer control generates a folder named `PDFium` in the application output path folder (for example: bin/release or bin/debug) at runtime.
28
+
* Syncfusion<sup>®</sup>; PDF Viewer control detects the architecture of the running machine automatically.
29
29
* Next, it creates another subfolder named “x64”, “x86” or “arm64” based on the machine architecture.
30
30
* Extracts the PDFium binary (PDFium.dll) into the subfolder (x64, x86 or arm64) and consumes it to render PDF files.
31
31
@@ -35,7 +35,7 @@ N> PDFium rendering is not supported in Windows XP operating system.
35
35
36
36
### How to run PDFium in a restricted access environment
37
37
38
-
If there is any access restriction applied to the application output folder, then the Syncfusion® PDF Viewer control cannot able to extract and consume the PDFium engine as mentioned above.
38
+
If there is any access restriction applied to the application output folder, then the Syncfusion<sup>®</sup>; PDF Viewer control cannot able to extract and consume the PDFium engine as mentioned above.
39
39
40
40
In that situation, you need to add the following steps to consume the PDFium rendering engine.
0 commit comments