How To Add Header & Footer In PDF file In Go

Опубликовано: 06 Октябрь 2024
на канале: UniDoc - Professional Go Libraries
424
2

In this tutorial we will learn how to add Header & Footer in PDF file in Go. We will use UniPDF, a pure Golang library.
Chapters
00:00 Introduction
00:27 Import Packages
00:41 Create PDF Creator and Add Header
01:03 Add Image In PDF In Go
01:26 Add Simple Paragraph
01:40 Add Footer and Text In PDF
02:15 How To Add Page Number In Footer
02:41 Create PDF File In Go

UniDoc Playground where I did the coding:
https://play.unidoc.io/

UniPDF Documentation Page:
https://apidocs.unidoc.io/unipdf/v3.2...

How To Add Paragraphs, Heading & Sub-Heading In PDF:
   • How To Create Paragraphs, Add Heading...  

How To Extract Text From PDF In Go:
   • How To Extract Text From a PDF file i...  

How To Merge PDF Pages In Go:
   • How To Merge PDF Pages In Go (using U...  

How To Split PDF Files In Go:
   • How To Split PDF Files In Go  - Using...  

Please share your suggestions or questions in the comments section.