unipdf icon indicating copy to clipboard operation
unipdf copied to clipboard

Golang PDF library for creating and processing PDF files (pure go)

Results 73 unipdf issues
Sort by recently updated
recently updated
newest added

Currently text extraction fails on some text using this font type. Need to add support for it to properly work for extraction.

enhancement
extract
fonts

## Description Font rendering error when rendering pdf with imageDevice ```go target := "taiwen.pdf" now := time.Now() reader, f, err := model.NewPdfReaderFromFile(target, nil) if err != nil { log.Fatalf("Could not...

## Description I have a simple pdf with 3 choices radio button. [radioButtonExample.pdf](https://github.com/unidoc/unipdf/files/8740215/radioButtonExample.pdf) Field data of the pdf with no radio button selection: ``` [ { "name": "RadioButton", "value": ""...

## Description With reference to discussion in https://github.com/unidoc/unipdf/pull/181 more specifically https://github.com/unidoc/unipdf/pull/181#discussion_r332704568 TextChunk is not self-sufficient when it comes to calculating its own height as it does not have a line...

enhancement
creator

Add support for decoding and encoding with the JPEG2000 standard. See section 7.4.9 JPXDecode Filter (PDF32000_2008): ``` The JPXDecode filter decodes data that has been encoded using the JPEG2000 compression...

feature

Hi ! Do you have plan to support pdf printing?

I have a partially corrupt PDF that works fine in other places I've tried it (e.g. Preview.app on mac, MyPDF, Acrobat), but when reading with UniPDF the first 3 of...

Is there a function of converting PDF files to word files

## Description I'm trying to read form from pdf with code below, but ends up with error like this "field partial name (T) not specified" ``` ReadForm(arg *ReadFormArg) (resp string,...