Skip to content

Commit 852c776

Browse files
committed
Merge branch 'hotfix/hotfix-v31.2.2' of https://github.com/syncfusion-content/document-processing-docs into 991525-ug
2 parents 5921ae8 + c307def commit 852c776

File tree

12 files changed

+398
-18
lines changed

12 files changed

+398
-18
lines changed

Document-Processing-toc.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4348,6 +4348,9 @@
43484348
<li>
43494349
<a href="/document-processing/word/word-library/net/Support-File-Formats">Supported File Formats</a>
43504350
</li>
4351+
<li>
4352+
<a href="/document-processing/word/word-library/net/Feature-Matrix">Feature Matrix</a>
4353+
</li>
43514354
<li>
43524355
<a href="/document-processing/word/word-library/net/FAQ">FAQs</a>
43534356
<ul>
@@ -6700,6 +6703,9 @@
67006703
<li>
67016704
<a href="/document-processing/powerpoint/powerpoint-library/net/Supported-and-Unsupported-Features">Supported and Unsupported Features</a>
67026705
</li>
6706+
<li>
6707+
<a href="/document-processing/powerpoint/powerpoint-library/net/Feature-Matrix">Feature Matrix</a>
6708+
</li>
67036709
<li>
67046710
<a href="/document-processing/powerpoint/powerpoint-library/net/FAQ">FAQs</a>
67056711
<ul>

Document-Processing/PDF/PDF-Library/NET/Working-with-OCR/Troubleshooting.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,39 @@ NuGet: <a href="https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux.NoD
491491
</tr>
492492
</table>
493493

494+
## IIS Fails to Load Tesseract OCR DLLs
495+
<table>
496+
<th style="font-size:14px" width="100px">Exception</th>
497+
<th style="font-size:14px">The application failed to load Tesseract OCR DLLs when hosted on IIS, resulting in the error:
498+
Could not find a part of the path 'C:\inetpub\wwwroot\VizarCore\x64'.</th>
499+
<tr>
500+
<th style="font-size:14px" width="100px">Reason
501+
</th>
502+
<td> * IIS couldn't load the required Tesseract and Leptonica DLLs because some system components were missing.<br>
503+
* The Visual C++ Redistributables for VS2015-VS2022 (x86 and x64) were not installed.<br>
504+
* IIS on a 64-bit server needs both redistributables to load native libraries correctly.<br>
505+
* The application's folder paths and permissions were not properly set up for OCR binaries.<br>
506+
</td>
507+
</tr>
508+
<tr>
509+
<th style="font-size:14px" width="100px">Solution</th>
510+
<td>
511+
<b>Installed Required Redistributables</b><br>
512+
Installed both <b>VC_redist.x86</b> and <b>VC_redist.x64</b> for VS2015-VS2022 on the IIS server.<br>
513+
<b>Updated Server</b><br>
514+
Applied all available Windows updates (including cumulative and Defender updates) to ensure system stability.<br>
515+
<b>Configured Application Paths</b><br>
516+
Set default paths for OCR binaries:<br>
517+
* C:\inetpub\wwwroot\myapp\Tesseractbinaries<br>
518+
* C:\inetpub\wwwroot\myapp\tessdata<br>
519+
<b>Set Proper Permissions</b><br>
520+
Ensured IIS_IUSRS group has <b>Read & Execute</b> and <b>List folder contents</b> permissions on the above directories.<br>
521+
<b>Observed Delayed Activation</b><br>
522+
OCR functionality did not activate immediately-likely due to IIS caching or delayed DLL loading-but began working shortly after configuration.<br>
523+
</td>
524+
</tr>
525+
</table>
526+
494527
## OCR not working on Azure App Service Linux Docker Container: Exception has been thrown by the target of an invocation
495528
<table>
496529
<th style="font-size:14px" width="100px">Exception</th>

Document-Processing/PDF/PDF-Library/NET/Working-with-action.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Essential<sup>&reg;</sup> PDF supports different actions that can be triggered b
1111

1212
## Adding an action to the PDF
1313

