Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7368375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T03:39:45+00:00 2026-05-29T03:39:45+00:00

How to determine on what page(need a page number) will be each flowable after

  • 0

How to determine on what page(need a page number) will be each flowable after rendering to pdf. I was thinking to add a custom id attribute to flowable, so i will know what flowable is it. But how can i determine on what page it will be placed?
What is the best way to achieve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T03:39:46+00:00Added an answer on May 29, 2026 at 3:39 am

    I ended with following solution. Addeda an custom id flo_id to every flowable. And override method handle_flowable in BaseDocTemplate, where was checking and saving id,

    class SignDocTemplate(BaseDocTemplate):
       blocks_to_pages = {}
       def handle_flowable(self, flowables):
         f = flowables[0]
         BaseDocTemplate.handle_flowable(self, flowables)
         if hasattr(f,'flo_id'):
           if self.blocks_to_pages.has_key(self.canv._pageNumber):
              self.blocks_to_pages[self.canv._pageNumber].append(f.flo_id)
           else:
              self.blocks_to_pages[self.canv._pageNumber]= [f.flo_id,]
    

    And after building a doc it will be available at document instance in blocks_to_pages variable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to be able to determine which page the user just came from
When I am looping through each page I need to decide the size of
i have some anchors in my aspx page. i need to determine them (couse
I need to determine if user has already visited a page, for tracking unique
What is the most reliable and secure way to determine what page either sent,
I would like to determine a remote page's encoding through detection of the Content-Type
Is it possible to determine if an ASP.NET page is a postback from javascript?
How does Google Toolbar determine the language of a page to offer translation from
Is there a way to determine in the child page's code behind that is
I have an application with a launch page that needs to determine what is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.