Skip to main content
Participating Frequently
January 18, 2008
Question

HTML File Import into InDesign - Reg.

  • January 18, 2008
  • 3 replies
  • 951 views
Dear All
I want to import html files into Adobe indesign document...
But indesign does not support html files...Please give me ur Valuable suggestion.

(*) I can find one of the method is HTML->XML->InDesign

(*)Is it Possible to Load HTML File to InDesign?
(*)Is it possible to Import any otherway?

So Please anyone can give me the Solutions, and I am waiting for favourable answers...

Thanks & Regards
T.R.Harihara SudhaN
This topic has been closed for replies.

3 replies

Participant
March 3, 2008
Dear Kvern and Sagpogov,

Many thanks for your suggestion.

Yah!. I have convert the HTML Document into XML document, using Find / Replace format.

Example :

<HTML> </HTML> is change to <?xml version="1.0"?><chapter>...</chapter>

likewise, all the tags are convert as per the HTML document into XML File.

Same as <img href="..."> also convert as <Figure ...> </Figure> Tag.

Table Tags

<Table...><TH><TR><TD>...</TD></TR></TH><TR><TD></TD></TR></Table>

as converted

<Table ...><thead><row><entry>... </entry></row></thead><tbody>...</tbody></Table>.

No Problem. Its working fine.

Thanks & Regards
T.R.Harihara SudhaN
Participant
February 7, 2008
Is it possible to do autoformating according to HTML tags or find/change is only an option? if only find/change how to do like an "auto changes table" or script with all find/change in 1 click?
Known Participant
January 18, 2008
Hi T.R.Harihara SudhaN,

An HTML file is a text file. Just place it as you would any text file.

Thanks,

Ole