Difference between revisions of "Documentation/FAQ/Writer/DocumentManagement"

From Apache OpenOffice Wiki
Jump to: navigation, search
(How can I search many .sxw (or .odt) files for one word?)
m
 
(29 intermediate revisions by 8 users not shown)
Line 1: Line 1:
[[Category:User FAQ]]
+
[[Category:Documentation/FAQ/Writer]]
 
{{Documentation/FAQTOC}}
 
{{Documentation/FAQTOC}}
 
+
{{DISPLAYTITLE: Writer FAQ - Document Management}}
This is a [[Documentation/FAQ/Overview|user FAQ]] for [[OpenOffice.org]] [[Writer]].
+
Search the FAQs: <googlefaq/>
 
+
 
This page has FAQs about document management, file formats, and similar topics.
 
This page has FAQs about document management, file formats, and similar topics.
 +
This list is ordered by popularity. The most popular FAQs are at the top. But also have a look at the bottom to find any new entries.
  
[[Documentation/FAQ/Writer | Back to main Writer FAQ page.]]
+
More information can be found in the Writer Guide, available from the [https://www.openoffice.org/documentation/manuals/oooauthors2/ {{AOo}} Documentation Project].
 
+
'''Note:''' Many of these FAQs were originally written for OpenOffice.org 1.x and may not have been updated to reflect changes in OOo 2.x. We are working on checking updating all of them, but this takes a lot of time and more volunteers are needed. If you find an answer that is out of date, please either correct it or leave a comment on the "Discussion" tab of the relevant page.
+
 
+
Up to date information can be found in the Writer Guide, available from the [http://documentation.openoffice.org/manuals/oooauthors2/ OOo Documentation Project].
+
 
+
 
+
== Document Management ==
+
 
+
=== Can multiple users edit a file concurrently? ===
+
No, OpenOffice.org does not support this feature.
+
 
+
=== How do I convert multiple OpenOffice.org documents to PDF? ===
+
<P>If you need to convert several documents from an OOo format to, for example, PDF, you can do this with the following batch converter macro. This method avoids the necessity of converting the documents individually by opening them in OOo and using the menus. 
+
 
+
[http://www.ooomacros.org/user.php#95532 OOo Macros -- Document Converter]
+
 
+
=== Some version control menu choices, which I have seen before, do not appear. What's wrong? ===
+
Some version management functions become unavailable when you create an index (such as Table of Contents) within your document. Menu choices that will no longer appear include:
+
 
+
* Edit -> Changes -> Merge Document
+
* Edit -> Compare Document
+
 
+
In addition, the 'Compare' button in the 'Versions' dialog (accessed using File -> Versions becomes gray (unusable) when the document contains an index.
+
 
+
=== How can I search many .sxw (or .odt) files for one word? ===
+
'''Note:''' Some of this information may be out of date.
+
There are at least four ways to do this.
+
 
+
<ul>
+
<li>A Windows utlity is [http://desktop.google.com  Google desktop search], which has a [http://desktop.google.com/plugins/indextheopenoffice.html plugin] which indexes both the old and new openoffice formats (.odt and .sxw). It is fast, and works well with Firefox; but the search results are less easy to sort than Yahoo's and it does not have a built-in preview function, as YDS does.</li>
+
<li>On Windows, you can use [http://desktop.yahoo.com/ Yahoo Desktop Search] to index OpenOffice.org 1.x files. By adding .sxw to the list of file extensions searched, you get a fast and fuss-free display of the relevant context as plain text. The search can be phrasewise, Boolean, or refined by date and size. As of July 9 2007, it does not index the content of .odt (OpenOffice.org 2.x) files, though there is a feature request for it to do that. The other drawbacks are that it is Windows only and indexes, by default, every hour or so, since it expects you to be using Outlook and indexing your email as well.</li>
+
<li>The best cross-platform solution is [http://sourceforge.net/project/showfiles.php?group_id=76130 DocSearch], a Java app which searches and indexes OOo files as well as MS Office, text and PDFs. It is easy to use, very fast, allows fancy searches and can be integrated into a toolbar with a macro.<br>
+
The drawbacks: it's pretty large (a 5MB download) and doesn't handle non-English characters well. It has no documentation to speak of. You have to configure it to use OOo, Acrobat, and anything else other than IE to open the files it finds (this is under Tools/settings). But it is clearly the best solution for large collections of documents on Linux.</li>
+
<li>Much smaller and simpler, but adequate for everyday use on fast computers is the filefinder written in OOo Basic, one of the macros in Andrew Brown's [http://www.darwinwars.com/lunatic/bugs/oo_macros.html collection]. This ought to install with a single click, though you will still have to put the macro on a toolbar yourself.
+
<br>Drawbacks: it is slow with large numbers of files on slow computers.</li>
+
</ul>
+
 
+
== File formats ==
+
 
+
=== What file formats does OpenOffice.org Writer support? ===
+
 
+
Many different types. The easiest way to see is to use the file dialog (File -> Open) and look at the file types listed there.
+
 
+
Chapter 3, "File Management in OpenOffice.org" in the Getting Started book, includes a list of supported file types. This chapter is available in free PDF from the [http://documentation.openoffice.org/manuals/oooauthors2/ Documentation Project].
+
 
+
=== Why does OpenOffice not open MSWorks files (.wks)? ===
+
MSWorks files have a proprietary format which is being kept secret by Microsoft. However a reasonable workaround is to save your WKS files as RTF files. OpenOffice can read and write RTF files.
+
 
+
=== How to open Works .wps files in OpenOffice.org 2.x? ===
+
For instructions, see the Troubleshooting chapter (# 14) of the User Guide, http://documentation.openoffice.org/manuals/OOo2.x/user_guide2_draft.pdf
+
 
+
=== Does OpenOffice.org support WordPerfect file formats? ===
+
Current versions of OpenOffice.org will open WordPerfect files. However, you cannot save to WordPerfect formats from OpenOffice.org
+
 
+
=== Why does OpenOffice not support the file format my application uses? ===
+
There may be several reasons, for example:
+
 
+
* The file formats may not be open and available.
+
* There may not be enough developers available to do the work (either paid or volunteer).
+
* There may not be enough interest in it.
+
* There may be reasonable, available workarounds.
+
  
=== How can I do a batch conversion of my MSOffice files into OpenOffice.org file formats? ===
+
<DPL>
 +
  category=Documentation/FAQ/Writer/DocumentManagement
 +
  ordermethod=counter
 +
  order=descending
 +
  replaceintitle=/Documentation.*\//,
 +
  secseparators=<br>
 +
</DPL>
  
Use File -> Wizards -> Document Converter and follow the steps in the Wizard.
 
  
=== I found a problem with importing a document, what do I do? ===
 
  
You need to report the problem so that the developers can hopefully fix it for the next release. To do this, you need to [http://www.openoffice.org/servlets/join join the OpenOffice.org project], and then file a bug report.
+
<table border=1 cellpadding=5 style="width:100%; border-collapse: collapse; border-color:#AAA; background-color:#EEE;"><tr>
 +
<td>
 +
===Add a new FAQ entry===
 +
<inputbox>
 +
bgcolor=#EEE
 +
type=create
 +
default=Documentation/FAQ/Writer/DocumentManagement/<FAQ_TITLE>
 +
preload=Documentation/FAQ_Template
 +
buttonlabel=Add new FAQ
 +
break=no
 +
</inputbox>
 +
'''Instructions'''
 +
* Do '''not ask questions''' here, but '''give answers'''.
 +
* If you have a '''question to ask''', go to the [https://forum.openoffice.org/ User Forum].
 +
* Replace ''<FAQ_TITLE>'' part in the input box above by the title you would like to give the FAQ item and click '''Add New FAQ'''
 +
</td></tr></table>

Latest revision as of 12:47, 8 September 2021

doc OOo



Search the FAQs:

This page has FAQs about document management, file formats, and similar topics. This list is ordered by popularity. The most popular FAQs are at the top. But also have a look at the bottom to find any new entries.

More information can be found in the Writer Guide, available from the Apache OpenOffice Documentation Project.


Add a new FAQ entry

Instructions

  • Do not ask questions here, but give answers.
  • If you have a question to ask, go to the User Forum.
  • Replace <FAQ_TITLE> part in the input box above by the title you would like to give the FAQ item and click Add New FAQ
Personal tools