[dia] Bug 606377 - missing pdf export option in man dia
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Bug 606377 - missing pdf export option in man dia
- Date: Sun, 24 Aug 2014 17:37:45 +0000 (UTC)
commit 16be2a097d3e2f4e78f998d6ccaae024a2bad1a3
Author: Hans Breuer <hans breuer org>
Date: Sun Aug 24 19:32:07 2014 +0200
Bug 606377 - missing pdf export option in man dia
Also updated some other options in the English version of the
manual, e.g. three SVG, VDX, --list-filters ...
doc/en/dia-1.xml | 38 +++++++++++++++++++++++++++++++-------
doc/eu/dia-1.xml | 4 ++++
doc/fr/dia-1.xml | 4 ++++
3 files changed, 39 insertions(+), 7 deletions(-)
---
diff --git a/doc/en/dia-1.xml b/doc/en/dia-1.xml
index b2a76ec..63d3340 100644
--- a/doc/en/dia-1.xml
+++ b/doc/en/dia-1.xml
@@ -93,7 +93,7 @@
<arg><option>-t <replaceable>FORMAT</replaceable></option></arg>
- <arg><option>--filter=<replaceable>FORMAT</replaceable></option></arg>
+ <arg><option>--filter=<replaceable>TYPE</replaceable></option></arg>
<arg><option>-v</option></arg>
@@ -118,8 +118,8 @@
When objects are moved or resized the connections will follow the
objects.</para>
- <para>Diagrams drawn in <command>Dia</command> can be exported as
- PostScript.</para>
+ <para>Diagrams drawn in <command>Dia</command> can be exported to
+ various formats.</para>
</refsect1>
<refsect1>
@@ -185,14 +185,20 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>-t <replaceable>FORMAT</replaceable></option>
- <option>--export-to-format=<replaceable>FORMAT</replaceable></option></term>
+ <term><option>-t <replaceable>TYPE</replaceable></option>
+ <option>--filter=<replaceable>TYPE</replaceable></option></term>
<listitem>
- <para>Export loaded file in FORMAT and exit. Format are
+ <para>Export loaded file with TYPE and exit. Formats and variants are
described below.</para>
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--list-filters</option></term>
+ <listitem>
+ <para>List export filters/formats and exit.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>-v</option>
<option>--version</option></term>
<listitem>
@@ -206,7 +212,8 @@
<title>Export Formats</title>
<para>The following export formats are supported by
- <command>dia</command>.</para>
+ <command>dia</command>. Most formats are implemnted by plug-ins so their
+ availability depends on compile- and runtime-configuration.</para>
<itemizedlist>
<listitem>
@@ -244,6 +251,10 @@
</listitem>
<listitem>
+ <para><literal>pdf</literal> (Portable Document Format)</para>
+ </listitem>
+
+ <listitem>
<para><literal>plt</literal> or <literal>hpgl</literal> (HP
Graphics Language)</para>
</listitem>
@@ -259,6 +270,15 @@
<listitem>
<para><literal>svg</literal> (Scalable Vector Graphics)</para>
+
+ <para>There are three different SVG exporters with Dia having different
+ specializations. <literal>cairo-svg</literal> is turning text to shapes
+ to become independent of font availabilty on the target system.
+ <literal>dia-svg</literal> is based on Dia core code only. It's
+ translating all Dia's rendering capabilities as closely as possible to SVG.
+ <literal>svg-py</literal> - as SVG renderer implemented in Python - is
+ producing plain SVG. It is the most hackable version to allow some user
+ adaptions</para>
</listitem>
<listitem>
@@ -270,6 +290,10 @@
</listitem>
<listitem>
+ <para><literal>vdx</literal> (Visio Diagram XML)</para>
+ </listitem>
+
+ <listitem>
<para><literal>wpg</literal> (WordPerfect Graphics)</para>
</listitem>
diff --git a/doc/eu/dia-1.xml b/doc/eu/dia-1.xml
index 3cc0d09..be705c5 100644
--- a/doc/eu/dia-1.xml
+++ b/doc/eu/dia-1.xml
@@ -244,6 +244,10 @@
</listitem>
<listitem>
+ <para><literal>pdf</literal> (Portable Document Format)</para>
+ </listitem>
+
+ <listitem>
<para><literal>plt</literal> or <literal>hpgl</literal> (HP
Graphics Language)</para>
</listitem>
diff --git a/doc/fr/dia-1.xml b/doc/fr/dia-1.xml
index 2911d82..8a4e22b 100644
--- a/doc/fr/dia-1.xml
+++ b/doc/fr/dia-1.xml
@@ -248,6 +248,10 @@
</listitem>
<listitem>
+ <para><literal>pdf</literal> (Portable Document Format)</para>
+ </listitem>
+
+ <listitem>
<para><literal>plt</literal> or <literal>hpgl</literal> (HP Graphics
Language)</para>
</listitem>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]