FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder
Products and Solutions
Support and Downloads
Company
Magazine
Contact Us
Language
MyWeisang

Account settings

Topic

Seitenzahl in eingebettetem FPSkript verwenden

Home page Community FPScript Use page number in embedded FPScript

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33183
    Anonym
    Guest

    Hallo,
    ich würde gerne wissen, ob es möglich ist in einem Dokument eine FPSkript-Berechnung in Abhängigkeit von der aktuellen Seitenzahl durchzuführen? Beispielsweise soll auf jeder Seite die eigentliche Seitenzahl mal 2 angezeigt wird.
    Vielen Dank im Voraus!

    #33185
    Anonym
    Guest

    Hallo,
    ich würde gerne wissen, ob es möglich ist in einem Dokument eine FPSkript-Berechnung in Abhängigkeit von der aktuellen Seitenzahl durchzuführen? Beispielsweise soll auf jeder Seite die eigentliche Seitenzahl mal 2 angezeigt wird.
    Vielen Dank im Voraus!

    #33184
    Bernhard Kantz
    Participant

    You can recalculate the number of pages, but not the current page number.
    Example: Multiply the number of pages with 2
    [code]
    %{ThisFPObject.Pages.Count * 2}
    [/code]

    support@weisang.com

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.