20 questions
0
votes
1
answer
83
views
Word update (2410) crashing Word when setting HeaderFooter.LinkToPrevious to False
The latest Word update (version 2410 build 16.0.18129.201000 64-bit) is crashing Word for us. We believe its occurring when we set the HeaderFooter.LinkToPrevious property to False for an even page ...
0
votes
1
answer
997
views
Vlookup Formula can be placed in worksheet Header or Footer
I would like to know that how the Vlookup function can be placed in worksheet Header and Footer.
I did this in such a manner that placed a formula in Cell I2 or (Range("I2")) =IFERROR(...
3
votes
0
answers
207
views
Remove the default DateTime stamp from header when printing from TEdgeBrowser
I am using the following code to control the header and footer text of a report printed from a TEdgeBrowser (see this answer). This works and allows me to add custom header and footer text. However, ...
-1
votes
2
answers
531
views
Find and replace image in word document header and maintain the original image size and position
Recently company changed its name and logo, and we have in our section about 1600+ documents to change the company name and logo, i manage to construct the code to do the changes in the body of the ...
1
vote
0
answers
2k
views
Remove PDF header and footer with PyPDF2
I am using the library PyPDF2 to read pdf files and convert to text format. There are a number of PDF files, and using the following code:
def visitor_body(text, cm, tm, fontDict, fontSize):
y = ...
0
votes
1
answer
29
views
Recylerview set header and item from HasMap
expect result like that..
and the response from API like this
then, how to implement it use HasMap and define header and item.
please help me. thank you.
1
vote
0
answers
278
views
Is there a function that is able to recognize existing headers and footers and “flatten” them so that they cannot be changed using a pdf editor?
I am merging multiple pdf files using Java and Apache PDFBox; each file has multiple pages. Each page has footer and header on it (page number, reference number). When I flatten the files and merge ...
0
votes
0
answers
615
views
Copy Header and footer along with Section text using VBA
I have a Merged-letters Document I need to split it into individual letters.
Following code is doing exactly But it didn't copy the header and footer of each individual page. How can I make it to copy ...
0
votes
1
answer
977
views
VBA insert table in header
I want to insert 2 column and one row in header using vba. I tried the following code but it works one time and gives the error 6028 (the range cannot be deleted) other time. Can any one suggest me ...
2
votes
4
answers
98
views
How do I move this footer to the bottom?
I have this footer I'm working on, and I just can't figure out how to move it to the bottom,can somebody help me please??Thank you I tried changing the top value in CSS, etcnothing has worked so far
...
1
vote
1
answer
1k
views
How to Set Height of a PDF header, footer in c# web application(Using NReco.PdfGenerator)
I am working on a c# web application and using NReco.PdfGenerator to generate a pdf. PDF is generating fine with Header and Footer.
I am using "PageHeaderHtml" and "PageFooterHtml" ...
0
votes
1
answer
2k
views
OpenXML SpreadsheetDocument Header and Footer
I have the following code for WordprocessingDocument. I am able to edit the document with OpenXMl and remove then add back the header and footer with the updated company information.
using (...
0
votes
2
answers
1k
views
Typo3: How can i set common data in header and footer like logo?
I want to set a dynamic logo for mobile and desktop versions in header footer.
I want to set an email, phone number and address in the footer. how can I set all data in one place?
Should I store every ...
2
votes
0
answers
1k
views
VBA Runtime error '1004' code on formatting page footer/header
When I run the VBA code to set-up and format the footer for the Excel page, I get 1004 Runtime error - "Unable to set the CenterFooter property of the PageSetup class". The code is below:
...
0
votes
1
answer
988
views
Using excel VBA to change format of headers/footers date and time in powerpoint
I currently have the following set up. Everything is working fine, except .DateAndTime.Format is not changing the date format in the bottom left hand corner of the slide. The date is visible as 4/10/...
0
votes
1
answer
159
views
Access components of custom header view
A custom header class is created for the header, view using xib. Trying to get the value of UITextField from that header class. Below is the code:
func tableView(_ tableView: UITableView, ...
0
votes
0
answers
591
views
Append header and footer without overlapping the existing content in the pdf using ITEXT API JAVA
In our application, we store PDF in the server and users download it. I need to add the header and footer to the PDF when it is retrieved from the server as byte array and we are using ITEXT API for ...
2
votes
1
answer
998
views
OpenXML Pagesetup (PrintOptions, pageMargins, Orientation, headerfooter) Error
I have a c# program that produces formatted Excel reports. Due to the upgrade of Office, I converted the program to use Microsoft Excel 16 Object Library. All was fine except for the pagesetup class....
0
votes
0
answers
675
views
iText PDF/A-2 Java add total page count in footer
I need to add the total page count to a PDF/A-2 document created using iText in Java. The following code is being used:
public class HeaderFooterPageEvent extends PdfPageEventHelper {
Font ...
4
votes
1
answer
4k
views
How to set a bold string to HeaderFooter.FirstHeader of an Excel File (epplus)?
I have an ExcelWorksheet item in C# that I want to add a firstheader in bold. Please note that the header should not be in any row, the content will start at Row1.
I am adding the header like:
...