You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Info Agipa <in...@apli-agipa.com> on 2012/07/20 15:40:21 UTC

New labels format

Hello.

I'm working for a labels manufaturer and I would like to add our format in openoffice.
We have customers who have asked for it in the past.

How is the best way to perform this ?

I found in the past that all informations are in a xml file (don't remember where now).
There is a description of this file to give the good informations ?

Thanks in advance.

Sylvain Fauveau

Re: New labels format

Posted by Ariel Constenla-Haile <ar...@apache.org>.
Hi Sylvain,

On Fri, Jul 20, 2012 at 03:40:21PM +0200, Info Agipa wrote:
> Hello.
> 
> I'm working for a labels manufaturer and I would like to add our format in openoffice.
> We have customers who have asked for it in the past.
> 
> How is the best way to perform this ?
> 
> I found in the past that all informations are in a xml file (don't remember where now).
> There is a description of this file to give the good informations ?

You can write an extension. You don't need to know any programming
language, it's simply xml. See
http://wiki.services.openoffice.org/wiki/Non-code_extensions

The format is described in the schema:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/officecfg/registry/schema/org/openoffice/Office/Labels.xcs?revision=1225983&view=markup

you can find an example here:
http://people.apache.org/~arielch/OOoLabelsExtensionDemo.oxt


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

RE : New labels format

Posted by Info Agipa <in...@apli-agipa.com>.
De : Jürgen Schmidt [jogischmidt@googlemail.com]
Date d'envoi : vendredi 20 juillet 2012 16:26

>I would create a template extension package including templates for
>these labels. This extension can be easy deployed and you can upload it
>in the extension repository

>Juergen

Hello.

I've found the file labels.xcu which contains labels descriptions.
I think I can prepare a file with our products.
But how to include it in the trunk ?
Can I send it to someone for merging with actual file ?

Thanks.



Re: New labels format

Posted by Jürgen Schmidt <jo...@googlemail.com>.
On 7/20/12 3:40 PM, Info Agipa wrote:
> Hello.
> 
> I'm working for a labels manufaturer and I would like to add our format in openoffice.
> We have customers who have asked for it in the past.
> 
> How is the best way to perform this ?
> 
> I found in the past that all informations are in a xml file (don't remember where now).
> There is a description of this file to give the good informations ?
> 
> Thanks in advance.
> 

I would create a template extension package including templates for
these labels. This extension can be easy deployed and you can upload it
in the extension repository

Juergen