|
I have many documents in my Google docs. Is there any way to import to Google App docs?
Or any way to extract zipped documents in Google docs?
Started by Mirage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Features include:
scp like syntax to list and copy documents filter documents based on folders, file names supports hosted and gmail accounts syncs date stamps override with parameters) summary of operations....
You could use the gDataCopier.
|
|
Hi all,
I've a problem: my application must convert ms word documents (imported from another system) into rtf documents, in order to be manipulated with OOo APIs and to be immune from mistakes (for coding incompatibility reasons).
I ask you: how can I...
Started by hailpam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Using....
(You can esentially control an installation of Microsoft Word) and I've installed only OOo .
Another to open, create, save word documents.
Mine were extremely picky - up to the margin sizes and picture positioning .
document formatting.
|
|
In a SharePoint document library, is there any way to store the documents on the file system instead of the database?
Started by ryan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can make SharePoint store its documents outside the....
That said, you into a standard file system once they are added to a document library.
Documents in a SharePoint document library will always be hosted in the database.
|
Ask your Facebook Friends
|
What is the best way to find a user's Documents folder on XP and Vista from a batch script? Is it safe to assume that it's %USERPROFILE%\Documents?
Started by lajos on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
That'll be the place that the system knows about (although it's My Documents in XP), however you'll My Documents redirection, though, that variable should be set to whatever you redirect to with the default set to c:\documents and....
|
|
I am supposed to manage the software release process for a product release scheduled this month. Somehow, I couldn't find a good release guide for the different kinds of documentation involved in a product release. The best I could think of at the moment...
Started by Jay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Some examples of user documentation....
There isn't really a standard to what should be bundled, but easy to read and concise documentation is always good.
Anything that is necessary or helpful for the user should be bundled with the product .
|
|
Hi, I am new to VBA and this area. I would like to capture the document proporties like (document title, subject, author, team, manager,company etc...) while create or saving the document. This properties capture is must and i would like to implement ...
Started by chinnagaja on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
If you just want to be able to read (or modify) the properties, you can use the Office Document Property Reader to read and write properties of Office documents, without even needing Office installed saving the document, you can create....
|
|
Hi I need your help if you are an expert in MOSS.
I have a system that needs to upload documents into a MOSS document library.
I decided that the easiest approach for a phase 1 system would simply be to map a network path to a MOSS Document library.
The...
Started by JL on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
SharePoint does.
The standard caveats with SharePoint document libraries and file naming conventions.
|
|
How do I save an NSString as a .txt file on my apps local documents directory (UTF-8)?
Started by RexOnRoids on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
NSString *documentsDirectory = [paths objectAtIndex:0]; // Get documents directory [myString.
|
|
Please suggest material regarding the best practices for writing design documents.
Started by Jaswant Agarwal on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
As well, in particular the Goodies section , which has freeware sample documents and templates.
|
|
I'd like to create a directory in the user's 'Documents' folder, but so far I've only found out how to get the user's home directory:
javax.swing.JFileChooser fr = new javax.swing.JFileChooser(); javax.swing.filechooser.FileSystemView fw = fr.getFileSystemView...
Started by oldbeamer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
On mac (as far as I know all recent 10.x variants) the "My Documents" directory is located at (from root):
/Users/< username >/Documents
Thus it is in the "Documents" sub-directory within.
|