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 We have a image that is fixed size and is in 300 DPI. We want to add that image in the PDF. On doing so when we add...

creator

## Description When rendering the attached PDF, the raster image is blacked out, as can be seen below. ## Expected Behavior Expected rendering: ![image](https://user-images.githubusercontent.com/50777/70853133-d0cec080-1ea1-11ea-8a5a-e062fac8e379.png) ## Actual Behavior I used the...

bug
render

## Introduction The idea of this ticket is to collect all ideas that would make sense for next major version (v4). This is a chance for considering major updates. Ideas...

I want to separate paragraphs with a horizontal line. In order to do this I need one of two things: 1) draw lines in relative mode or 2) insert an...

In trying to test logic related to PDF content building, we ran into issues with regards to verifying content. Additionally, the API for some renderable types don't seem consistent. For...

creator

Overview of long examples with potential enhancements: | Example | #Lines | Comment | |----------|---------|------------| | pages/pdf_merge_advanced.go | 334 | Advanced merging - done in unicli/pdf | | page/pdf_list_images.go |...

[A simple neural network module for relational reasoning.pdf](https://github.com/unidoc/unidoc/files/1199222/A.simple.neural.network.module.for.relational.reasoning.pdf)

bug
encoding/image

## Description We have migrated from v 3.0.3 to 3.14.0 to get the table extraction features. The extractText function behaviour has changed when the line is part of a table,...

We are using unipdf to create some realy nice looking PDF reports. The only thing we are really missing a a nice charting library. There does not seem to be...

I want to extract vector lines from pdf files, such as its coordinates, Can UniPDF do it?