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
Learn how to convert a specific table from a PDF file into a DataTable object using Telerik Document Processing libraries.
20
+
Learn how to convert a specific table from a PDF file into a DataTable object using **Telerik Document Processing** libraries.
21
21
22
22
## Solution
23
23
24
-
Telerik Document Processing libraries do not offer a direct method to convert PDF table to a DataTable object. However, a feasible workaround is available. This method involves utilizing MS Excel or [RadSpreadsheet](https://docs.telerik.com/devtools/winforms/controls/spreadsheet/overview) for the intermediary conversion step.
24
+
Telerik Document Processing libraries **do not** offer a **direct** method to convert a PDF table to a DataTable object. However, a feasible workaround is available. This method involves utilizing MS Excel or [RadSpreadsheet](https://docs.telerik.com/devtools/winforms/controls/spreadsheet/overview) for the intermediary conversion step.
25
25
26
26
1. Select and copy the desired table's content from the PDF file.
27
-
2. Paste the copied content into MS Excel or RadSpreadsheet. This step converts the PDF table into an Excel format.
27
+
2. Paste the copied content into **MS Excel** or **RadSpreadsheet**. This step converts the PDF table into an Excel format.
28
28
3. Save the document into XLSX with [RadSpreadProcessing]({%slug radspreadprocessing-overview%}).
29
29
4. Use the RadSpreadProcessing library to convert the Excel document into a DataTable. Utilize the [DataTableFormatProvider]({%slug radspreadprocessing-formats-and-conversion-using-data-table-format-provider%}) from RadSpreadProcessing for this conversion.
30
30
@@ -56,7 +56,7 @@ This solution provides a way to parse PDF table content and use it as a DataTabl
-[Using DataTable Format Provider](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/data-table/using-data-table-format-provider)
62
-
-[Import and Export to Excel File Formats](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xlsx/xlsx)
0 commit comments