document

HTML formatting Problem : MS Word Document Generation with OpenOffice 2.4

I am using Openoffice.org to convert HTML document into a Microsoft Word document. We used divs to create a formatting block, but Openoffice is ignoring it. So we are forced to use tables and those, too are spilling out of the generated Word document on the right side. So i was wondering if there was any other way, where I can have form...

RTF editor

Hi, I have a templates written in RTF(with some tags which are replaced by data from DB in app), but when I edit them in MS Word, Word put some invisible tags to the templates, which destruct my tags(I must open template in Notepad and edit code). Do you know some editor for RTF, which strict follows RTF specification? Thanks ...

Abstract margins in LaTeX

Hi, I'm new to LaTeX and I've got a \begin{abstract} ... \end{abstract} section and I want to change the margins so the text looks more condensed and centred on the page. I need some code that will do this, without stuffing up the margins for the rest of the document. ...

SharePoint Document Library

Can I link to a specific document in a SharePoint document library? As of now, I can only link to the entire document library and not a specific document within it. ...

Join MS Word documents

What is the recommended strategy for in code to splice a set of MS Word documents together into one? Cheers Nik ...

Is there a word document format that supports version diff comparisions?

I know this question has probably been asked already but I would really like to know of a program that will show line by line the differences between to word documents. Thus I need a word document format that supports this (.doc, .docx and .ods obviously don't). Are HTML and XML the only formats that come close to supporting this featur...

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 has link to document such that clicking on the link will open Microsoft Word. Word will in turn download document from WebDAV server, and when user finishes editing document, MS Word will upload it back. I know tha...

livelink integration with asp.net web application

I am building a standard asp.net LOB application. i am planning to have some livelink urls showing up in some parts of the application, where the user clicks a download link and the document needs to be downloaded from the corresponding livelink URL and a save-as dialog needs to come up. for any direct http document URL, it is possible...

Best way to determine whether an attached document will harm a user when opened

We're writing a feature that will allow our users to "attach" things like Word documents, Excel spreadsheets, pictures, pdfs to documents in our application - just like email. We don't however, want to allow them to attach .exe, .bat, .reg files, or anything else that might harm them if they opened it - so we're proposing to have a whit...

MOSS Document Icons

Hi In SharePoint MOSS 2007 I have .pdf and .sql files. Can I get it to show the correct icon for these documents in the document libraries? All the best ...

Using send-to in MOSS document library

Hi I want to use the send-to option inside a MOSS document library to move the file to a folder in the same document library. If I select the url to the folder and then try the send-to option, it tells me the folder name is too long. All the best ...

Tracking changes to a (functional) design document

Hi, I am looking for a good way to keep a design document up to date with the latest decisions. We are a small team (two developers, game designer, graphic designer, project manager, sales guy). Most of our projects last a couple of months. At the start of the project a design is made but we generally find ourselves making changes or ...

Is it possible to display an RTF file inside a web page using PHP?

I have an RTF file that I want to display inside a web page after tags have been replaced with user input. I would like to be able to display the RTF file without having to convert it to something before displaying it. Every time I try it now it gives me the popup open/save box even though I am telling it to display it inline with:...

copying a document to another library and incrementing version

I have two document libraries, let's call them libDraft and libProduction. In libDraft employees create procedures which eventually need to be copied to libProduction. I created a workflow in NINTEX 2007 which copies the document to libProductionand increment the major version (so the old file is saved in version control). Too bad this ...

Looking how to Implement Document Conversion in MOSS 2007

We've been tasked with creating a MOSS workflow that on it's final step will convert a document (most likely from word 2003 or 2007) to PDF and watermark it with the current date. So far I haven't seen a definitive way to do this. Have looked at using the MS Word Interop dlls, but we will not be installing Word (or Office) onto the ser...

Edit .doc in Word via custom Document Library DispForm.aspx

Hi! I have a document library with a workflow that dynamicly sets user permissions to edit these documents when certain criteria is met. The users who need to edit these items are not the brightest users, so to make it failsafe and simple for them I am customizing the DispForm.aspx to only show 2 fields in the Document Library. "Docu...

Changing Latex section numbering presentation

Hi all, I'm trying to change how section numbering is displayed in a Latex document I'm working on. What I want to do is this: Section Title     (i) Subsection title in normal weight         (a) Lorem ipsum (no subsubsection title being used)... I've come up with the following, but it's not right in terms of indenting etc. \renewcomm...

What's the accepted way to implement export functionality in a document-based Cocoa app?

I have a simple document-based Cocoa app that acts as a viewer for .wav files, to do a bit of frequency analysis. I'd like to be able to export the data gleaned from opened files to CSVs for further analysis in other programs. The document-based application framework in Cocoa lets you override - (NSData *)dataOfType:(NSString *)typeNam...

How to set the DOCUMENT_ROOT and site root in my local PHP dev setup?

I'm doing a job for a guy with a site online. It's an alien site to me, and I'm slowly working through the strange code. I have MAMP locally and my http://localhost/ has many client folders coming off from that. Inside this code there is a lot of $_SERVER['document_root'] commands and references like which are just getting lost on my lo...

versioning of notes in asp.net

what is the best way to allow users to edit their notes, maintain versions of the notes on each edit and also allow them to compare the selected versions of the notes. the notes would probably be entered using a WMD editor similar to the one on SO. i would be building this up on ASP.net. something similar to writeboards on basecamp. ...