473,503 Members | 1,635 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DJDE file to PDF

Hi Guys,

I have the following question.

I have a Xerox DJDE File that I want to convert to PDF.

I was thinking about generating a XML file from the DJDE file, then use
a XSLT file to generate a XSL:FO file and use a XSL:FO processor to
create de PDF file.

I'm really new with this, so I'd like to know if anybody knows programs
(preferable free) or the process involved in this transformation, I
mean if you know about any of this issues:

1- The way to generate a XML file from a DJDE file. I'm thinking about
develop a program to do this, but I think is not a very easy task.

2- The way to generate the XSLT file with the information gathered from
the DJDE file. or a way to create a XSLT file from any kind of
specification.

3- The way to generate the XSL:FO using the XML and the XSLT file. I
mean some application to use.

4- And a way to generate the PDF File from the XSL:FO. I think I can
use FOP but I don't know another way.

Any further information/consideration I must know about this process.

I think 2 and 3 are more related to this forum but I ask 1 and 4 too,
because maybe someone has knowledge about this issues too.

THANKS A LOT for any help about this issue.



Regards,

Marcelo

Nov 1 '05 #1
2 3220
Marcelo wrote:
1- The way to generate a XML file from a DJDE file. I'm thinking about
develop a program to do this, but I think is not a very easy task.
This is probably the hardest bit. I'm not familiar with the format of a
DJDE file, but if it's proprietary you'll have to buy the format
description from Rank Xerox. There appear to be a number of conversion
programs on the market (Google for "djde file format") which might be
a faster way to get XML.
2- The way to generate the XSLT file with the information gathered
from the DJDE file. or a way to create a XSLT file from any kind of
specification.
You can generate a skeleton file of XSLT templates (rules for each
element type) from the XML document (there are several little XSLT
routines you can download to do this), but you'll still have to write
the code for what you want each template to *do*, so generating an XSLT
file is not usually much more than a 10-minute convenience time-saver.
3- The way to generate the XSL:FO using the XML and the XSLT file. I
mean some application to use.
4- And a way to generate the PDF File from the XSL:FO. I think I can
use FOP but I don't know another way.


These usually go together. There are lots of commercial products to do
this. AFAIK, fop is the only completely free one. You don't use XSLT:
the language for generating FO is XSL.

If you know LaTeX, however, you can use XSLT to generate LaTeX source
code and use that to create your PDF. LaTeX is free (www.tug.org) but
it's an additional learning curve unless you're already a user.

///Peter
--
XML FAQ: http://xml.silmaril.ie/

Nov 6 '05 #2
Thanks a lot Peter for your answer.

I will check it out
Regards,

Marcelo

Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3910
by: matt | last post by:
I have compiled some code, some written by me, some compiled from various sources online, and basically i've got a very simple flat file photo gallery. An upload form, to upload the photos and give...
5
5432
by: Dave Smithz | last post by:
Hi There, I have a PHP script that sends an email with attachment and works great when provided the path to the file to send. However this file needs to be on the same server as the script. ...
7
3514
by: Joseph | last post by:
Hi, I'm having bit of questions on recursive pointer. I have following code that supports upto 8K files but when i do a file like 12K i get a segment fault. I Know it is in this line of code. ...
0
1089
by: Marcelo | last post by:
Hi Guys, I have the following question. I have a Xerox DJDE File that I want to convert to PDF.
3
26239
by: StGo | last post by:
How can i read/write file's custom attributs(like subject,author...) in C#??? Thanks :))
0
3910
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen....
13
4281
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming...
1
5352
by: Roy | last post by:
Hi, I have a problem that I have been working with for a while. I need to be able from server side (asp.net) to detect that the file i'm streaming down to the client is saved...
3
3147
by: Shapper | last post by:
Hello, I created a script to upload a file. To determine the file type I am using userPostedFile.ContentType. For example, for a png image I get "image/png". My questions are: 1. Where can...
0
7280
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7462
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
382
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.