unipdf icon indicating copy to clipboard operation
unipdf copied to clipboard

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

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

## Description UniPDF `v3.12.1` Getting pageText from ExtractPageText() and using pageText.Marks() to extract the words on a page. Bulletpoints are showing up as `x`. The problem can be seen in...

extract
feature

# Current state PDF has a feature where streams can be encrypted with a crypt filter that is specified via DecodeParms that refers to the /CF dictionary of the /Encrypt...

enhancement
core
encoding/other

To properly extract certain text in PDF, it may be necessary to detect/group lines, identify tables, equations. This may either be done post-extraction of objects or before, depending on what...

enhancement
extract
feature

**Is your feature request related to a problem? Please describe.** I would like to put information about the current chapter such as chapter number and chapter title into the page...

enhancement
creator

## Description An error occurs when rendering the attached file. Not sure what subtable is being referred to, probably either in the image format or the font. ## Expected Behavior...

bug
render

Hi @gunnsth I want to offer free fuzzing integration with Google fuzzing service, OSS-Fuzz. OSS-Fuzz is a free fuzzing infrastructure you can use to identify security vulnerabilities and stability bugs...

**Is your feature request related to a problem? Please describe.** The problem is inefficiency when simply looking for a single operand and then stopping processing. For example, if only looking...

good first issue
performance
feature

Hey guys, really enjoying using unidoc, just spotted something (and apologies if this is an oversight) The `pdfReader.Inspect` method doesn't appear to pull the JavaScript out of the following file:...

bug
enhancement

## Implement a package to interpret and utilize ICC based colorspaces. See section 8.6.5.5 ICCBased Colour Spaces (PDF32000_2008): ``` ICCBased colour spaces shall be based on a cross-platform colour profile...

feature