Re: PDFImageWriter

2016-04-13 Thread Tilman Hausherr
Am 14.04.2016 um 01:17 schrieb Joseph McCay: What happened to "import org.apache.pdfbox.util.PDFImageWriter"? I can't find it in any of the jar files I have downloaded. I was trying test the solution from here

PDFImageWriter

2016-04-13 Thread Joseph McCay
What happened to "import org.apache.pdfbox.util.PDFImageWriter"? I can't find it in any of the jar files I have downloaded. I was trying test the solution from here . I don't see it in the code anywhere

Re: PDFImageWriter

2014-06-13 Thread Matt Pryor
deleted here. >>> >>> Alternatives: >>> - upload it somewhere >>> - send it to me >>> - open an issue with JIRA >>> >>> Btw use loadNonSeq(..., null) which cures some problems. >>> >>> Tilman >>> >>> Am 13.06

Re: PDFImageWriter

2014-06-13 Thread Tilman Hausherr
it somewhere - send it to me - open an issue with JIRA Btw use loadNonSeq(..., null) which cures some problems. Tilman Am 13.06.2014 10:50, schrieb Matt Pryor: Hello, Do you know if there is an issue with PDFImageWriter for searchable PDFs? I have attached an example PDF, and the followin

Re: PDFImageWriter

2014-06-13 Thread Matt Pryor
ttachments are deleted here. > > Alternatives: > - upload it somewhere > - send it to me > - open an issue with JIRA > > Btw use loadNonSeq(..., null) which cures some problems. > > Tilman > > Am 13.06.2014 10:50, schrieb Matt Pryor: > >> Hello, >> >>

Re: PDFImageWriter

2014-06-13 Thread Tilman Hausherr
Hi, Most attachments are deleted here. Alternatives: - upload it somewhere - send it to me - open an issue with JIRA Btw use loadNonSeq(..., null) which cures some problems. Tilman Am 13.06.2014 10:50, schrieb Matt Pryor: Hello, Do you know if there is an issue with PDFImageWriter for

PDFImageWriter

2014-06-13 Thread Matt Pryor
Hello, Do you know if there is an issue with PDFImageWriter for searchable PDFs? I have attached an example PDF, and the following code: PDFImageWriter imageWriter = new PDFImageWriter(); PDDocument document = PDDocument.load(new File("c:\\temp\\fax-2014-06-11-16_04_47.pdf")); in

RE: Getting PDFImageWriter to honor disabled Optional Content Groups

2012-09-20 Thread Michael Karnerfors
/Michael -Original Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: den 20 september 2012 16:50 To: users@pdfbox.apache.org Subject: Re: Getting PDFImageWriter to honor disabled Optional Content Groups I don't think it will be a lot. For someone new to PDFBox

Re: Getting PDFImageWriter to honor disabled Optional Content Groups

2012-09-20 Thread Jeremias Maerki
ge- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] > Sent: den 20 september 2012 16:15 > To: users@pdfbox.apache.org > Subject: Re: Getting PDFImageWriter to honor disabled Optional Content > Groups > > Hi Michael, > I'm afraid support for optional content groups

RE: Getting PDFImageWriter to honor disabled Optional Content Groups

2012-09-20 Thread Michael Karnerfors
Hi Jeremias, Ok, understood. Do you have any sense of how much work that might be? With best regards, /Michael -Original Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: den 20 september 2012 16:15 To: users@pdfbox.apache.org Subject: Re: Getting PDFImageWriter

Re: Getting PDFImageWriter to honor disabled Optional Content Groups

2012-09-20 Thread Jeremias Maerki
arnerfors wrote: > > > Hello all, > > > > I want to use PDFBox to load a PDF file, disable an Optional Content Group, > and then use PDFImageWriter to output the resulting document to an image > file. > > > > The problem is that the image writer does not

Getting PDFImageWriter to honor disabled Optional Content Groups

2012-09-20 Thread Michael Karnerfors
Hello all, I want to use PDFBox to load a PDF file, disable an Optional Content Group, and then use PDFImageWriter to output the resulting document to an image file. The problem is that the image writer does not seem to honor the fact I disabled the OCG and still outputs the layer

PDFImageWriter writeImage to outputStream

2011-02-17 Thread Edwin S. Ramirez
Hello, I've started using PDFbox (great tool), is there a way to directly write an image generated by PDFImageWriter.writeImage to an output stream instead of a file. Are there any examples that I can look at? Thanks Edwin S. Ramirez Innovative Digital Concepts