Quark to Web Formats

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
$var
Forum Contributor
Posts: 317
Joined: Thu Aug 18, 2005 8:30 pm
Location: Toronto

Quark to Web Formats

Post by $var »

Hello,
I am having a heck of a time researching how to ingest a Quark 4.1 file and convert it to a web format, either HTML or XML.

Has anyone ever done this? Is it as messy as it sounds?
I understand that you can export from the application as .xml or .html, but for many reasons i have been tasked with ingesting and converting from an existing file.

Any help would be GREAT!
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: Quark to Web Formats

Post by JAB Creations »

Doing this search yielded this cached result which I hope and think may potentially be helpful for you.
User avatar
$var
Forum Contributor
Posts: 317
Joined: Thu Aug 18, 2005 8:30 pm
Location: Toronto

Re: Quark to Web Formats

Post by $var »

Ah, yes... the avenue.quark program.

This is one of the options for exporting through a software, but not about actually ingesting the file through a web form and converting it on the fly.

I wonder if this is a possibility at all, it seems like most signs point to exporting.
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: Quark to Web Formats

Post by JAB Creations »

Unless you're dealing with audio, image, and/or video converting data more then once should in most circumstances (I would imagine) not hurt or do much if any harm.

So you may want to create a theoretical map of the various steps of converting the data.

Type 1 maybe not convert to type 3...

...but if you convert type 1 to type 2...

...you may be able to then convert type 2 to type 3.

Good luck!
Post Reply