Topic
Seitenzahl in eingebettetem FPSkript verwenden
- This topic has 2 replies and 2 voices and was last updated 15 years, 2 months ago ago by Anonym.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
25.02.2010 at 01:08 #33183AnonymGuest
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!25.02.2010 at 01:08 #33185AnonymGuestHallo,
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!09.03.2010 at 21:50 #33184Bernhard KantzParticipantYou 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] -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.