Microsoft KB Archive/169909: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
(One intermediate revision by the same user not shown)
Line 51: Line 51:


Pdfcomp.exe is the SNA Server utility that is used to compile PDF files into PDT files for use with SNA Server Print Service. If the PDF file contains tabs, the entire line is ignored. For instance, the following will cause the entire line to be ignored:
Pdfcomp.exe is the SNA Server utility that is used to compile PDF files into PDT files for use with SNA Server Print Service. If the PDF file contains tabs, the entire line is ignored. For instance, the following will cause the entire line to be ignored:
<pre class="codesample">  SBP&lt;Tab&gt;             EQU 1B 28 73 31 42  /* start bold printing
<pre class="codesample">  SBP<Tab>             EQU 1B 28 73 31 42  /* start bold printing
       */  
       */  
                 </pre>
                 </pre>

Latest revision as of 19:42, 20 July 2020

Knowledge Base


Tabs Are Not Processed Correctly by Pdfcomp.exe

Article ID: 169909

Article Last Modified on 6/29/2004



APPLIES TO

  • Microsoft SNA Server 3.0 Service Pack 4
  • Microsoft SNA Server 4.0



This article was previously published under Q169909


SYMPTOMS

Pdfcomp.exe is the SNA Server utility that is used to compile PDF files into PDT files for use with SNA Server Print Service. If the PDF file contains tabs, the entire line is ignored. For instance, the following will cause the entire line to be ignored:

   SBP<Tab>              EQU 1B 28 73 31 42   /* start bold printing
      */ 
                

STATUS

Microsoft has confirmed this to be a problem in SNA Server versions 3.0 and 3.0 Service Pack 1 (SP1). This problem was corrected in the latest SNA Server version 3.0 U.S. Service Pack. For information on obtaining this Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

S E R V P A C K


Keywords: kbbug kbfix kbnetwork KB169909