Hi folks,
It would be great if I can get an official response and/or update in the
documentation, so that we can forward the dependency proceedings internally.
Thanks
From: Madhu Patel
Date: Monday, 9 October 2023 at 3:03 PM
To: Dave Howorth , users@global.libreoffice.org
, documentfoundat
2023 14:46:07 +
Madhu Patel wrote:
> Can someone please direct me to the documentation about conversion of
> Multi-page of Text file to PNG using LibreOffice API.
>
> Bug link-
> http://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fbugs.documentfoundation.org%2Fsh
-users] Help: Convert a Multi-Page Text/word file to
PNG using LibreOffice API in JAVA
EXTERNAL: Use caution when clicking on links or opening attachments.
El lun, 25-09-2023 a las 04:20 +, Madhu Patel escribió:
> Hey folks!
>
> How to convert a Multi-Page Text file to PNG, for example:-
operties[1] = new com.sun.star.beans.PropertyValue();
conversionProperties[1].Name = "PageRange";
conversionProperties[1].Value ="2-";
From: Eike Rathke
Date: Tuesday, 26 September 2023 at 12:54 AM
To: Madhu Patel
Cc: caol...@gmail.com , vmik...@collabora.com
, markus.mohrh...@googl
Hey folks!
How to convert a Multi-Page Text file to PNG, for example:- I have a Text
document of 5 pages and I want to convert that into PNG. By default, it's
giving a PNG of only 1st page. How to get the PNG file for ith page using
LibreOffice.
I used the PageRange filter like this, but it doe