I've been looking for some way to obtain information about an image that I read from a file. Image size, etc. After lots of googleing, it seems you can do this using the com.sun.star.graphic.GraphicDescriptor service. The details of using this service are still not so clear though. I'd appreciate if someone could shed some light on this, prefarably with a (more or less) complete example, thanks.
How to query image information in a Libreoffice macro?
27 Views Asked by Matti Siren At
0
There are 0 best solutions below
Related Questions in LIBREOFFICE-CALC
- Merge same data in different lines (libreoffice)
- I am trying to sum a cell from many sheets dependent on a condition in each sheet. using libreoffice calc
- How to sum/process portions of a pivot table results?
- Calculate the average of a filtered list/column with a condition (libre office calc)
- How can I use VLOOKUP in LibreOffice Calc?
- How to query image information in a Libreoffice macro?
- Excel/Calc gives wrong comparison result (after sending file)
- How to select entire row in a Libreoffice Basic macro?
- LibreOffice Calc SECOND function returning wrong value - why?
- Configure libreoffice calc such that default search is by columns not rows
- How to Print LibreOffice Calc Document on A2 or Larger Paper When Default Settings Limit to A4?
- From one column generate a table with two columns
- LibreOffice Calc, make row height adjust automatically to show all cell content
- Formulas with data ranges and hidden cells
- Modifying a named range with openpyxl causing LibreOffice pivot table to stop using range
Related Questions in LIBREOFFICE-BASIC
- How to query image information in a Libreoffice macro?
- How to select entire row in a Libreoffice Basic macro?
- A macro to remove the first space
- Get and set local/web hyperlinks in Libre office Impress shape element using basic macro
- Convert working VBA macro into libre basic
- Unable to change shape color using macro in LibreOffice Impress presentation mode
- Remove save keyboard shortcut using script
- Paste formula in Libre Calc using Basic macro
- LibreOffice, Writer, Macros, How to replace a embedded object formula with its string contents
- Excel Formula to validate valid IP and valid URL in librecalc excel sheet
- Writing libreoffice-calc macros in Visual Studio Code
- Insert image into LibreOffice as Link using API/Macro
- libeoffice conected to oracle registeroutparameter to return resultset
- LibreOffice Calc Input Box and mathematical expressions
- Libre Calc - Populate Cells from CSV string
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?