14-
The below code example illustrates how to add the action to the PDF document using [PdfLaunchAction](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Interactive.PdfLaunchAction.html) class.
14+
The below code example illustrates how to add the action to the PDF document using [PdfLaunchAction](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Interactive.PdfLaunchAction.html) class.
15+
16+
To quickly get started, work with actions in your application to automate tasks and streamline workflows. Watch this video:
17+
{% youtube "https://youtu.be/IVunNPJNBwI?si=Iz7h7nPNmSU0pLNz" %}
1518

1619
{% tabs %}
1720

Document-Processing/PDF/PDF-Viewer/react/interactive-pdf-navigation/hyperlink.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
layout: post
23
title: Table of contents navigation in PDF Viewer | Syncfusion
34
description: Learn how to navigate PDFs using the table of contents in the Syncfusion PDF Viewer control for React.
@@ -326,6 +327,6 @@ root.render(<App />);
326327

327328
## See also
328329

329-
- [Bookmark navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/bookmark-navigation/)
330-
- [Page navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/page-navigation/)
331-
- [Page thumbnail navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/page-thumbnail-navigation/)
330+
- [Bookmark navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/bookmark)
331+
- [Page navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/page)
332+
- [Page thumbnail navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/interactive-pdf-navigation/page-thumbnail)
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Feature Matrix in .NET PowerPoint Library | Syncfusion
3+
description: Explore the supported features of Syncfusion® Essential PowerPoint for working with PowerPoint 2007–2016 presentations programmatically.
4+
platform: document-processing
5+
control: Presentation
6+
documentation: UG
7+
---
8+
9+
# Feature Matrix in .NET PowerPoint Library
10+
11+
Syncfusion® Essential PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) that provides comprehensive support for creating, editing, and managing PowerPoint presentations programmatically. It allows seamless handling of slides, shapes, charts, SmartArt, tables, and more.
12+
13+
The following table outlines the supported features for PowerPoint 2007–2016 presentations.
14+
15+
## Document Content Features
16+
17+
<table>
18+
<tr>
19+
<td>
20+
{{'**Document Content Features**'| markdownify }}
21+
</td>
22+
<td>
23+
{{'**PowerPoint 2007–2016**'| markdownify }}
24+
</td>
25+
</tr>
26+
<tr><td>Create PowerPoint presentations from scratch or edit an existing presentation.</td><td> Yes </td></tr>
27+
<tr><td>Open existing PowerPoint presentations from the file system or stream.</td><td> Yes </td></tr>
28+
<tr><td>Save PowerPoint presentation to a local file, stream, or stream it to a client browser.</td><td> Yes </td></tr>
29+
<tr><td>Create, access, and modify paragraphs and text.</td><td> Yes </td></tr>
30+
<tr><td>Create, access, and modify bullets and numbering.</td><td> Yes </td></tr>
31+
<tr><td>Create, access, and modify images.</td><td> Yes </td></tr>
32+
<tr><td>Create, access, and modify tables, rows, and cells.</td><td> Yes </td></tr>
33+
<tr><td>Create, access, and modify shapes.</td><td> Yes </td></tr>
34+
<tr><td>Create, access, and modify charts.</td><td> Yes </td></tr>
35+
<tr><td>Access and modify placeholders.</td><td> Yes </td></tr>
36+
<tr><td>Create, access, and modify SmartArt diagrams.</td><td> Yes </td></tr>
37+
<tr><td>Create, access, and modify sections.</td><td> Yes </td></tr>
38+
<tr><td>Create, access, and modify animation and slide transition.</td><td> Yes </td></tr>
39+
<tr><td>Create, access, and modify hyperlinks.</td><td> Yes </td></tr>
40+
<tr><td>Create, access, and modify slide notes.</td><td> Yes </td></tr>
41+
<tr><td>Copy and move slide elements between PowerPoint presentations.</td><td> Yes </td></tr>
42+
<tr><td>Merge multiple PowerPoint presentations.</td><td> Yes </td></tr>
43+
<tr><td>Encrypt and open password-protected PowerPoint presentations.</td><td> Yes </td></tr>
44+
<tr><td>Iterate over slide content.</td><td> Yes </td></tr>
45+
<tr><td>Insert OLE objects in PowerPoint presentations.</td><td> Yes </td></tr>
46+
<tr><td>Access and modify built-in document properties.</td><td> Yes </td></tr>
47+
<tr><td>Create, access, and modify custom document properties.</td><td> Yes </td></tr>
48+
</table>
1.33 KB
Loading
1.18 KB
Loading

