]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add faq for graphics resolution.
authorWilliam Victor Mote <vmote@apache.org>
Tue, 22 Apr 2003 19:22:55 +0000 (19:22 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 22 Apr 2003 19:22:55 +0000 (19:22 +0000)
Move other graphics-related faqs together.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196323 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/faq.xml

index 6f4942856cd5c2a897022f0e12c2b27c19655021..6057cbed9be451b6e6cb1c14155b51443395b7a9 100644 (file)
         </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>
         </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>