Extensions • Re: APSO : new version with pip package manager
There is another example using the pyPDF2 package to extract infos from a filled form PDF here.For LO simplified:Code: from PyPDF2 import PdfReaderdef extract_from_pdf(*_): doc =...
View ArticleTemplates • Re: [Issue] Labels from Writer+Base: ‘Update all links?’ asks...
Thanks, MrProgrammer for the suggestion. I had searched before posting, but the titles are often not specific enough. To repeat: The problem is, that I have to reply to 'Update all links' for each...
View ArticleWriter • vreau sa fac o carte de povesti
Eu vreau sa combin scrisul cu imagini acum am vrut sa complectez cu poze.Am facut dar de multe ori apare read eror.Am dus sa mi se listeze dar pozele nu au aparut si s au aranjat altcumva cum le am eu...
View ArticleWriter • Re: vreau sa fac o carte de povesti
Please post in English on this forum. You can use an online translator if necessary. Here is a translation of your post:I want to combine the writing with images, now I wanted to complete with...
View ArticleMac OSX • Re: Cannot open older .doc file on new system
An emailed file may be read-only when accessed directly in the email client. It needs to be downloaded to the local hard drive for proper editing access.Statistics: Posted by RoryOF — Tue Aug 06, 2024...
View ArticleMacros and UNO API • Re: How to pass parameters to a java macro from a Basic one
In your document you're trying to set the aOutParamIndex and aOutParam before the call - leave these, they're filled by the script call not by you. I don't know java but it will depend of whether the...
View ArticleTemplates • Indenting Text - Avery Labels
Apologies if this has come up before. I'm using the 3 x 7 avery 7160 sheet for my labels. Everything works OK but I cannot find a way of setting up the label/sheet so that when you type on any label...
View ArticleCalc • Re: Trouble with formatting tables in Calc
What? Do you want to resize the first column at the cell "A1", but not at the cell "A2"? It is not possible in the Calc. All of the cell width must be same value in a Column.Maybe you can createte...
View ArticleTemplates • Re: Indenting Text - Avery Labels
I cannot find a way of setting up the label/sheet so that when you type on any label the text is a little indented to the right on every line.You indent in a label the same way you indent in any other...
View ArticleCalc • Re: Return text unless value is positive
I couldn't get that formula to work.I have added a row into the sheet that doesn't get used into the formula so that the count can never be 0 for division. It's rough workaround, but can't get the...
View ArticleCalc • Re: Return three integers from two arguments
The exact numbers of arguments and of numbers to output isn't of much interest.The relevant fact is in what way the numbers for output can be calculated. If this must be done by different (basically...
View ArticleCalc • Re: [Solved] Return text unless value is positive
The above formula will produce a #DIV/0! error if target is not hit by end of month.I asked you what you wanted to happen when the divisor is zero and didn't get a response, so I used formua...
View ArticleCalc • Re: Exporting data from Google calendar to Calc to edit an invoice
...Can we make it automatic. The idea is to "export the data from google calendar" and edit an invoice from this data....There is an API for accessing the...
View ArticleGeneral Discussion • OpenOffice and Python security
Hi all,I don't see anywhere (or maybe I didn't look carefully) where you advise to install LibreOffice instead of OpenOffice for security reasons.Because I don't see how you can assess the security of...
View ArticleExtensions • Re: SQLite in LibreOffice / OpenOffice Base
Since several versions, my Thunderbird address book (SQLite) fails with the following query:Code: SELECT "value" / 86400.00000 + 25569.00000 AS "LastModifiedDate" FROM "properties" WHERE "name" =...
View ArticleMacros and UNO API • Re: [Solved] How to pass parameters to a java macro from...
I was wrong saying the documentation is obsolete. It is just very incomplete and ambiguous.Following the documentation, one's declare a Java script byCode: public static String maMacro(XScriptContext...
View ArticleAdvanced Uses • Not printing on the selected label
I am trying to print one label on a sheet. When I design the job it looks fine. When I click "print" the preview shows the content of the label at the top of the page and not oriented as a label. When...
View ArticleGeneral Discussion • Re: OpenOffice and Security
I don't see how you can assess the security of a software that itself uses Python version 2That concern is not present on MacOS. Apple removed Python 2 in MacOS 12.3 (March 2022). Parts of MacOS which...
View ArticleLibreOffice • Re: How can I change these icons?
What OS?I fear this kind of icon is more complicated than just a theme. It may be linked to how the contrast is rendered in dark mode themes for such icons.Personally, on my Xubuntu machine, I tweak...
View ArticleBase • "Option Button" to copy/paste field text
Hello, new member here. I am completely new to databases except the little knowledge I remember from IT at school. I am making a simple database to input customer billing and shipping addresses to...
View Article