Document-Processing/Word/Conversions/Word-To-PDF/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ control: DocIO
66
documentation: UG
77
---
88

9-
# Convert Word to PDF using Syncfusion<sup>&reg;</sup> Word (DocIO) library
9+
# Convert Word to PDF using Syncfusion® Word (DocIO) library
1010

1111
Syncfusion<sup>&reg;</sup> Word library (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF.
1212

@@ -148,7 +148,7 @@ T> For troubleshooting issues in the .NET Word Library (DocIO), refer [this](htt
148148
N> 1. For .NET Framework, creating an instance of the [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.OfficeChartToImageConverter.ChartToImageConverter.html) class is mandatory to convert the charts present in the Word to PDF. Otherwise, the charts are not preserved in the converted PDF. Whereas this is not necessary for .NET Core, as ChartToImageConverter is initialized internally in Syncfusion.DocIORenderer.Portable assembly.
149149
N> 2. Total number of pages in the converted PDF may vary based on unsupported elements in the input Word document.
150150
N> 3. "DocIO supports Word to PDF conversion in UWP application using DocIORenderer." For further information, please refer [here](https://support.syncfusion.com/kb/article/8902/how-to-convert-word-document-to-pdf-in-uwp)
151-
N> 4. Font-related issues during Word to PDF or image conversion can arise due to missing or incorrect font. For detailed instructions on resolving these problems, refer to this [articl(https://support.syncfusion.com/kb/article/13969/how-to-resolve-font-problems-during-word-to-pdf-or-image-conversion).
151+
N> 4. Font-related issues during Word to PDF or image conversion can arise due to missing or incorrect font. For detailed instructions on resolving these problems, refer to this [article](https://support.syncfusion.com/kb/article/13969/how-to-resolve-font-problems-during-word-to-pdf-or-image-conversion).
152152

153153
## Supported File formats
154154

@@ -286,5 +286,5 @@ When converting a Word document to a PDF, the presence of unsupported elements i
286286
* [How to preserve track changes markup in Word to PDF conversion](https://support.syncfusion.com/kb/article/14997/how-to-preserve-simple-markup-all-markup-and-no-markup-of-track-changes-during-word-to-pdf-conversion)
287287
* [How to preserve simple markup, all markup, and no markup of track changes during Word to PDF conversion?](https://support.syncfusion.com/kb/article/14997/how-to-preserve-simple-markup-all-markup-and-no-markup-of-track-changes-during-word-to-pdf-conversion)
288288
* [How to create a Word document with form fields from JSON and convert it to PDF?](https://support.syncfusion.com/kb/article/19823/how-to-create-a-word-document-with-form-fields-from-json-and-convert-it-to-pdf)
289-
* [How to Rename PDF Bookmark in Word to PDF in .Net Core Word Document?](https://support.syncfusion.com/kb/article/19808/how-to-rename-pdf-bookmark-in-word-to-pdf-in-net-core-word-document)
289+
* [How to Rename PDF Bookmark in Word to PDF in .NET Core Word Document?](https://support.syncfusion.com/kb/article/19808/how-to-rename-pdf-bookmark-in-word-to-pdf-in-net-core-word-document)
290290
* [How to check if a font contains the required glyphs for Word to PDF and image conversion?](https://support.syncfusion.com/kb/article/19671/how-to-check-if-a-font-contains-the-required-glyphs-for-word-to-pdf-and-image-conversion)

0 commit comments

Comments
 (0)