Problem with the bookmarks in Aspose Word.

Last post 02-08-2012, 4:58 AM by awais.hafeez. 19 replies.
Page 1 of 2 (20 items)   1 2 Next >
Sort Posts: Previous Next
  •  06-25-2007, 8:49 AM 81657

    Problem with the bookmarks in Aspose Word.

    Hi,

     

    I am using aspose.word and aspose.pdf to convert word documents into PDF. But I am running into a problem, because the text in pdf gets squeezed into less pages.

     

    My problem is, I wanted to get the page number of a text or a bookmark. I consulted with Aspose.PDF team and they created a new function GetPageNumber which returns the page number of a bookmark. Please see this forum:

    http://www.aspose.com/Community/Forums/thread/81555.aspx

     

    As per Aspose.PDF team, the Aspose.Word generates Paragraph ID as bookmark. But I want to use my application generated Bookmarks, so that after the document is converted into PDF I can get the page numbers of my bookmarks by using the GetPageNumber function in aspose.pdf.

     

    Please, let me know how can I use my bookmarks and not the Paragraph ID. Thanks very much in advance.

     

    Jerry.

     
  •  06-26-2007, 4:34 AM 81763 in reply to 81657

    Re: Problem with the bookmarks in Aspose Word.

    Hi Jerry.

     

    As you know bookmarks in MS Word and bookmarks in PDF are completely different terms. In MS Word a bookmark can be placed anywhere in the text, and it has start and end positions. In PDF a bookmark is a paragraph attribute which forces the paragraph to appear in the navigation pane or document map. In both models bookmarks are intended to refer some locations in documents.

     

    When Aspose.Words converts a document to PDF it collects the bookmarks within each paragraph and replaces references to them by paragraph ID. So in PDF there are no original bookmarks. From the user’s point of view his (her) bookmarks are “propagated” to paragraph level.

     

    If Aspose.Pdf team (Tommy) supports IDs at the text run level (Segment.ID) then we will convert bookmarks to these identifiers. From our side it’s not too difficult. But Aspose.Pdf should implement this first.

     

    This subject is not new. I found some threads in the forum which possibly can bring more clarity:

    http://www.aspose.com/Community/forums/thread/68991.aspx

    http://www.aspose.com/Community/forums/69319/ShowThread.aspx#69319 (referred by Tommy from previous one)

     

    In the further Aspose.Words is going to have its own pagination engine. So obtaining page number of any element will be possible. But we don’t give any time estimate on this.

     

     

    For support of segment IDs in conversion to PDF I created new issue #3244.

     

     

    Regards,
    Viktor Sazhaev
    Software Engineer, Aspose Auckland Team
     
  •  06-26-2007, 9:30 AM 81809 in reply to 81763

    Re: Problem with the bookmarks in Aspose Word.

    Hey Viktor,

     

    Sorry I am little confused here. So, you mean you can convert the Segment.ID to the bookmarks I have inserted into that document? If that is the case, It is totally acceptable for me. I can put the bookmark in the starting of the paragraph/segment and can get the page number of that bookmark (which is basically the Segment.ID) by using GetPageNumber function in PDF.

     

    But in either case I need to have a way to find out my own inserted bookmark’s page number and not the paragraph ID. Because these word documents are generated by my application and we cant predict the paragraph ID.

     

    When can you give me this new enhancement where segmentID will be converted into Bookmark? Thanks in advance.

     

    Jerry

     
  •  06-26-2007, 10:30 AM 81827 in reply to 81809

    Re: Problem with the bookmarks in Aspose Word.

    Jerry,

    I meant different things.

     

    Aspose.Pdf theoretically can support segment IDs in the text. But this is not supported yet. We can ask Aspose.Pdf team to implement this improvement and only after it is ready on their side make some changes in our Aspose.Words to export MS Word bookmarks as segment IDs.

     

    So the answer at this moment is no. But if you really need to have bookmarks converted to PDF let me know. I’ll escalate the problem.

     

    Thank you for understanding,
    Viktor Sazhaev
    Software Engineer, Aspose Auckland Team
     
  •  06-26-2007, 10:41 AM 81829 in reply to 81827

    Re: Problem with the bookmarks in Aspose Word.

    Yes, I definitely want my bookmarks to be carried over to the PDF document. When do you think you should be able to release this enhancement?

     

    Thanks,

    Jerry

     
  •  06-27-2007, 7:46 AM 81935 in reply to 81829

    Re: Problem with the bookmarks in Aspose Word.

    Hi Jerry.

    As I promised the issue was escalated to Aspose.Pdf team. So the initiative is on their side now. I can let you know if only they promise me anything: to include into development plan, to implement by some particular date etc. And only after that I can estimate when it could be done in Aspose.Words. Now it is one of the known limitations.

     

    Regards,
    Viktor Sazhaev
    Software Engineer, Aspose Auckland Team
     
  •  07-03-2007, 2:12 PM 82670 in reply to 81935

    Re: Problem with the bookmarks in Aspose Word.

    Hello, Is there any update on this issue?

    -Jerry

     

     
  •  07-03-2007, 2:55 PM 82676 in reply to 82670

    Re: Problem with the bookmarks in Aspose Word.

    Hi Jerry.

     

    No, there isn’t. Aspose.Pdf will notify us when anything is planned or implemented.

    The only thing I can do now is to ask them once more about this feature.

    I’ll try to fetch any time estimate from them. (Already wrote an e-mail.)

     

    Regards,
    Viktor Sazhaev
    Software Engineer, Aspose Auckland Team
     
  •  07-20-2007, 3:29 PM 84977 in reply to 82676

    Re: Problem with the bookmarks in Aspose Word.

    Hello,

    Is there any update on this issues. I been waiting for the reply since last couple weeks.

     

    Thanks,

    Pulkit Zery

     
  •  07-21-2007, 1:19 AM 84992 in reply to 84977

    Re: Problem with the bookmarks in Aspose Word.

    Hi,

    I've just contacted the Aspose.PDF team. I believe they will update you shortly.

    Thanks.


    Dmitry Vorobyev
    Fields and Reporting Team Leader
    Aspose Auckland Team
     
  •  07-21-2007, 3:22 AM 85006 in reply to 84992

    Re: Problem with the bookmarks in Aspose Word.

    Hi,

    1. ID is supported in Segment in Aspose.Pdf. We can't support bookmark like MS Word since there is NO such bookmark in PDF.

    2. In the next hotfix which will be published next monday, we will support GetPageNumber() from segment ID.

    So I think now what we need is Aspose.Words exports the bookmark name as segment ID.


    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  07-24-2007, 10:22 AM 86201 in reply to 85006

    Re: Problem with the bookmarks in Aspose Word.

    Is any Aspose.Words team person is looking on this issue? I need this ASAP since this is the only loose thread we have to tie for the next version of our product. Please let me know if there are any updates on this on Aspose.Words side. Thanks very much.

     

    Best regards,

    Pulkit Zery

     
  •  07-24-2007, 10:32 AM 86206 in reply to 86201

    Re: Problem with the bookmarks in Aspose Word.

    Yes, we are working on it. We will update you here as soon as the feature is implemented.

    Thanks.


    Dmitry Vorobyev
    Fields and Reporting Team Leader
    Aspose Auckland Team
     
  •  08-16-2007, 9:13 AM 90989 in reply to 86206

    Re: Problem with the bookmarks in Aspose Word.

    Hi,

    Is there any update on this issue?

     

    Thanks,

    Jerry

     
  •  08-16-2007, 9:30 AM 90991 in reply to 90989

    Re: Problem with the bookmarks in Aspose Word.

    Hi

    Unfortunately, it is unresolved. We will post notification here in this thread as soon as it will be done.

    Best regards.

    Aleksey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
Page 1 of 2 (20 items)   1 2 Next >
View as RSS news feed in XML