Re: [Podofo-users] Example of text removal or image extraction

2019-11-27 Thread Pietro Paolini
november 2019 07:51 Til: podofo-users@lists.sourceforge.net Emne: Re: [Podofo-users] Example of text removal or image extraction On Mon, 2019-11-25 at 18:04 +, Jacob Pedersen wrote: Basically I just need to make an identical PDF without the text. Hi, it would be much harder, but maybe you

Re: [Podofo-users] Example of text removal or image extraction

2019-11-27 Thread Jacob Pedersen
:06 Til: zyx ; podofo-users@lists.sourceforge.net Emne: Re: [Podofo-users] Example of text removal or image extraction Hi I think this is the way to go, rather than copying images over. Removing text could be done by either; 1. Replace chars in text draw commands with spaces. I guess it would

Re: [Podofo-users] Example of text removal or image extraction

2019-11-25 Thread Jacob Pedersen
. november 2019 18:57 Til: podofo-users@lists.sourceforge.net Emne: Re: [Podofo-users] Example of text removal or image extraction On Mon, 2019-11-25 at 15:15 +, Jacob Pedersen wrote: > I now see that rendering is not supported. Hi, rendering is supported, it's only called draw

Re: [Podofo-users] Example of text removal or image extraction

2019-11-25 Thread zyx
On Mon, 2019-11-25 at 15:15 +, Jacob Pedersen wrote: > I now see that rendering is not supported. Hi, rendering is supported, it's only called drawing/painting. See PdfPainter and the hello world example. Or do you mean anything else? > I built previous and latest version of library

Re: [Podofo-users] Example of text removal or image extraction

2019-11-20 Thread zyx
On Wed, 2019-11-20 at 09:15 +, Jacob Pedersen wrote: > Next I need to extract all the pages of PDF to a multipage TIFF where > I specify the DPI. If text removal is possible (1), I can probably > skip a step and go straight from in mem PDF without text directly to > TIFF output? Hi, I

[Podofo-users] Example of text removal or image extraction

2019-11-20 Thread Jacob Pedersen
Hi I have a multipage PDF containing text and images. I need to either; 1. Remove all text from PDF so only images remain. 2. Create a new PDF where I copy over images from source. Basically the result should be the same – a PDF with only the images of the original. Next I need to