PdfBox-Android icon indicating copy to clipboard operation
PdfBox-Android copied to clipboard

The Apache PdfBox project ported to work on Android

Results 125 PdfBox-Android issues
Sort by recently updated
recently updated
newest added

Hi! When I use PDType1Font.HELVETICA to save some Chinese text like "你好呀" to page 1, happened : Caused by: java.lang.IllegalArgumentException: U+5965 ('.notdef') is not available in the font Helvetica, encoding:...

type: bug

With this change PdfBox-Android now renders annotations that have constantOpacity set with the correct opacity. You need to make a judgement on whether this can affect other parts of drawing,...

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...

dependencies
java

**Describe the bug** Fail when setting font on android 4.4 and PdfBox 2.0.25 **To reproduce** contentStream = new PDPageContentStream(document, currentPage, PDPageContentStream.AppendMode.APPEND, false); contentStream.setFont(PDType1Font.COURIER, 10); **Expected behavior** Should nbot crash. **Actual...

type: bug

![AEDB63BB792F3D12ED16B343A25BB9C4](https://user-images.githubusercontent.com/8086629/159199780-7c87d4cb-27ac-43cf-81d7-454f79520e23.jpg) How can you help me solve the Chinese coding problem, as shown in the figure - PdfBox-Android version: [e.g. 2.0.17.0] - Android API version: [e.g. API 31]

type: bug

Bumps appcompat from 1.4.2 to 1.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.4.2&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

**Describe the bug** When rendering a black-and-white image, the image is not clear **To reproduce** pageImage = renderer.renderImage(0, 1, ImageType.RGB); **PDF example** [preview.pdf](https://github.com/TomRoush/PdfBox-Android/files/9279124/preview.pdf) **Expected behavior** Display black and white images...

type: bug

I want to open a 10 pages PDF, size is 2MB , the load time is too long. Devices information: 1, SM-T380C, android8, 3G rom , load time:17 minutes 2,...

i got null when i call PDPageTree.getInheritableAttribute(page, COSName.MEDIA_BOX) or PDPageTree.getInheritableAttribute(pdPage.cosObject, COSName.BBOX) how do i get the content area

type: bug

![issue](https://user-images.githubusercontent.com/16148588/179389031-4764d426-4333-44f3-8f3b-76bfb8b5de97.jpg) [**Describe]([created.pdf](https://github.com/TomRoush/PdfBox-Android/files/9127200/created.pdf)) the bug** A clear and concise description of what the bug is. **To reproduce** Code snippet to reproduce the behavior: ``` System.out.println("Hello world"); ``` **PDF example** Link or...

type: bug