diff --git a/pdf/plugin.jelly b/pdf/plugin.jelly index 0a393104..6da97b6b 100644 --- a/pdf/plugin.jelly +++ b/pdf/plugin.jelly @@ -158,23 +158,6 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}] - - - - - - - - - - - - - - - - - diff --git a/pdf/project.xml b/pdf/project.xml index d570de2f..71e3ef49 100644 --- a/pdf/project.xml +++ b/pdf/project.xml @@ -109,109 +109,7 @@ batik batik - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-awt-util - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-bridge - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-css - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-dom - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-ext - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-extension - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-gui-util - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-gvt - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-parser - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-rasterizer - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-script - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-svg-dom - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-svggen - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-swing - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-transcoder - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-util - 1.5 - http://xml.apache.org/batik/ - - - batik - batik-xml - 1.5 + 1.5-fop-0.20-5 http://xml.apache.org/batik/ diff --git a/pdf/src/plugin-test/test02/xdocs/images/images.svg b/pdf/src/plugin-test/test02/xdocs/images/images.svg new file mode 100644 index 00000000..079a7eca --- /dev/null +++ b/pdf/src/plugin-test/test02/xdocs/images/images.svg @@ -0,0 +1,56 @@ + + + + + + +Images in SVG + +Jpeg + + + +Effect or Bitmap + + + + + + + + + + + + +Transparency + +SEE + + + +Scaled + + + + + + + + diff --git a/pdf/src/plugin-test/test02/xdocs/images/text.svg b/pdf/src/plugin-test/test02/xdocs/images/text.svg new file mode 100644 index 00000000..b9dc54d3 --- /dev/null +++ b/pdf/src/plugin-test/test02/xdocs/images/text.svg @@ -0,0 +1,146 @@ + + + + + + +Various Text Elements + +Normal Text in Helvetica, +Symbol, +Unknown, +Courier, +Arial + + +Large Text (scaled) + +Normal Text (unscaled) + +fractional Text + +Coloured Text +Stroked Text +Stroked/Filled Text +Overline Text +Underline Text +Strikethrough Text + +Text with tspan + + + + + + + + +super and subscripts + + + + FOP + FOP + FOP + FOP + + + + + + + +Filtered Text + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + FOP in FOPfont + + + vertical + vertical + orientated text + + stretched font + + spaced letters + + spaced words + + + + + + + + + diff --git a/pdf/src/plugin-test/test02/xdocs/test.xml b/pdf/src/plugin-test/test02/xdocs/test.xml index 60c23008..17ec7510 100644 --- a/pdf/src/plugin-test/test02/xdocs/test.xml +++ b/pdf/src/plugin-test/test02/xdocs/test.xml @@ -85,5 +85,17 @@

+
+ +

+ images.svg +

+
+ +

+ text.svg +

+
+
diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index 77f706d5..8bdc09f2 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -30,6 +30,7 @@ Missing patch for MPPDF-24 ( it defines a missing attribute for <code style="indent"> tags and cleans up some layout issues with definition lists). Standardize copyright notices. Fix some "contents overflows area" errors. + Cannot use SVG images. batik: java.lang.NoSuchMethodError. Can't insert the logo image described in the POM if its path begins with a slash (as it works for the xdoc plugin). Allow copy and paste from pdf to text editor.