[vwnc] Anyone worked with Open Document Format files with VW?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Anyone worked with Open Document Format files with VW?

Dennis smith-4
Pulled them apart? modified?

We are thinking about using this perhaps in place of "COM" Mail-Merge

--
Dennis Smith                         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              sip:[hidden email]
Canada         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Anyone worked with Open Document Format files with VW?

Holger Kleinsorgen-4
Dennis Smith schrieb:
> Pulled them apart? modified?
>
> We are thinking about using this perhaps in place of "COM" Mail-Merge
>

yes, for building documents based on template documents. procedure:
- unzip  template
- parse XML
- modify DOM (fill in the blanks, repeat table rows etc.)
- write and zip document
- (optionally) convert with JODConverter
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Anyone worked with Open Document Format files with VW?

Dennis smith-4
Thanks for this answer -- how did you unzip it?  Using an external zip/unzip?

Holger Kleinsorgen wrote:
Dennis Smith schrieb:
  
Pulled them apart? modified?

We are thinking about using this perhaps in place of "COM" Mail-Merge

    

yes, for building documents based on template documents. procedure:
- unzip  template
- parse XML
- modify DOM (fill in the blanks, repeat table rows etc.)
- write and zip document
- (optionally) convert with JODConverter
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
  

-- 
Dennis Smith                 		         +1 416.798.7948
Cherniak Software Development Corporation   Fax: +1 416.798.0948
509-2001 Sheppard Avenue East        [hidden email]
Toronto, ON M2J 4Z8              <a class="moz-txt-link-freetext" href="sip:dennis@CherniakSoftware.com">sip:dennis@...
Canada			         http://www.CherniakSoftware.com
Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Anyone worked with Open Document Format files with VW?

Holger Kleinsorgen-4
Dennis Smith wrote:
> Thanks for this answer -- how did you unzip it?  Using an external
> zip/unzip?
>
Info-ZIP library. Seems to rot a bit, so using 7-zip seems to be a more
suitable solution
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Anyone worked with Open Document Format files with VW?

Boris Popov, DeepCove Labs (SNN)
Have you tried OS.Zip.Archive from Compression-Zip parcel?

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Holger Kleinsorgen
Sent: Wednesday, September 23, 2009 2:50 PM
To: VWNC,
Subject: Re: [vwnc] Anyone worked with Open Document Format files with
VW?

Dennis Smith wrote:
> Thanks for this answer -- how did you unzip it?  Using an external
> zip/unzip?
>
Info-ZIP library. Seems to rot a bit, so using 7-zip seems to be a more
suitable solution
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Anyone worked with Open Document Format files with VW?

Mathieu van Echtelt-2
In reply to this post by Dennis smith-4
Hi Dennis,

Technologically, we really liked the Open Office solution (ODF is a
nice format + the open office server is stable), but after 2 or 3
years we dropped it because all our customers use Mircosoft office.

I would not use Open Office when:

- The end result has to be in ms office (so you have to use the transformations)
- Your customers want pixel perfect documents. (they make their
templates with ms office and want us to use exactly these)
- Your customers have many different documents that they want to use
for mail merge and or reports.

About a half a year ago I described in an email to this list how we
use open office from VW (over uno bridge with python).

greetings,
Mathieu van Echtelt.

ps. Somewhere I read Microsoft will support ODF format in the near
future. This could help a lot, but I doubt it will do pixel perfect
transformations.
pps. Since a couple of months we use aspose.com (commercial java
library) and jniport (in cincom open repository, to connect to java).
So far, we're happy with it.





On Wed, Sep 23, 2009 at 7:48 PM, Dennis Smith
<[hidden email]> wrote:

> Pulled them apart? modified?
>
> We are thinking about using this perhaps in place of "COM" Mail-Merge
>
> --
> Dennis Smith                                     +1 416.798.7948
> Cherniak Software Development Corporation   Fax: +1 416.798.0948
> 509-2001 Sheppard Avenue East        [hidden email]
> Toronto, ON M2J 4Z8              sip:[hidden email]
> Canada                           http://www.CherniakSoftware.com
> Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>



--
AG5
Timorplein 37
1094 CC
Amsterdam

T  020  4630942
F  020  4630946

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Anyone worked with Open Document Format files with VW?

Holger Kleinsorgen-4
In reply to this post by Boris Popov, DeepCove Labs (SNN)
Boris Popov schrieb:
> Have you tried OS.Zip.Archive from Compression-Zip parcel?
>
> -Boris
>

Compression-Zip only supports extracting files, not creating archives,
whichs is necessary to create ODF files.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Anyone worked with Open Document Format files with VW?

Boris Popov, DeepCove Labs (SNN)
Ah, okay.

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Holger Kleinsorgen
Sent: Thursday, September 24, 2009 12:53 AM
To: VWNC,
Subject: Re: [vwnc] Anyone worked with Open Document Format files with
VW?

Boris Popov schrieb:
> Have you tried OS.Zip.Archive from Compression-Zip parcel?
>
> -Boris
>

Compression-Zip only supports extracting files, not creating archives,
whichs is necessary to create ODF files.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc