Macro to load and run ppt for impress

2015-07-06 Thread Jerry Geis
I made this macro long time ago, it used to work. It does not seem to work with 4.X It simply loads a PPT, and displays it and loops for Impress can someone help me get it working again. I think it seg faults. Thanks I run it by: export HOME=/home/silentm; export USER=silentm; export DISPLAY=:0.

Re: How to insert page breaks for html to pdf conversion

2019-08-13 Thread Jerry Geis
Thanks Miklos I seems if I put --writer on the command line that helps greatly. However when I put the command in "class" it seems ignored. P.title { page-break-before: always; } But if I put it inline it works Should that work ? Thanks, Jerry > _

HTML to pdf conversion

2019-08-15 Thread Jerry Geis
I am using the --write option in my --convert-to pdf from html... All looks pretty good - however when I have The border shows on the HTML - but does not show in PDF? Am I missing something ? Thanks, Jerry ___ LibreOffice mailing list LibreOffice@lists

libreoffice command line not running 6.3.0.4

2019-08-27 Thread Jerry Geis
here is the strace of soffice.bin - I have loaded 6.3.0.4 on CentOS 7 on two machines - first machine it worked - this machine its not running - and just exists... Sometimes I see Application error - sometimes not. What is it not happy about, how can I get it running ??? Thanks Jerry [pid 3559]

Re: libreoffice command line not running 6.3.0.4

2019-08-28 Thread Jerry Geis
>There's apparently another instance of soffice.bin already running (for >the same UserInstallation), so this one just passes its cmd line args >(none in this case) to the other instance and exits successfully. Thank you - Where/how does it get this? I have --nolock on the command line, the fi

Re: libreoffice command line not running 6.3.0.4

2019-08-28 Thread Jerry Geis
Thanks - I even rm -rf that /tmp file, checked again with ps ax | grep office and nothing, started up again and it says the same thing. I even rebooted and that process is not running. my command line instance just exits like before. Is there a way to say Skip single instance or something like tha

How to insert page breaks for html to pdf conversion

2019-08-12 Thread Jerry Geis
What can I put in my HTML document that will cause a page break when converting to PDF with the --headless --convert-to pdf command line Thanks, Jerry ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/l

Libreoffice 5 macro never finishes loading impress

2015-08-12 Thread Jerry Geis
I have downloaded 5.0 on CentOS 7.1 I then have a macro (see below) that I invoke by: /opt/libreoffice5.0/programs/soffice --nolockcheck --nologo --norestore "macro:///Standard.Module1.Load(file:tmp/Clarian.ppt)" The macro never finishes loading... If I just run soffice Clarian.ppt it loads

Re: Libreoffice 5 macro never finishes loading impress

2015-08-13 Thread Jerry Geis
On Thu, Aug 13, 2015 at 3:46 AM, Caolán McNamara wrote: > On Wed, 2015-08-12 at 07:53 -0400, Jerry Geis wrote: > > Is there by chance a new "command line" argument that will just load > > and immediately start showing the presentation > > soffice --show presentat

linux command line impress --show --invisible I still see the UI on 5.0

2015-08-13 Thread Jerry Geis
I am using libreoffice 5.0 my command is ./soffice --show --invisible File.ptt but I still see the UI right before the show starts. Is there anyway to not see that ? Thanks, Jerry ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://l

Question on 5.0 and StarDesktop.loadComponentFromURL

2015-08-14 Thread Jerry Geis
Is the oDoc = StarDesktop.loadComponentFromURL still valid in 5.0 ? I am calling it in my macro and getting an error about the URL parameter which is "file:///tmp/file.ptt" so seems as though the file URL is OK and the file is present. The error is BASIC runtime... "type detection failed." Is t

--show still see GUI

2015-09-01 Thread Jerry Geis
When I use the command line switch --show on linux I still see the GUI... the progress loading is what I'm talking about. Any way to not see that ? just have a blank/black screen while loading ? I start with --show --norestore --nologo I just download 5.0.1 and tried it. Thanks, Jerry

Re: --show still see GUI

2015-09-01 Thread Jerry Geis
Thanks for the reply. That is not something I can do right now. Was hoping after all these years it was "there". Jerry On Tue, Sep 1, 2015 at 6:10 PM, Thorsten Behrens wrote: > Jerry Geis wrote: > > When I use the command line switch --show on linux > > I still se

Convert ppt to HTML in multiple files

2020-10-22 Thread Jerry Geis
How do I convert a PPT to HTML into multiple files - one "slide" per html ??? So just like the slide show has multiple pages (lets say 10) - how do I convert-to (command line) the PPT To html and not just be ONE file. I need a page per slide. Thanks Jerry