aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-04-22 19:22:55 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-04-22 19:22:55 +0000
commit79a1d0325d3ec281afc35eada11640e97579f412 (patch)
treec176c0128cf74d2f5f8ec3ab794499fb8906ed1c /src/documentation/content/xdocs
parent7173abf5d251da7a1269ae42a3f256b2c4a5a515 (diff)
downloadxmlgraphics-fop-79a1d0325d3ec281afc35eada11640e97579f412.tar.gz
xmlgraphics-fop-79a1d0325d3ec281afc35eada11640e97579f412.zip
Add faq for graphics resolution.
Move other graphics-related faqs together. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r--src/documentation/content/xdocs/faq.xml78
1 files changed, 42 insertions, 36 deletions
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 6f4942856..6057cbed9 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -369,12 +369,54 @@
</p>
</answer>
</faq>
+ <faq id="graphic-not-displayed">
+ <question>A graphic is not displayed.</question>
+ <answer>
+ <p>
+ The most common reason is that the file is not found because of an
+ empty or wrong baseDir setting, spelling errors in the file name, in
+ particular using the wrong case, or, if the image is retrieved over
+ HTTP, the image was not delivered because of security settings in the
+ server, missing cookies or other authorization information, or
+ because of server misconfigurations. One way to check this is to
+ cut&amp;paste the source URL from the fo:external-graphic into the
+ Location field of a browser <strong>on the machine where the FOP
+ process will be running</strong>.
+ </p>
+ <p>
+ Several other possibilities:
+ </p>
+ <ul>
+ <li>
+ The graphic is too large to fit into the intended space.
+ </li>
+ <li>
+ Some image format subclasses can't be handled, try to convert the
+ graphic to a format subclass known to work. (Sorry, no list of
+ formats known to work)
+ </li>
+ <li>
+ Something else obscures the graphic, for example stuff from a
+ static content (very rare, but has happened).
+ </li>
+ </ul>
+ <!-- p>
+ See also supported image formats.
+ </p -->
+ </answer>
+ </faq>
<faq id="png-fails">
<question>My graphical images do not work properly.</question>
<answer>
<p>See <link href="svg.html">Graphical Formats</link>.</p>
</answer>
</faq>
+ <faq id="graphic-resolution">
+ <question>Why is my graphic rendered at a different resolution than it was created?</question>
+ <answer>
+ <p>See <link href="graphics.html#resolution">Graphics Resolution</link>.</p>
+ </answer>
+ </faq>
<faq id="keep-with">
<question>Keep-with-next, keep-with-previous, keep-together
don't work.</question>
@@ -473,42 +515,6 @@
</p>
</answer>
</faq>
- <faq id="graphic-not-displayed">
- <question>A graphic is not displayed.</question>
- <answer>
- <p>
- The most common reason is that the file is not found because of an
- empty or wrong baseDir setting, spelling errors in the file name, in
- particular using the wrong case, or, if the image is retrieved over
- HTTP, the image was not delivered because of security settings in the
- server, missing cookies or other authorization information, or
- because of server misconfigurations. One way to check this is to
- cut&amp;paste the source URL from the fo:external-graphic into the
- Location field of a browser <strong>on the machine where the FOP
- process will be running</strong>.
- </p>
- <p>
- Several other possibilities:
- </p>
- <ul>
- <li>
- The graphic is too large to fit into the intended space.
- </li>
- <li>
- Some image format subclasses can't be handled, try to convert the
- graphic to a format subclass known to work. (Sorry, no list of
- formats known to work)
- </li>
- <li>
- Something else obscures the graphic, for example stuff from a
- static content (very rare, but has happened).
- </li>
- </ul>
- <!-- p>
- See also supported image formats.
- </p -->
- </answer>
- </faq>
<faq id="hypenation-fails">
<question>Hyphenation does not work.</question>
<answer>