Thilaka
2004-04-27 10:59:06 UTC
Hi guys,
Before printing certain files into a printer driver, i need to know before
hand,
the "Document Name" of the print job (the name of the print job) that
appears in the Printer Spooler.
When doing some testing, I found that the max length of the "Document Name"
is 63 characters.
Ie, if I were printing an HTML file where the path & the file name was
greater than 63 characters,
then in the printer spooler, only the first 63 characters are displayed.
What i need to know is whether this number 63 is a magic number or not. Ie
is there is
reason why the print job name displays ONLY 63 characters.
Example -
If i were printing the following html file into a printer,
C:\testingfolder1\testingfolder2\testingfolder3\testingfolder4\testing.html
Then in the Printer Spooler, the Document Name (name of print job would be),
file://C:\testingfolder1\testingfolder2\testingfolder3\testingf
(only 63 characters).
Best Regards,
Thilaka
Before printing certain files into a printer driver, i need to know before
hand,
the "Document Name" of the print job (the name of the print job) that
appears in the Printer Spooler.
When doing some testing, I found that the max length of the "Document Name"
is 63 characters.
Ie, if I were printing an HTML file where the path & the file name was
greater than 63 characters,
then in the printer spooler, only the first 63 characters are displayed.
What i need to know is whether this number 63 is a magic number or not. Ie
is there is
reason why the print job name displays ONLY 63 characters.
Example -
If i were printing the following html file into a printer,
C:\testingfolder1\testingfolder2\testingfolder3\testingfolder4\testing.html
Then in the Printer Spooler, the Document Name (name of print job would be),
file://C:\testingfolder1\testingfolder2\testingfolder3\testingf
(only 63 characters).
Best Regards,
Thilaka