Questions tagged [footnotes]

An additional piece of information printed at the bottom of a page.

An additional piece of information printed at the bottom of a page.

153 questions
-1
votes
1 answer

Programatically add footnote(image) when printing

Completely new to this and don't even know where to start. Specifically, the problem is to programmatically add a picture(JPEG) as a footnote when printing PDF/DOC/DOCX files on Windows/Mac. Most people use MS Word(on both Windows and…
Aiden
  • 93
  • 1
  • 2
  • 8
-1
votes
2 answers

How do I add footnote in PDF report using python

I need insert footnotes in my PDF report (using python). The code would produce something like: 1 This is a text . and 1 This is a footnote How I can do it?
Olga Donin
  • 69
  • 1
  • 3
-2
votes
1 answer

why Word.Application.Selection.Find.Execute does not work in footnote and endnote

why Word.Application.Selection.Find.Execute does not work in footnote and endnote? my code is: object wrap = WdFindWrap.wdFindContinue; object wdReplaceAll = WdReplace.wdReplaceAll; object text = findWhat; object replaceText = replaceWith; object…
Amir Niazi
  • 79
  • 8
1 2 3
10
11