Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - outlines Bookmark problem
  FAQ FAQ  Forum Search   Register Register  Login Login

outlines Bookmark problem

 Post Reply Post Reply
Author
Message
rogerad View Drop Down
Beginner
Beginner


Joined: 08 Dec 05
Location: Australia
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote rogerad Quote  Post ReplyReply Direct Link To This Post Topic: outlines Bookmark problem
    Posted: 20 Dec 05 at 7:47PM

The following routine works correctly on Adobe reader help file. But when i try it on the ISEDQUICK PDF help file i receive rubbish. The isedquicxkpdf help file produces only 1 outline title that contains illegible characters. But the Adobe reader help file contains ALL LEVEL 0 headings

 


  id := QPbook.GetFirstOutline;
     begin
     while id > 0 do

  begin
    if StopRunningSwitch = True then
      break;
    Application.ProcessMessages;
   
    gblbookid := QPbook.OutlineID(id);
    gblbooktitle := QPbook.OutlineTitle(id);

    gblbookpage := QPbook.GetOutlinePage(id);
    GBLBookid := id;
    StatusBar1.Panels[2].Text := 'bookmark no  =  ' + IntToStr(i);
    StatusBar1.Repaint;
         AddBookmark;

       id := QPbook.GetNextOutline(id)  ;
       GBLBookid := id;
   
  end;

 

 

 

 

roger adams
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store