Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Generic document manipulation routine

Reply
 
Old 05-21-2008   #1 (permalink)
Icarus


 
 

Generic document manipulation routine

Hi:
I'm trying to find out the best way to achieve this goal: In my University
exists an information center, this is a place with computers where students
can access the internet, do homeworks, etc.
An employee , receives students document files (when they need to print,
because there's only two printers in there) stored in a USB memory. Browse
the memory files using Windows File Explorer, selects the file and then,
doble click on it. This cause the associate application to open. Then the
employee manually goes to the application's menu and select the print
command.

Due to the printing demand, the printing PC has installed several
applications (Word, Excel, PowerPoint, Visio, Acrobat Reader, etc) in order
to print any posible file that a student wanted to print.

I'm tryinng to automate the printing by implementing a printing agent
installed on every student PC.

There's a page count restriction. Each student can print ONLY 30 pages per
day.

I have been googling arround and i could found how to get document page
count for word and power point files. But those routines are using very
specific references, for example, in case of word files, I would need to use
Word object model, and so on with other apps.

Is there a generic way to retrieve document page count no matter the
application used to create the file? I am trying to avoid the use of
application specific references or object models.

I would appreciate any comments regarding this problem.

Best regards.

Sergio



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Routine Maintenance Advice Wanted General Discussion
Convert simple ADODB routine from VBA to VB.net .NET General
Calling a JavaScript Sub-Routine VB Script
can a property let routine return a value? VB Script
re: 'Save As' routine VB Script


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46