Kirill S. Palagin wrote:

Hello.

How do I insert barcodes (EAN13, for example) into OO document
(specifically, in Writer)?
As for postal barcodes: acquire and install the necessary font and then set up a macro or some other means of generating the required encoded character strings.

IDAutomation is one vendor that supports OpenOffice.org by providing OOo macros with their commercial font sets. Here's a short snippet from the free download demo (that, IIRC, contains the macros and some fonts but not those needed for EAN13):

Public Function EAN13(DataToEncode As String) As String
'*********************************************************************
'*  VB Functions for IDAutomation Barcode Fonts v2006.2
'*  Copyright, IDAutomation.com, Inc. 2000-2006. All rights reserved.
'*
'*  Visit http://www.idautomation.com/openoffice/ for more
'*  information about the functions in this file.
'*
'*  You may incorporate our Source Code in your application
'*  only if you own a valid license from IDAutomation.com, Inc.
'*  for the associated font and this text and the copyright notices
'*  are not removed from the source code.
'*
'*  Distributing our source code or fonts outside your
'*  organization requires a Developer License.
'*********************************************************************
Ross

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to