GdPicturePDF::RemoveBookMark(int) removes all bookmarks

Discussions about PDF management.
Post Reply
gohorsey
Posts: 8
Joined: Wed Feb 04, 2015 5:46 pm

GdPicturePDF::RemoveBookMark(int) removes all bookmarks

Post by gohorsey » Thu Feb 05, 2015 11:58 pm

I am using the GdPicturePDF class to manipulate the bookmarks for a PDF. I am find that calling RemoveBookMark(int) to remove a single bookmark is actually removing ALL the bookmarks. Is this a bug?

gohorsey
Posts: 8
Joined: Wed Feb 04, 2015 5:46 pm

Re: GdPicturePDF::RemoveBookMark(int) removes all bookmarks

Post by gohorsey » Fri Feb 06, 2015 1:23 am

I am also seeing issues with the following sequence:

int b1 = NewBookMark(0, "test");
int b2 = NewBookMark(b1, "test2");
RemoveBookmark(b2);
int b3 = NewBookMark(b1, "test3"); //DOES NOT ADD?!?

int b4 = NewBookMark(0, "test4");
RemoveBookMark(b1); //REMOVES ALL BOOKMARKS - SHOULDN'T b4 still be there? It was parented to "0" too.

delbeke
Posts: 89
Joined: Wed Oct 31, 2012 5:07 pm

Re: GdPicturePDF::RemoveBookMark(int) removes all bookmarks

Post by delbeke » Fri Feb 06, 2015 11:32 am

Hi gohorsey

The problem has been reproduced. I am working on it.

Jean-Luc

gohorsey
Posts: 8
Joined: Wed Feb 04, 2015 5:46 pm

Re: GdPicturePDF::RemoveBookMark(int) removes all bookmarks

Post by gohorsey » Mon Feb 09, 2015 6:59 pm

That is great news!

Do have an idea of when we would see the bug fix delivered?

Thanks!

delbeke
Posts: 89
Joined: Wed Oct 31, 2012 5:07 pm

Re: GdPicturePDF::RemoveBookMark(int) removes all bookmarks

Post by delbeke » Tue Feb 10, 2015 5:22 pm

Hi gohorsey

The bug is fixed .The next release will be avaibled within next week.

Jean-Luc

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest