Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Wikitext: textile>xlsfo>pdf
Wikitext: textile>xlsfo>pdf [message #1209700] Mon, 25 November 2013 17:03
Chris G is currently offline Chris GFriend
Messages: 2
Registered: August 2010
Junior Member
Hello there,
I'm using Wikitext the first time and I really appreciate it.
My problem:
This textile example produces nice html and looks as expected:
h5. Main

h6. 1
!{width:40%}>Images/de_pasted_20131120-150627.png! Textcontent
<br clear="all"/>
<hr/>
h6. 2


the resulting code from the wikitext-to-xslfo ant task and so the pdf not really.

	<target name="create-pdf" depends="xlsfo" description="create pdf">
		<property name="fop.home" value="C:/tools/fop-1.1"/>
		<exec command="${fop.home}/fop.bat">
			<arg value="${basedir}/xlsfo/t.fo"/>
			<arg value="${basedir}/pdf/MyFile.pdf"/>
		</exec>
	</target>

	<target name="xlsfo" >
		<wikitext-to-xslfo markupLanguage="Textile" targetdir="xlsfo">
			<fileset dir="html" includes="**/*.textile"/>
		</wikitext-to-xslfo>
	</target>


The image scale and alignment is not correct/not set.
The inner html(to force a space between paragraphs) is read as text content.
is there any screw to turn to solve this?

thank you for reading
Chris
  • Attachment: MyFile.pdf
    (Size: 264.91KB, Downloaded 375 times)
  • Attachment: t.fo
    (Size: 2.04KB, Downloaded 223 times)

[Updated on: Mon, 25 November 2013 18:27]

Report message to a moderator

Previous Topic:Mylyn / Jira : Broken hierachy
Next Topic:open source time tracking
Goto Forum:
  


Current Time: Fri Apr 19 22:27:19 GMT 2024

Powered by FUDForum. Page generated in 0.03181 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top