Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
a72e33c6
Commit
a72e33c6
authored
Dec 11, 2016
by
Raphaël
Browse files
Ajout de la timesheet Raphaël DEBRAY
parent
8757ec89
Changes
4
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/README.md
View file @
a72e33c6
Converter hdoc_to_pdf
-----------------------
The purpose of this converter is to obtain a
n
PDF file from a hdoc document.
The purpose of this converter is to obtain a PDF file from a hdoc document.
License GPL3.0
...
...
hdoc_to_pdf/input/sample.hdoc
0 → 100644
View file @
a72e33c6
File added
hdoc_to_pdf/prepare_hdoc.ant
0 → 100755
View file @
a72e33c6
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns:h=
"urn:utc.fr:ics:hdoc:container"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
name=
"hdoc_to_pdf"
default=
"main"
>
<target
name=
"main"
>
<xslt
in=
"/home/raphael/Documents/Travail/NF29/projet/hdoc/hdoc_to_pdf/tmp/content.xml"
out=
"/home/raphael/Documents/Travail/NF29/projet/hdoc/hdoc_to_pdf/tmp/hdoc_nsless.xhtml"
style=
"xsl/ns_remover.xsl"
/>
<xslt
in=
"/home/raphael/Documents/Travail/NF29/projet/hdoc/hdoc_to_pdf/tmp/hdoc_nsless.xhtml"
out=
"/home/raphael/Documents/Travail/NF29/projet/hdoc/hdoc_to_pdf/tmp/flat_hdoc.xhtml"
style=
"xsl/hdoc_flattenizer.xsl"
/>
</target>
</project>
hdoc_to_pdf/run.sh
100644 → 100755
View file @
a72e33c6
File mode changed from 100644 to 100755
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment