-
Hi, I'm trying to set the starting number of page number in each sections by setting the ooxml ( because the api seems not support this function)
`const customizePageNumbering = async () => {
…
-
Hi, sucessfully run Autopsy 4.2.0 on my Linux Mint 18 workstation (Intel core i7, 16GB Ram).
When start ingesting i always got errors error on *.docx, *.xslx files (erros such the following...)
…
-
When running oleobj on a PPT 97-2003 file (e.g. https://www.hybrid-analysis.com/sample/d1bceccf5d2b900a6b601c612346fdb3fa5bb0e2faeefcac3f9c29dc1d74838d/631b2c1d8501f5745e1ca88d), oleobj tries to parse…
-
### What is the problem
Content extraction for even the simplest of XLSX files fails.
```xquery
xquery version "3.1";
let $binary := util:binary-doc('/db/test.xlsx')
return
contentextraction…
-
We are using XDocreport 2.0.1 in order to parse "docx" files and fill out certain fields - the typical "Mail Merge" functionality. We use the "xwpf" converter to finally create a PDF out of it.
So fa…
-
Here's a comparison in the collected documents on the different versions
![image](https://github.com/ONLYOFFICE/ooxml_parser/assets/60688343/8cadccc0-568b-4ae2-9680-d77c825bfcc6)
Accordingly…
-
In this delete that range is working prefect but when I getOoxml of this then its gives me full table xml I need only xml that range I am deleting
await Word.run(async (context) => {
…
-
```none
$ bundle exec irb -rrubyXL
irb> t = File.binread "temp.xlsx"
=> "PK\x03\x04\x14...
irb> RubyXL::Parser.parse_buffer t
=> # RubyXL::Parser.parse_buffer t
Traceback (most recent call last)…
-
Being able to search _inside_ the PDF files uploaded to Atomic Server would be a really nice addition.
Goals:
- Make it easier to find PDF documents by searching for terms that occur inside the…
-
Since ingest attachment plugin is using Apache Tika, it would be better if we can set parameters for Tika directly.
Here is config file used .
https://tika.apache.org/1.25/configuring.html
```
…