String not found in a PDF

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
chuck_agari
Sr. Propeller Head
Posts: 225
Joined: Wed May 30, 2018 2:40 pm

String not found in a PDF

Post by chuck_agari »

I had a bug filed against my docs. There was a typo in a command string. I found it and fixed it, but I was not able to find the typo in the PDF when I searched for it, even though I could scroll to the page and see the string was obviously there.

The mis-typed string is "nptstat" (it should be "ntpstat"),

It is currently coded like this:

Code: Select all

 <tr>
                    <td>Outbound: 123 (NTP)</td>
                    <td>
                        <p>NTP for time synchronization services Note: On RedHat systems, you can verify that NTP is working correctly by issuing these commands: </p>
                        <p class="console_user_entry"><span class="Code">nptstat</span>
                        </p>
                        <p class="console_user_entry"><span class="Code">echo $?</span>
                        </p>
                        <p>You want the output of the last command to be a <span class="Code">0</span> if the NTP server is being accessed. See the RedHat documentation for more information on checking the status of NTP. </p>
                        <p><span class="Link">https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-Checking_the_Status_of_NTP.html</span>
                        </p>
                    </td>
                </tr>
(I am not sure the span tag is there; I have a feeling that it's leftover from when the content was imported and I applied the class to the block level tags. I will be taking the span tags out.)

What I don't understand is why, when I search the PDF for this exact string, in both Preview and Acrobat Reader, I'm not finding it. When I search in the online help version I do find it (although it's not highlighted when I go to the page, a different issue). Anyone have any ideas?
Post Reply