Top "Document" questions

Is a term that in computer science can refer to various file types containing usually human readable information, if opened with appropriate software.

How to find with javascript if element exists in DOM or it's virtual (has been just created by createElement)

I'm looking for a way to find if element referenced in javascript has been inserted in the document. Lets illustrate …

javascript virtual document element exists
Converting HTML to odt, doc, docx

Is there an easy way to convert HTML(with CSS styles and embedded images) to ODT, DOCX, DOC from the …

linux document docx odt
window.onload vs document.ready jQuery

I have a site with two columns. I want to have equal height on both using jQuery. I'm trying to …

jquery window document onload ready
Create a DOM document from string, without JQuery

We're looking for ways to create a DOM document in javascript from a string, but without using Jquery. Is there …

javascript document
What is Composite Document File V2 Document?

I need to write a script to find out if a given document is of the format .doc or not. …

linux file ms-word document
How to create a HTML link which forces MS Word to edit document on webdav server

Let's suppose that I have WebDAV-enabled server, where I have bunch of Office documents. I'd like to generate webpage which …

hyperlink ms-word ms-office document webdav
JTextPane: How to set the font size

Please have a look at the following code import java.awt.Color; import java.awt.Dimension; import java.awt.EventQueue; …

java swing document jtextpane font-size
LaTeX: set custom line spacing except for some document parts

I need to have a 1.5 line spacing within my document but without some parts like the TOC, title page etc. …

latex formatting document line spacing