diff options
Diffstat (limited to 'src/documentation/content/xdocs/faq.xml')
-rw-r--r-- | src/documentation/content/xdocs/faq.xml | 78 |
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&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&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> |