document

Sharepoint Document Library Schema.xml Customization

Hi I am trying to add a custom field to the Schema.xml of Document library in sharepoint here is the code that I took from a blog In the ID i have to put the guid to do so do I have to add my own guid or do i have to query the sharepoint database and find the guid and paste it there... If i have to get it from sharepoint database...

any lib / api for filling in the field in microsft doc ?

Hi, I got a document that need to be filled in (it was in microsoft word doc), I have no idea how to filled in / integrated with my current web apps. is there any good java api / lib that could be used ? preferrably the free one. here is the example of doc that need to be filled in. http://drop.io/callmeblessed/asset/debt-agremeent-c...

Cannot select/edit TineMCE-generated table

I'm currently using TinyMCE edit in my drupal-website, problem is that beneath the editor, some of the table is sticking out. If I remove the height set by javascript with firebug, it looks fine, even after resizing. So I want to remove the height with JS, I've put this function at the end of my page: $('table#edit-body_tbl').removeAt...

How to create custom workflow in SPD 2010 to move a document from one doc library to another doc library

Tell me how to create a custom workflow in sharepoint designer 2010 to move a document/item in one document library(say "Proposals") to another document library(say "Approved") after the document/item gets approved. ...

How to open Word document from commandline on certain page or similar

I want from my java code to open word document. But not just to open the document but also to open on exact page or paragraph. Any ideas or guidelines? NEWS! I found out that I can put bookmarks on specified places in the document ant then when I open the document I can go to them with Macro. Also Macro can be specified when you open d...

SharePoint Document management Example

Hi All, I Need an example that will illustrate SharePoint Document management process in details. Any link,Case study for SharePoint document management will be appriciable. Thanks Sachin... ...

What is wrong with these jquery statements?

I cant able to get this jquery statement to work on page load but it works once when i refresh F5 the page..... <div id="ResultsDiv"> </div> <div id="pager" class="pager"> </div> <input id="HfId" type="hidden" /> <script type="text/javascript"> var itemsPerPage = 5; $(document).ready(function() { ...

LaTeX book class: Twosided document with wrong margins

I am trying to write my thesis in latex... Cannot get the layout straight though :? I'm using the following document class: \documentclass[11pt,a4paper,twoside,openright]{book} My problem is: on the odd numbered pages there is a big margin right, and a small margin left - it should be the other way round... (for binding & stuff) I am ...

There is no web named - Sharepoint Event Hander

I activated following code with feature (web level scope). Now when i add an item to any document library it should create a folder "". No folder is created and no error is given either. can anyone see what's is going on? I got the following from the log file. I found similar code all over google so I am kinda puzzled why is not working...

Firefox: how to apply XSLT from plugin to opened XML document? (how to replace document with another?)

Hi! I've developed a plug-in for Firefox, that can read and manipulate the content of the currently opened document. I would like to apply a XLST to the document in case it is XML. I have no problem to read the XML document and apply a XSLT to it in memory, however, I have no idea of how to replace the existing document with the newly c...

No norwegian characters in LaTeX

Hi, I have translated a document from English to Norwegian in the LaTeX format, and while using norwegian special characters, I get an error using \usepackage[utf8x]{inputenc} to try and display the norwegian (scandinavian) special characters in PostScript/PDF/DVI format, saying Package utf8x Error: MalformedUTF-8sequence. So whi...

Load html document in javascript from text

Hello everyone! Is it possible to load an html document into a DOM javascript object so that you can read the elements in the document? For example, if I have a file on the server Test.html. Can the page Hello.html call javascript code to load Test.html into a DOM object? Please let me know. Thanks ...

Library to write an odf file from a C program

Does anyone know of a library that will allow me to write an odt (Open Document Format, i.e. OpenOffice compatible) file from a C program? ...

iPhone - how to store documents consisting of multiple images?

My iPhone (actually, iPad) app creates documents that consist of several images, plus a bit of metadata. What's the best practice for storing these sorts of documents on disk? I see two main options: Create a folder for each document, and store my images as separate PNG files within the folder (plus another little file for the metada...

Referencing a Document Class from a child MovieClip

I have a document class with a child MovieClip on the stage. I have the clip already on the stage because it's part of an complex layout provided by the designer and it seems easier to leave it on the stage than to use addChild (since I would have to add about 60 objects). What is the best way to reference the document class from inside...

How to add a column to SharePoint document library that is based on a document property

I am trying to map built-in Word document properties to Sharepoint columns. For example Word has property called Total Editing Time. How would i go about doing this in Sharepoint (or more specifically SP2010)? ...

Problem with document.location.href

Hello, I am new to Javascript and Web development and I have a question regarding the document.location.href. I am using a cookie for storing the language the user prefers and then load the english or the swedish version depending on the language. The default language in the beginning is the same as the browser's language, and my index...

Alfresco Document Management supportive of all file types?

Hi Guys, Quick question.... We're trying to make a decision on a dms here and Alfresco has been recommended to us. Is the Alfresco Document Management supportive of all file types? Thanks! ...

How can I do printing in Java with layouts instead of low level coordinates?

I need to do some printing from my Java Swing application. I have tried to use Java Tutorials, but everything is very low level, and time-consuming. I have to specify the coordinates for every line that I want to print. It is also very lowlevel to use text, because I have to use FontMetrics and calculate what space all text fills up. Is...

AS3: How to dispatch from the document class?

I have a pretty good handle on dispatching from classes other than the Document Class, but what happens when I want to dispatch an event from the Document class and have other classes listen to the document class broadcast? It seems like there are several ways to approach this (i.e using a Singleton, using composition, using MovieClip(r...