Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
83 views

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 ...
Tim Farrelly's user avatar
0 votes
1 answer
997 views

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(...
Muneeb Hussain's user avatar
3 votes
0 answers
207 views

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, ...
Kyle Williamson's user avatar
-1 votes
2 answers
531 views

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 ...
moutaz fakhouri's user avatar
1 vote
0 answers
2k views

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 = ...
Tara's user avatar
  • 19
0 votes
1 answer
29 views

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.
Robby Ali Darmawan's user avatar
1 vote
0 answers
278 views

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 ...
DougFairhurstAssociatescom's user avatar
0 votes
0 answers
615 views

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 ...
VBAbyMBA's user avatar
  • 826
0 votes
1 answer
977 views

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 ...
Alpha's user avatar
  • 5
2 votes
4 answers
98 views

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 ...
MorganInnit's user avatar
1 vote
1 answer
1k views

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" ...
Soumen Halder's user avatar
0 votes
1 answer
2k views

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 (...
glstephens08's user avatar
0 votes
2 answers
1k views

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 ...
Joy Zalte's user avatar
  • 101
2 votes
0 answers
1k views

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: ...
J.Hun's user avatar
  • 21
0 votes
1 answer
988 views

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/...
scottpy's user avatar
0 votes
1 answer
159 views

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, ...
iPhone 7's user avatar
  • 1,751
0 votes
0 answers
591 views

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 ...
Deepak's user avatar
  • 103
2 votes
1 answer
998 views

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....
Carmen's user avatar
  • 23
0 votes
0 answers
675 views

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 ...
S_S's user avatar
  • 1,432
4 votes
1 answer
4k views

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: ...
Eray Balkanli's user avatar