[
https://issues.apache.org/jira/browse/PDFBOX-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989776#comment-13989776
]
David KELLER commented on PDFBOX-1767:
--------------------------------------
For example I use Lucene / SolR to index and find text in document, then I use
TextLocationHighlight to render a image with the highlighted text found.
I try to use Pdfbox to add transparent image but it fails for now, and works
perfectly with iText :-(
// @see PDFBOX-1649
// @see
http://jesseontech.blogspot.fr/2012/07/opacity-in-pdfboxs-pdpagecontentstream.html
// PDFBOX-1990, PDFBOX-1969: solution for extracting the
alpha part of ARGB image, improved tests,
// some refactoring per DRY
> Proposal of modification to add new feature like TextLocationReplace
> --------------------------------------------------------------------
>
> Key: PDFBOX-1767
> URL: https://issues.apache.org/jira/browse/PDFBOX-1767
> Project: PDFBox
> Issue Type: New Feature
> Components: PDModel
> Affects Versions: 1.8.2, 2.0.0
> Reporter: David KELLER
> Priority: Minor
> Labels: features
> Attachments: pdfbox-modified-for-2.0.0.zip, util.pdfbox.zip
>
>
> Its a work of several years (since 2009) on Pdfbox to be able to find text
> and replace it by text/image/clearText, and I want to drop it to the apache
> community.
> To do it, I needed to update 3 classes in your project :
> PDPageContentStream.java, PDFStreamEngine.java and PDFTextStripper.java
--
This message was sent by Atlassian JIRA
(v6.2#6252)