OpenDocument4all - Info and tools about OpenDocument
Sunday, 05 February 2012
Home arrow Forum
Forum Statistics
Total user: 89
Total message: 179
Main Menu
Home
My Blog
AODL - Project
AODC - Project
OO Development & Info
Forum
About OpenDocument ...
Search
News
Contact Us
Login Form





Lost Password?
No account yet? Register
Sourceforge.net

SourceForge.net - Goto the project homepage
Project site on SF.net

 

Demand OpenDocument

 

Countomat Webcounter und Webstatistik (Statistik & Logfileanalyse, Counter)

OpenDocument4all-Forum

 
Need help, on a "maybe dead" project
Date: 2007/12/24 21:43 By: lindesbs Status: User  
Karma: 0  
Fresh Boarder

Posts: 3
graphgraph
Hi !

I´ve found this great project. Currently i´m developing a projectmanagment tool, which creates complete project handbooks automatically. I´ve started with MS Word, but this was absolutly horrible.

So i´ve started with AODL. Wow, simply, workable and fast.

But it seems, that this project is nearly dead. Is it so ?

On th eother hand, i need some help.

DOcumentation is not "so" great. I can see some functions, but nothing special how to use them. I´m developing in C#

How can i :
- insert PageBreaks
- TOC started with "1." not with "1.1."
- changing pagesize in ONE document, changing layout for ONE page from landscape to portrait
- adding Heading and REAL Footers (not footer like in the examples)

If anyone can help me, this would be fine.

I´m willing to writie some text and howtos for this tool in german, for our mycsharp.de forum

Thanks, and merry christmas

Stefan aka lindesbs
The administrator has disabled public write access.

Re:Need help, on a "maybe dead" project
Date: 2007/12/27 19:16 By: Darius Damalakas Status: User  
Karma: 0  
Senior Boarder

Posts: 19
graphgraph
> I´ve started with MS Word, but this was absolutly horrible.

Any concrete examples of why so?


> So i´ve started with AODL. Wow, simply, workable and fast.
Do not want to upset you upfront, but AODL has its own problems, and one of them is document generation for large documents is slow and uses a lot of memory.

> But it seems, that this project is nearly dead. Is it so ?
That's the second problem.



> DOcumentation is not "so" great. I can see some functions, but nothing special how to use them. I´m developing in C#

You can always contribute It's free / open source project.

>How can i :
> - insert PageBreaks

use Break-Before property for Paragraph properties for Page Break


> - TOC started with "1." not with "1.1."
> - changing pagesize in ONE document,
do not know


> changing layout for ONE page from landscape to portrait
do not know, but should not be too difficult to implement.

> - adding Heading and REAL Footers (not footer like in the examples)
what do you mean/

> I´m willing to writie some text and howtos for this tool in german, for our mycsharp.de forum
There are not many texts in english
I am not saying german is bad, it's that english is the default language, and AODL project would benefit from your writings if they would be in english!


Merry Christmas
The administrator has disabled public write access.

Re:Need help, on a
Date: 2007/12/29 03:49 By: lindesbs Status: User  
Karma: 0  
Fresh Boarder

Posts: 3
graphgraph
>Darius Damalakas wrote: en source project.
No problem, i will help.


>>How can i :
>> - insert PageBreaks

>use Break-Before property for Paragraph properties for Page Break

Tried it with paragraph and ParagraphStyle, no changes.

Code:

 ParagraphStyle paragraphPageBreak = new ParagraphStyle(document"PageBreak"); paragraphPageBreak.ParagraphProperties.BreakBefore "true"; document.Styles.Add(paragraphPageBreak);



nor this :

Code:

  Paragraph paragraphPageBreak = new Paragraph(document); paragraphPageBreak.ParagraphStyle.ParagraphProperties.BreakBefore "true"; document.Content.Add(paragraphPageBreak);



What is wrong ?

>>> - changing pagesize in ONE document,
>do not know
Shit

>> changing layout for ONE page from landscape to portrait
>do not know, but should not be too difficult to implement.
That would be great.

>> - adding Heading and REAL Footers (not footer like in the examples)
>what do you mean/

Normally you can add to each Page a HeaderArea and FooterArea, which are on each page. Some Images and static content in the Header, actual Pagenumber in the Footer.

>> I´m willing to writie some text and howtos for this tool in german, for our mycsharp.de forum
>There are not many texts in english
I> am not saying german is bad, it's that english is the default language, and AODL project would benefit from your writings if they would be in english!


Post edited by: lindesbs, at: 2007/12/29 04:33
The administrator has disabled public write access.

Quick jump
Download area
Who's Online
We have 32 guests online
Polls
Should AODL and AODC also implement export as PDF and RTF?
 
Popular
© 2005 MamboZ. All rights reserved.