3,479 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
47
views
How to repeat single SSRS tablix footer on every page
I am new to SSRS and the report builder.
I have the following report that has a row group with a header and several footer rows. I need to repeat one of the footer rows on every page but when I do ...
-2
votes
1
answer
212
views
Can you read the footer of a workbook without opening it?
I'm searching through approximately 600,000 Excel files once per year (30,000-50,000 files on a more regular basis).
I'm looking for all files made using in-house templates (ignoring all the files ...
0
votes
0
answers
38
views
Load headers/footers without creating a page
I’m trying to generate a single PDF with multiple headers/footers and different page formats/orientations.
Here’s the situation:
I have a loop that dynamically changes the page format and orientation....
1
vote
1
answer
86
views
Tesseract doesn't find page numbers
I have a PDF document that I want to scan with pytesseract, but the page numbers are not recognized. The page number is not recognized on any of the pages. The PDF is written with Latex. I ried ...
0
votes
0
answers
41
views
Vuetify <v-row flex‐nowrap> with fixed‐width <v-col> overflows <v-dialog> and footer won’t stick to expanded edges
I’m building a in Vue 2 + Vuetify where I have a flex-nowrap row of fixed‐width
v-col s that naturally overflow the dialog’s 95% width.
I want a footer with three cards (image, pricing, description) ...
0
votes
1
answer
91
views
Check if React Native screen has completed rendering
I have made a React Native app. In this app, I have made a footer. This footer has been added to each screen using the App.js file:
function ScreenWithFooter({ "component": Component, ......
-2
votes
1
answer
167
views
Why is my footer image appearing after content instead of sticking to the bottom of the last page when printing multi-page HTML?
function generateDischargeReport() {
// Get all form elements
const elements = {
patientName: document.getElementById("DRD.V.R1.FULLNAME"),
healthInfo: document....
0
votes
1
answer
83
views
Same header on all page files
I would like to get advice here on easy and most efficient way to have a generic or global header and footer for an html code.
Below is my html code - I have different CSS files for styling.
In the ...
0
votes
2
answers
89
views
HTML - Main-area only between Header and Footer
My Header is partly transparent (because of a background image in the body-Tag), by scrolling down the content of the main-tag you can still read the text through the header.
I want the main-tag ...
0
votes
1
answer
44
views
How to get the footer to take up the entire viewport width in Vuetify
I'm trying to have a footer that takes up the entire width of the viewport.
Using Vuetify 3.7.13.
I don't understand why, but the footer only takes up space at the center of the screen. It expands as ...
0
votes
0
answers
82
views
html to pdf with chrome PrintToPdf in document style, with header and footer
I've a simple html document, with header, main Area and footer. The main Area contains content like Texts and Tables.
I would like to print the document only with html and css to pdf. The header and ...
0
votes
0
answers
103
views
How to include common Header and footer in multiple HTML pages using only HTML? [duplicate]
I want to create common header and footer pages that are included on several html pages. I'd like to use javascript. Is there a way to do this using only html and iframe tag I want to load a header ...
0
votes
0
answers
81
views
Why does LazyVStack footer stutter when section height exceeds screen frame in SwiftUI?
I am having some issues with sticky footers on PinnedScrollableViews in SwiftUI for iOS. I am working on a LazyVStack embedded in a ScrollView with footers on each section of the LazyVStack. The size ...
0
votes
1
answer
87
views
How to add a scrollable ListView in a flexible container so that the footer adapts its position?
I am trying to make the ListView container adapt to the content by keeping a footer right below the container and not on the bottom of the page :
many tiles : ListView will be scrollable and the ...
9
votes
0
answers
487
views
Flickering and Fast-Scrolling Issues with GSAP ScrollTrigger on Safari for Footer Reveal Animation
I’m working on a Next.js project with GSAP free version, where I’ve implemented a footer reveal animation inspired by the behavior on the Raxo website. The goal is to make the footer overlap the main ...