Red1C3
@Red1C3@lemmy.world
- Comment on [help] Are there tools for documents manipulating that can provide an approximate size of components (text included)? 9 months ago:
Yeah that’s what I’m searching for atm :/
- Comment on [help] Are there tools for documents manipulating that can provide an approximate size of components (text included)? 9 months ago:
My requirements on the format itself are not that high, at best I need to be able to add images and tables, I can reason with any format that will work with that, maybe convert it later if I need to.
- Comment on [help] Are there tools for documents manipulating that can provide an approximate size of components (text included)? 9 months ago:
Not really no, I need something that I can embed into my application, rather than 3rd party software, my application must work offline too :/
- Comment on [help] Are there tools for documents manipulating that can provide an approximate size of components (text included)? 9 months ago:
I need to automate the process to use it during an algorithm, this is far from practical.
- Comment on [help] Are there tools for documents manipulating that can provide an approximate size of components (text included)? 9 months ago:
Yeah my main is issue is trying to figure out how many pages it spans, I’ve looked at some docx and odt libs, none did seem to have an API related to getting the number of pages nor the height of some component (except for stuff with fixed heights like images…).
The underlying issue is that I want to create an exam paper with the least papers possible per exam, so I guess that at least I should be able to get the height of each question of the exam and rearrange them (using an algorithm) in a fashion that uses less papers.
- Submitted 9 months ago to programming@programming.dev | 14 comments
- Comment on [help] Doxygen: Is it possible to reference methods and data members in other method's comment block? 1 year ago:
This is exactly what I needed, thanks a lot
- Submitted 1 year ago to programming@programming.dev | 2 comments