Bug 56232 - macro for document conversions
Summary: macro for document conversions
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 17:56 UTC by B.Prathibha
Modified: 2013-12-15 22:35 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Bulk Converter Macro (11.16 KB, application/zip)
2012-10-20 17:56 UTC, B.Prathibha
Details
bulkconverter macro (12.24 KB, application/zip)
2012-10-25 12:37 UTC, B.Prathibha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description B.Prathibha 2012-10-20 17:56:12 UTC
Created attachment 68855 [details]
Bulk Converter Macro

Bulk Document Converter is a macro developed for openoffice/libreoffice and can be used for converting bulk documents from one format to other format. The code for the same is attached.
Comment 1 Roman Eisele 2012-10-25 10:40:06 UTC
Comment on attachment 68855 [details]
Bulk Converter Macro


(Fixed MIME type of attachment.)
Comment 2 B.Prathibha 2012-10-25 12:37:13 UTC
Created attachment 69065 [details]
bulkconverter macro

To run the macro, download the attachment. 

Extract it and copy the contents of the folder into /usr/lib/libreoffice/share/basic/Gimmicks.

Open script.xlb and add the following lines:

<library:element library:name="DocConverter"/>
<library:element library:name="MiscLib"/>

before the last line.

Open libreoffice and choose, Tools -> Macro -> Run Macro.

In library select  LibreOffice Macros -> Gimmicks -> DocConverter

Select the Macro name as DocConverterDialog.