Class | Description |
---|---|
FileSystemURLFactory |
Special URL Factory used during exports, which stores referenced attachments and resources on the filesystem, in a
temporary folder, so that they can be included in the export result.
|
PdfExportImpl |
Default implementation for the PDF Export process, which uses XSLT transformations and Apache FOP to convert a
Document into PDF, passing through HTML, valid XHTML, styled XHTML, and XSL-FO.
|
PDFResourceResolver |
Resolves URIs sent by Apache FOP to embed images in the exported PDF.
|
PdfURLFactory |
Computes Image and Link URLs for attachments by using an absolute URLs but stores a Map in the XWiki Context to
associate attachment URLs to Attachment Entity References so that when executing a PDF export the custom URI Resolver
we use can stream image attachment content so that they are embedded in the PDF.
|
XWikiFOPEventListener |
Prevent errors happening in FOP from stopping the PDF export.
|
Copyright © 2004–2021 XWiki. All rights reserved.