B
Bill Sturdevant
I need to produce PDFs from Access 2003 with bookmarks. I posted an earlier
note, and got a reply that said to look at ACGSoft's PDF and Mail Class
Library for Access.
It does indeed produce PDFs with bookmarks, but I am having some difficulty
with it. I have sent an email to their tech support but have not gotten a
response yet. I am hoping a post here will find someone who has already
solved my problem.
I create bookmarks that have 4 outline levels. Level 1 is produced for
Group0, level2 is produced for Group1, level 3 is produced for Group3 and
level 4 is produced for the Detail records. After the software produces the
first set of 4th level bookmarks, it goes back up to level 3 as it should,
but then all subsequent level 3 and 4 bookmarks end up as level 3 bookmarks
until the next level 1 is produced. In addition, any level 2 bookmarks that
should have appeared within the outline among the level 3s and 4s ends up at
the end of the group of 3s and 4s, isolated, with no levels beneath them. If
you click on the bookmarks, they go to the correct page, it is just that the
outline of the bookmarks is screwed up.
I know the logic is being processed in the proper order because within each
handler I debug.print the level number, the page and the title of the
bookmark. Level 1 has zero spaces in front of the string I print. Level 2
has 4 spaces, level has 8 spaces and level 4 has 12 spaces. In this way, I
can produce the PDF and then go back and look at the immediate window and see
that the outline structure is as it SHOULD appear in the PDF.
Has anyone run into this before? Either the software is faulty, or I am
doing something wrong.
note, and got a reply that said to look at ACGSoft's PDF and Mail Class
Library for Access.
It does indeed produce PDFs with bookmarks, but I am having some difficulty
with it. I have sent an email to their tech support but have not gotten a
response yet. I am hoping a post here will find someone who has already
solved my problem.
I create bookmarks that have 4 outline levels. Level 1 is produced for
Group0, level2 is produced for Group1, level 3 is produced for Group3 and
level 4 is produced for the Detail records. After the software produces the
first set of 4th level bookmarks, it goes back up to level 3 as it should,
but then all subsequent level 3 and 4 bookmarks end up as level 3 bookmarks
until the next level 1 is produced. In addition, any level 2 bookmarks that
should have appeared within the outline among the level 3s and 4s ends up at
the end of the group of 3s and 4s, isolated, with no levels beneath them. If
you click on the bookmarks, they go to the correct page, it is just that the
outline of the bookmarks is screwed up.
I know the logic is being processed in the proper order because within each
handler I debug.print the level number, the page and the title of the
bookmark. Level 1 has zero spaces in front of the string I print. Level 2
has 4 spaces, level has 8 spaces and level 4 has 12 spaces. In this way, I
can produce the PDF and then go back and look at the immediate window and see
that the outline structure is as it SHOULD appear in the PDF.
Has anyone run into this before? Either the software is faulty, or I am
doing something wrong.