Skip to content

Commit a580c44

Browse files
Merge pull request #102 from SyncfusionExamples/924869-Trademark_Symbol
924869 - Added the Trademark Symbol in readme files.
2 parents bf09118 + 3a882d0 commit a580c44

File tree

15 files changed

+25
-25
lines changed
  • Animations/Add-animation-effect-to-PowerPoint-shapes/.NET/Add-animation-effect-to-PowerPoint-shapes
  • Charts/Create-PowerPoint-chart/.NET/Create-PowerPoint-chart
  • Find-and-Replace/Find-and-Replace-in-PowerPoint/.NET/Find-and-Replace-in-PowerPoint
  • PPTX-to-Image-conversion/Convert-PowerPoint-slide-to-Image/.NET/Convert-PowerPoint-slide-to-Image
  • PPTX-to-PDF-conversion
    • Convert-PowerPoint-into-accessible-PDF/.NET/Convert-PowerPoint-into-accessible-PDF
    • Convert-PowerPoint-presentation-to-PDF/.NET/Convert-PowerPoint-presentation-to-PDF
    • Set-PDF-conformance-level/.NET/Set-PDF-conformance-level
  • PowerPoint-Presentation/Merge-two-presentations/.NET/Merge-two-presentations
  • Security
    • Encrypt-PowerPoint-with-password/.NET/Encrypt-PowerPoint-with-password
    • Remove-encryption/.NET/Remove-encryption
  • Shapes/Add-PowerPoint-shape/.NET/Add-PowerPoint-shape
  • Slide-transitions/Apply-PowerPoint-slide-transition/.NET/Apply-PowerPoint-slide-transition
  • Slides/Add-PowerPoint-slide/.NET/Add-PowerPoint-slide
  • Tables/Apply-table-formatting/.NET/Apply-table-formatting

15 files changed

+25
-25
lines changed

Animations/Add-animation-effect-to-PowerPoint-shapes/.NET/Add-animation-effect-to-PowerPoint-shapes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add animation to a PowerPoint Presentation using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **add animation to a PowerPoint Presentation** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **add animation to a PowerPoint Presentation** using C#.
44

55
## Steps to add animation programmatically
66

Charts/Create-PowerPoint-chart/.NET/Create-PowerPoint-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add a chart to a PowerPoint Presentation using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft Office or interop dependencies. Using this library, you can **add a chart to a PowerPoint Presentation** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft Office or interop dependencies. Using this library, you can **add a chart to a PowerPoint Presentation** using C#.
44

55
## Steps to add a chart programmatically
66

Find-and-Replace/Find-and-Replace-in-PowerPoint/.NET/Find-and-Replace-in-PowerPoint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Find and replace text in a PowerPoint Presentation using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft Office or interop dependencies. Using this library, you can **find and replace text in a PowerPoint Presentation** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft Office or interop dependencies. Using this library, you can **find and replace text in a PowerPoint Presentation** using C#.
44

55
## Steps to find and replace text programmatically
66

PPTX-to-Image-conversion/Convert-PowerPoint-slide-to-Image/.NET/Convert-PowerPoint-slide-to-Image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert PowerPoint Presentation to Image using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to Image** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to Image** using C#.
44

55
## Steps to convert PPTX to Image programmatically
66

PPTX-to-PDF-conversion/Convert-PowerPoint-into-accessible-PDF/.NET/Convert-PowerPoint-into-accessible-PDF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert PowerPoint Presentation to PDF/UA using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF/UA** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF/UA** using C#.
44

55
## Steps to convert PPTX to PDF/UA programmatically
66

PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/.NET/Convert-PowerPoint-presentation-to-PDF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert PowerPoint Presentation to PDF using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF** using C#.
44

55
## Steps to convert PPTX to PDF programmatically
66

PPTX-to-PDF-conversion/Set-PDF-conformance-level/.NET/Set-PDF-conformance-level/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Convert PowerPoint Presentation to PDF/A using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF/A** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, edit, and convert PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF/A** using C#.
44

55
## Steps to convert PPTX to PDF/A programmatically
66

PowerPoint-Presentation/Merge-two-presentations/.NET/Merge-two-presentations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Merge PowerPoint Presentations using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft Office or interop dependencies. Using this library, you can **merge PowerPoint Presentations** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft Office or interop dependencies. Using this library, you can **merge PowerPoint Presentations** using C#.
44

55
## Steps to merge PowerPoint Presentations programmatically
66

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Syncfusion .NET PowerPoint Library
1+
# Syncfusion® .NET PowerPoint Library
22

3-
The Syncfusion [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library?utm_source=github&utm_medium=github&utm_campaign=github-powerpoint-examples) (Essential Presentation) allows you to create, read, and edit PowerPoint files programmatically in any .NET application and does not require Microsoft PowerPoint application to be installed in the machine. It is a non-UI component that provides a full-fledged PowerPoint presentation instance that facilitates accessing and manipulating the presentations without any dependency of Microsoft Office COM libraries and Microsoft Office. Using this library, you can convert PowerPoint files to PDFs and images easy.
3+
The Syncfusion® [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library?utm_source=github&utm_medium=github&utm_campaign=github-powerpoint-examples) (Essential® Presentation) allows you to create, read, and edit PowerPoint files programmatically in any .NET application and does not require Microsoft PowerPoint application to be installed in the machine. It is a non-UI component that provides a full-fledged PowerPoint presentation instance that facilitates accessing and manipulating the presentations without any dependency of Microsoft Office COM libraries and Microsoft Office. Using this library, you can convert PowerPoint files to PDFs and images easy.
44

55
## Key Features
66
------------
@@ -47,19 +47,19 @@ The Syncfusion [.NET PowerPoint library](https://www.syncfusion.com/document-pro
4747
## Resources
4848
---------
4949

50-
* **Product page:** [Syncfusion PowerPoint Framework](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
51-
* **Documentation:** [Syncfusion PowerPoint library](https://help.syncfusion.com/file-formats/presentation/overview?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
52-
* **Online demo:** [Syncfusion PowerPoint library - Online demos](https://ej2.syncfusion.com/aspnetcore/PowerPoint/Default?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples#/material)
53-
* **Blog:** [Syncfusion PowerPoint library - Blog](https://www.syncfusion.com/blogs/?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples&s=powerpoint)
54-
* **Knowledge Base:** [Syncfusion PowerPoint library - Knowledge Base](https://www.syncfusion.com/kb/windowsforms/presentation?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
55-
* **Ebooks:** [Syncfusion PowerPoint library - Ebooks](https://www.syncfusion.com/succinctly-free-ebooks?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
56-
* **FAQ:** [Syncfusion PowerPoint library - FAQ](https://www.syncfusion.com/faq/?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
50+
* **Product page:** [Syncfusion® PowerPoint Framework](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
51+
* **Documentation:** [Syncfusion® PowerPoint library](https://help.syncfusion.com/file-formats/presentation/overview?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
52+
* **Online demo:** [Syncfusion® PowerPoint library - Online demos](https://ej2.syncfusion.com/aspnetcore/PowerPoint/Default?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples#/material)
53+
* **Blog:** [Syncfusion® PowerPoint library - Blog](https://www.syncfusion.com/blogs/?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples&s=powerpoint)
54+
* **Knowledge Base:** [Syncfusion® PowerPoint library - Knowledge Base](https://www.syncfusion.com/kb/windowsforms/presentation?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
55+
* **Ebooks:** [Syncfusion® PowerPoint library - Ebooks](https://www.syncfusion.com/succinctly-free-ebooks?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
56+
* **FAQ:** [Syncfusion® PowerPoint library - FAQ](https://www.syncfusion.com/faq/?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples)
5757

5858
## Support and feedback
5959
--------------------
6060

61-
* For any other queries, reach our [Syncfusion support team](https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
62-
* Request new feature through [Syncfusion feedback portal](https://www.syncfusion.com/feedback?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
61+
* For any other queries, reach our [Syncfusion® support team](https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
62+
* Request new feature through [Syncfusion® feedback portal](https://www.syncfusion.com/feedback?utm_source=github&utm_medium=listing&utm_campaign=github-powerpoint-examples).
6363

6464
## License
6565
-------

Security/Encrypt-PowerPoint-with-password/.NET/Encrypt-PowerPoint-with-password/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Encrypt PowerPoint Presentation using C#
22

3-
The Syncfusion [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **encrypt a PowerPoint Presentation** using C#.
3+
The Syncfusion® [.NET PowerPoint Library](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library) (Presentation) enables you to create, read, and edit PowerPoint files programmatically without Microsoft office or interop dependencies. Using this library, you can **encrypt a PowerPoint Presentation** using C#.
44

55
## Steps to encrypt a PowerPoint Presentation programmatically
66

0 commit comments

Comments
 (0)