Questions tagged [aodl]

AODL stands for An Open Document Library, and is a .NET library for manipulating ODF format documents. The library is maintained by the Apache Software Foundation.

AODL stands for An Open Document Library, and is a .NET library for manipulating ODF format documents. The library is maintained by the Apache Software Foundation.

2 questions
6
votes
1 answer

How to grab text from .odt file

I need to grab all text from odf files (open document format) in C#. I found AODL library, and installed it. I visited AODL's page https://wiki.openoffice.org to find examples on how to do the task I need, but they were all unsuccessful. For a…
Porkopek
  • 895
  • 9
  • 20
0
votes
2 answers

Access to path denied while reading a dll from Program Files which is actually got from a nuget package

Access to path denied error is encountered in Program files (x86), while working with a DLL that is got from nuget package: AODL for reading ODF files - https://www.nuget.org/packages/AODL/ after I created a MSI file using SETUP Project In the…
John
  • 693
  • 1
  • 12
  • 37