img2pdf

command module
v0.0.0-...-c1ae797 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

README

img2pdf

Images to PDF is a simple program to create PDF files from a series of image files. We can use either "jpg/jpeg" or "png" images are input.

Build Executable:

Create a module

go mod init debuggerboy/img2pdf

Get the dependencies:

go get .

Build img2pdf executable binary.

go build img2pdf.go

Invocation

We can run the img2pdf application from command-line as below:

./img2pdf --images=image1.jpg,image2.png,image3.jpeg --output demo.pdf

To-Do

  • add support ~ in input files
  • verify the output pdf file is created
  • add annotations

WARNING

This is a UNFINISHED and BUGGY application, use at your own risk. Authors claim no guarantee that the application work as expected.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL