Re: Help with removing images from a PDF

2012-10-16 Thread Andreas Lehmkühler
There is one small but important change, see below Andreas Lehmkuehler hat am 16. Oktober 2012 um 08:10 geschrieben: > hi, > > > Am 15.10.2012 03:56, schrieb Nicholas Tiong: > > Hi Andreas, > > > > I've commented out the 'do' line, but still cannot get rid of the images. > > > > I've basical

Re: Help with removing images from a PDF

2012-10-15 Thread Andreas Lehmkuehler
hi, Am 15.10.2012 03:56, schrieb Nicholas Tiong: Hi Andreas, I've commented out the 'do' line, but still cannot get rid of the images. I've basically opened the document and loaded the resources and then saved the document. See code below. This seems to be insufficient. Do I need to parse th

Re: Help with removing images from a PDF

2012-10-14 Thread Nicholas Tiong
Hi Andreas, I've commented out the 'do' line, but still cannot get rid of the images. I've basically opened the document and loaded the resources and then saved the document. See code below. This seems to be insufficient. Do I need to parse the PDF stream somehow? Regards, Nicholas Tiong impor

Re: Help with removing images from a PDF

2012-10-14 Thread Andreas Lehmkuehler
Hi, Am 14.10.2012 22:47, schrieb Nicholas Tiong: Hi Andreas, Thanks for your help, but I am not sure where to find this 'Do' line in pagedrawer.properties. I see that there is a package in the pdfbox jar file that is called org.apache.pdfbox.util.operator.pagedrawer, but I'm not sure where the

Re: Help with removing images from a PDF

2012-10-14 Thread Nicholas Tiong
Hi Andreas, Thanks for your help, but I am not sure where to find this 'Do' line in pagedrawer.properties. I see that there is a package in the pdfbox jar file that is called org.apache.pdfbox.util.operator.pagedrawer, but I'm not sure where the 'do' line is. I'm guessing its somewhere within the

Re: Help with removing images from a PDF

2012-10-14 Thread Andreas Lehmkuehler
Hi, Am 04.10.2012 02:58, schrieb Nicholas Tiong: Hi, I'm new here and I've just discovered PDFBox. My experience with coding is fairly basic. Based on a sample code I found here, http://stackoverflow.com/questions/6831194/how-can-i-remove-all-images-drawi ngs-from-a-pdf-file-and-leave-text-onl

Help with removing images from a PDF

2012-10-04 Thread Nicholas Tiong
Hi, I'm new here and I've just discovered PDFBox. My experience with coding is fairly basic. Based on a sample code I found here, http://stackoverflow.com/questions/6831194/how-can-i-remove-all-images-drawi ngs-from-a-pdf-file-and-leave-text-only-in-java It seems that it should work for my purpo

Help with removing images from a PDF

2012-10-03 Thread Nicholas Tiong
Hi, I'm new here and I've just discovered PDFBox. My experience with coding is fairly basic. Based on a sample code I found here, http://stackoverflow.com/questions/6831194/how-can-i-remove-all-images-drawi ngs-from-a-pdf-file-and-leave-text-only-in-java It seems that it should work for my purpo