-
Notifications
You must be signed in to change notification settings - Fork 23
Export into editable format #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export into editable format #30
Conversation
…ail (replace vector by list use)
…f documents by using the document conversion API.
kmelia-config: move the directories templateRepository/, updateChainRepository/, and web/ in the data/ directory so that they are taken into account by the Silverpeas installer. kmelia-war: Ends the generation of the intermediate document from an ODT document used as template and from which the export into one or more formats can be performed. The generation of publications in PDF is now replaced by the new process. Rest the translation of the texts in the template by using the Silverpeas resource locators.
…into export-into-editable-format
Now the ODT template is prepared with keys for translated texts so that the template can be translated in a supported language (fr, de and en) The bug about the image inclusion in the generated PDF is fixed.
…d by the document generation in which the user can choose the format of the document to generate. An old bug with the access right on publication links for the user generating a publication is also fixed.
…etePublication and FullPublication by the new and single one KmeliaPublication
…s in the ODT model from a WYSIWYG content.
… into a zip file is merged with the document generation operation in one single publication export feature
…into export-into-editable-format
…into export-into-editable-format
…t into which a publication has to be exported. Remove sections in the intermediate document that are empty
…into export-into-editable-format
Désormais, la génération PDF nécessite Open Office en mode serveur. Dans ce contexte, il est indispensable de paramétrer le comportement par défaut de l'application. |
…into export-into-editable-format
…figureable (in the kmeliaSettings.properties file). By default, only the ZIP format is available (the others format are then not proposed in the dialog box). When several export formats are activated, then the first one is selected by default.
… are displayed in the dialog box but they are disabled
kmeliaSettings.properties a un nouveau paramètre, kmelia.export.formats.active, qui liste (séparé par des espace) les différents formats qui seront actifs dans les composants Kmelia. Par défaut, seul le format zip est actif ; les publications ne seront donc pas générés en PDF. Tout format non supporté sera tout de même affiché dans la boite de proposition mais sera inactive. |
…into export-into-editable-format
…or Feature #2080. It rests to open the export of a document into another window. The pb with the image isn't reproductible with my machines (I'll try onto another PC)
…ntent. The problem occured only on Windows system and it came from the backslash character in the built path of the image; backslash that is illegal in URI.
…h of an image according to the silverpeas component through which it was uploaded, the code to fetch images in the publication's content is now wrapped into a single place: SilverpeasImageFinder
Add the export functions (into a ZIP archive, a PDF document or into an editable format like ODT and MS-Word DOC).
The export functions are built upon the new Silverpeas Converter API.
Don't forget to merge also Silverpeas-Core, Silverpeas-Parent, and Silverpeas-Installer-Package.