-
$file_documentt = $request->file('documentt');
```
$cloudinaryImage = $file_documentt->storeOnCloudinary('folder_name');
$url_doc = $cloudinaryImage->getSecurePath();
$public_id_doc = $cloudinar…
-
```
using DocumentFormat.OpenXml.Packaging;
using NPOI.HWPF;
using NPOI.HWPF.Extractor;
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Xml…
-
Specifically when comparing the IC file of the first trajectory of LK-24-130-02.
At first I thought that this might be another unrecognized MIME type in `get_document_contents()`, but passing the f…
-
It would be great if WriteDocx could also write directly into an existing docx / dotx file. This helps with styling by using the styles existing in the template file.
R (bookdown) does it this way …
-
Does DuckX support to create new docx files?
The README file says that it supports to create docx files, but I can only get damaged files after calling the Save function.
Maybe I made some mistakes.…
-
Hi, trying to set up a database with LocalDocs but when i open the file log.txt, i can see that around 1/3 of the docx-files can not be opened - "[Warning] (Wed Oct 23 22:25:54 2024): LocalDocs ERROR…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch name
0.13.0
### Commit ID
BUG24110701
### Other environment information
```Markdown
Windows…
-
Currently, we support csv, xlsx, xls, sheet, json, parquet, pdf, txt but we are missing support for uploading Word files (doc, docx). This was also [requested](https://mindsdbcommunity.slack.com/a…
-
### Describe the bug and add attachments
In my original docx file I have a series of table that I surrounded with
${block_name}${/block_name}
then in my code I try to delete the unused block. …
-
```console
❯ docx-parser doc.docx
File: "doc.docx"
Processing file: "doc.docx"
Output destination: console
Output format: md
thread 'main' panicked at /home/rochacbruno/.cargo/r…