From 7354524d5b0eaea45ae1e28e7d210597d28f5679 Mon Sep 17 00:00:00 2001 From: Krithika Date: Wed, 4 Dec 2024 19:24:00 +0530 Subject: [PATCH 1/4] Added the Trademark Symbol in readme files --- wpf/Pdf-Viewer/Exporting-PDF.md | 4 ++-- wpf/Pdf-Viewer/Form-Filling-in-PDF.md | 2 +- wpf/Pdf-Viewer/Getting-Started.md | 10 +++++----- wpf/Pdf-Viewer/Organize-Pages.md | 2 +- wpf/Pdf-Viewer/pdf-rendering-engines.md | 12 ++++++------ wpf/Pdf-Viewer/text-extraction-engines.md | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/wpf/Pdf-Viewer/Exporting-PDF.md b/wpf/Pdf-Viewer/Exporting-PDF.md index 3c26f32fc..5bc100fd3 100644 --- a/wpf/Pdf-Viewer/Exporting-PDF.md +++ b/wpf/Pdf-Viewer/Exporting-PDF.md @@ -9,7 +9,7 @@ documentation: ug # Exporting PDF pages in WPF Pdf Viewer -Essential PDF Viewer allows exporting pages of a PDF file into JPG, PNG, TIFF, and BMP formats using [ExportAsImage](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32_) methods. This option helps to convert PDF pages into images. +Essential® PDF Viewer allows exporting pages of a PDF file into JPG, PNG, TIFF, and BMP formats using [ExportAsImage](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_PdfViewer_PdfViewerControl_ExportAsImage_System_Int32_) methods. This option helps to convert PDF pages into images. ## Exporting a single page @@ -203,7 +203,7 @@ if (images != null) {% endhighlight %} {% endtabs %} -N> The complete sample project of exporting the PDF pages to images using the Syncfusion PDF viewer is available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/Export/PDFToImage). +N> The complete sample project of exporting the PDF pages to images using the Syncfusion® PDF viewer is available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/Export/PDFToImage). N> You can refer to our [WPF PDF Viewer](https://www.syncfusion.com/wpf-controls/pdf-viewer) feature tour page for its groundbreaking feature representations. You can also explore our [WPF PDF Viewer example](https://github.com/syncfusion/wpf-demos) to know how to render and configure the pdfviewer. \ No newline at end of file diff --git a/wpf/Pdf-Viewer/Form-Filling-in-PDF.md b/wpf/Pdf-Viewer/Form-Filling-in-PDF.md index a687262f5..2e1f02e39 100644 --- a/wpf/Pdf-Viewer/Form-Filling-in-PDF.md +++ b/wpf/Pdf-Viewer/Form-Filling-in-PDF.md @@ -78,7 +78,7 @@ private void PdfViewer_FormFieldClicked(object sender, FormFieldClickedEventArgs {% endhighlight %} {% endtabs %} -N> The sample project of PDF form filling using the Syncfusion PDF Viewer is available in the [GitHub](https://github.com/syncfusion/wpf-demos/tree/master/pdfviewer). +N> The sample project of PDF form filling using the Syncfusion® PDF Viewer is available in the [GitHub](https://github.com/syncfusion/wpf-demos/tree/master/pdfviewer). ## Import and Export Form Data diff --git a/wpf/Pdf-Viewer/Getting-Started.md b/wpf/Pdf-Viewer/Getting-Started.md index 89ddddc16..03aa53b2c 100644 --- a/wpf/Pdf-Viewer/Getting-Started.md +++ b/wpf/Pdf-Viewer/Getting-Started.md @@ -46,7 +46,7 @@ Rather than referencing the assemblies, you can utilize the [PdfViewer NuGet](ht [How to install nuget packages in a WPF application](https://help.syncfusion.com/wpf/visual-studio-integration/nuget-packages) N> Starting with version 23.1.x, a reference to the Syncfusion.PdfToImageConverter.Base assembly is necessary for PdfViewer applications. -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 WPF application to use our components. +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 WPF application to use our components. ## Create a simple PDF Viewer application @@ -55,9 +55,9 @@ You can create a PDF Viewer application by simply drag the control from the Visu ### Drag and drop the PdfViewerControl from the toolbox Follow these steps to drag and drop the PdfViewerControl from the toolbox. -1. After installing the Syncfusion Essential Studio in your machine, create a new WPF application in Visual Studio. +1. After installing the Syncfusion Essential Studio® in your machine, create a new WPF application in Visual Studio. 2. Open the Visual Studio toolbox. -3. Navigate to Syncfusion WPF Toolbox tab and drag the `PdfViewerControl` toolbox item to the Designer window, it automatically adds the required references to the current application. +3. Navigate to Syncfusion® WPF Toolbox tab and drag the `PdfViewerControl` toolbox item to the Designer window, it automatically adds the required references to the current application. ![WPF PDF Viewer in Toolbox](getting-started_images/wpf-pdf-viewer-in-toolbox.png) PDF viewer control in toolbox @@ -67,7 +67,7 @@ Follow these steps to drag and drop the PdfViewerControl from the toolbox. To add control manually in XAML, do the following steps, 1. Add the required assemblies as a reference to the project. -2. Add the following Syncfusion namespace in XAML to make use of the [PdfViewerControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html). +2. Add the following Syncfusion® namespace in XAML to make use of the [PdfViewerControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html). ~~~xaml The sample projects for organizing pages using the Syncfusion PDF Viewer are available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/OrganzingPages-Examples/PageOrganizer). +N> The sample projects for organizing pages using the Syncfusion® PDF Viewer are available in the [GitHub](https://github.com/SyncfusionExamples/WPF-PDFViewer-Examples/tree/master/OrganzingPages-Examples/PageOrganizer). ## Show/Hide the annotations in page organizer panel diff --git a/wpf/Pdf-Viewer/pdf-rendering-engines.md b/wpf/Pdf-Viewer/pdf-rendering-engines.md index 7484f0f50..55fbb0a9b 100644 --- a/wpf/Pdf-Viewer/pdf-rendering-engines.md +++ b/wpf/Pdf-Viewer/pdf-rendering-engines.md @@ -9,7 +9,7 @@ documentation: ug # PDF Rendering Engines in WPF Pdf Viewer -Syncfusion WPF PDF Viewer renders the PDF pages through 2 different rendering engines. +Syncfusion® WPF PDF Viewer renders the PDF pages through 2 different rendering engines. * PDFium (Google Chrome’s PDF rendering engine) * SfPdf (Syncfusion’s Own PDF rendering engine) @@ -18,14 +18,14 @@ Syncfusion WPF PDF Viewer renders the PDF pages through 2 different rendering en PDFium is used in Google Chrome for rendering PDF files. It provides accurate and robust PDF rendering. It is the recommended PDF rendering engine. -N>* From v16.3.0.x onwards, this PDFium rendering engine is the default rendering engine of Syncfusion WPF PDF Viewer. -N>* From v20.4.0.x onwards, ARM64-based Pdfium assembly is generated for Syncfusion WPF PDF Viewer control in applications that target ARM64 architecture. +N>* From v16.3.0.x onwards, this PDFium rendering engine is the default rendering engine of Syncfusion® WPF PDF Viewer. +N>* From v20.4.0.x onwards, ARM64-based Pdfium assembly is generated for Syncfusion® WPF PDF Viewer control in applications that target ARM64 architecture. 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). ### How PDFium works with Syncfusion’s PDF Viewer -* On running your WPF 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. -* Syncfusion PDF Viewer control detects the architecture of the running machine automatically. +* On running your WPF 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. +* Syncfusion® PDF Viewer control detects the architecture of the running machine automatically. * Next, it creates another subfolder named “x64”, “x86” or “arm64” based on the machine architecture. * Extracts the PDFium binary (PDFium.dll) into the subfolder (x64, x86 or arm64) and consumes it to render PDF files. @@ -35,7 +35,7 @@ N> PDFium rendering is not supported in Windows XP operating system. ### How to run PDFium in a restricted access environment -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. +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. In that situation, you need to add the following steps to consume the PDFium rendering engine. diff --git a/wpf/Pdf-Viewer/text-extraction-engines.md b/wpf/Pdf-Viewer/text-extraction-engines.md index f6440208a..887e4a1ab 100644 --- a/wpf/Pdf-Viewer/text-extraction-engines.md +++ b/wpf/Pdf-Viewer/text-extraction-engines.md @@ -9,7 +9,7 @@ documentation: ug # Text Extraction Engines in WPF Pdf Viewer -Syncfusion WPF PDF Viewer extracts text information from PDF files through two different engines for performing text search, text selection, creating text markups and more. +Syncfusion® WPF PDF Viewer extracts text information from PDF files through two different engines for performing text search, text selection, creating text markups and more. * PDFium (Google Chrome’s text extraction engine) * SfPdf (Syncfusion’s own text extraction engine) From fb1c0f90512a440fbe22c72474e202cecaf9ab88 Mon Sep 17 00:00:00 2001 From: Krithika Date: Wed, 4 Dec 2024 23:00:41 +0530 Subject: [PATCH 2/4] Added the Trademark Symbol in readme files --- wpf/Circular-ProgressBar/Getting-Started.md | 2 +- wpf/Step-ProgressBar/Getting-Started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Circular-ProgressBar/Getting-Started.md b/wpf/Circular-ProgressBar/Getting-Started.md index 0c894e678..9ba7d7766 100644 --- a/wpf/Circular-ProgressBar/Getting-Started.md +++ b/wpf/Circular-ProgressBar/Getting-Started.md @@ -31,7 +31,7 @@ To add control manually in XAML, follow the given steps: 1. Add the following required assembly references to the project: * Syncfusion.SfProgressBar.WPF -2. Import Syncfusion WPF schema **http://schemas.syncfusion.com/wpf** the in XAML page. +2. Import Syncfusion® WPF schema **http://schemas.syncfusion.com/wpf** the in XAML page. 3. Declare the SfCircularProgressBar control in the XAML page. {% capture codesnippet1 %} diff --git a/wpf/Step-ProgressBar/Getting-Started.md b/wpf/Step-ProgressBar/Getting-Started.md index 704c511f8..7ddcb1996 100644 --- a/wpf/Step-ProgressBar/Getting-Started.md +++ b/wpf/Step-ProgressBar/Getting-Started.md @@ -31,7 +31,7 @@ To add control manually in the XAML, follow the given steps: 1. Add the following required assembly reference to the project: * Syncfusion.SfProgressBar.WPF -2. Import the Syncfusion WPF schema **http://schemas.syncfusion.com/wpf** in the XAML page. +2. Import the Syncfusion® WPF schema **http://schemas.syncfusion.com/wpf** in the XAML page. 3. Declare the SfStepProgressBar control in the XAML page. ## Select item using Selected Index From ba3c47f084b43aa4ea8817cc71be7c294638e61e Mon Sep 17 00:00:00 2001 From: Krithika Date: Thu, 5 Dec 2024 11:12:31 +0530 Subject: [PATCH 3/4] Added the Trademark Symbol in readme files --- wpf/Circular-ProgressBar/Getting-Started.md | 2 +- wpf/Step-ProgressBar/Getting-Started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Circular-ProgressBar/Getting-Started.md b/wpf/Circular-ProgressBar/Getting-Started.md index 9ba7d7766..a31ed0866 100644 --- a/wpf/Circular-ProgressBar/Getting-Started.md +++ b/wpf/Circular-ProgressBar/Getting-Started.md @@ -2,7 +2,7 @@ layout: post title: Getting Started with WPF Circular ProgressBar control | Syncfusion description: Learn here about getting started with Syncfusion WPF Circular ProgressBar (SfCircularProgressBar) control, its elements and more details. -platform: WPF +platform: wpf control: SfCircularProgressBar documentation: ug --- diff --git a/wpf/Step-ProgressBar/Getting-Started.md b/wpf/Step-ProgressBar/Getting-Started.md index 7ddcb1996..24f8bd9d0 100644 --- a/wpf/Step-ProgressBar/Getting-Started.md +++ b/wpf/Step-ProgressBar/Getting-Started.md @@ -2,7 +2,7 @@ layout: post title: Getting Started with WPF Step ProgressBar control | Syncfusion description: Learn here about getting started with Syncfusion WPF Step ProgressBar (SfStepProgressBar) control, its elements and more. -platform: WPF +platform: wpf control: SfStepProgressBar documentation: ug --- From 3db307cbe98cece2e5be5d7626a18f49253394bd Mon Sep 17 00:00:00 2001 From: Krithika Date: Thu, 19 Dec 2024 18:23:06 +0530 Subject: [PATCH 4/4] Added the Trademark Symbol in md files --- wpf/Pdf-Viewer/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/Pdf-Viewer/Getting-Started.md b/wpf/Pdf-Viewer/Getting-Started.md index 03aa53b2c..6c6761d5a 100644 --- a/wpf/Pdf-Viewer/Getting-Started.md +++ b/wpf/Pdf-Viewer/Getting-Started.md @@ -55,7 +55,7 @@ You can create a PDF Viewer application by simply drag the control from the Visu ### Drag and drop the PdfViewerControl from the toolbox Follow these steps to drag and drop the PdfViewerControl from the toolbox. -1. After installing the Syncfusion Essential Studio® in your machine, create a new WPF application in Visual Studio. +1. After installing the Syncfusion® Essential Studio® in your machine, create a new WPF application in Visual Studio. 2. Open the Visual Studio toolbox. 3. Navigate to Syncfusion® WPF Toolbox tab and drag the `PdfViewerControl` toolbox item to the Designer window, it automatically adds the required references to the current application.