You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Friedel <fr...@gmx.ch> on 2011/01/07 11:28:24 UTC

FOP 1.0: Generate PDF with plain text inside

Hi

I use FOP 1.0 on Win and UNIX and it works well. I do get PDFs with
compression switched on/off and see the size of the PDF changing.

But I also like to have a PDF with the text inside readable, not only the
objects readable. 
All I get is most of the content encoded (not readable), except the objects
(readable). 
I'd like to be able to read also the text in the PDF if I open the PDF with
an editor.

fop.xconf:
      <filterList>
        <value>null</value>
        <!-- <value>ascii-85</value> -->
        <!-- <value>ascii-hex</value> -->
      </filterList>

Is the a configuration to enable inside plain text PDF generation?

Regards,
Friedel


-- 
View this message in context: http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30612984.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: FOP 1.0: Generate PDF with plain text inside

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
Compression for content streams can be disabled using:
      <filterList type="content">
        <value>null</value>
      </filterList>


On 07.01.2011 12:52:14 Friedel wrote:
> 
> Hi Pete
> 
> thanks, I tried again. But still the same. The "obj" are readable but the
> streams are not.
> 
> If I search words found in the displayable PDF, I won't find the in the
> editor.
> 
> There are no other configuration parts for this issue?
> 
> Regards
> Friedel
> 
> 
> 
> Peter Hancock-2 wrote:
> > 
> > Hi,
> > 
> > I also have the setting
> > 
> > <filterList type="image">
> >         <value>null</value>
> > </filterList>
> > 
> > but I do not think that is relevant to your requirement.
> > 
> > Pete
> > 
> > On Fri, Jan 7, 2011 at 11:08 AM, Peter Hancock <pe...@gmail.com>
> > wrote:
> >> Hi Friedel,
> >>
> >> This is my config to supress  Flate encoding:
> >> <filterList>
> >>       <value>null</value>
> >>  </filterList>
> >>
> >> So your config should work.  Did you try it?
> >>
> >> Pete
> >>
> >>
> >> On Fri, Jan 7, 2011 at 10:28 AM, Friedel <fr...@gmx.ch> wrote:
> >>>
> >>> Hi
> >>>
> >>> I use FOP 1.0 on Win and UNIX and it works well. I do get PDFs with
> >>> compression switched on/off and see the size of the PDF changing.
> >>>
> >>> But I also like to have a PDF with the text inside readable, not only
> >>> the
> >>> objects readable.
> >>> All I get is most of the content encoded (not readable), except the
> >>> objects
> >>> (readable).
> >>> I'd like to be able to read also the text in the PDF if I open the PDF
> >>> with
> >>> an editor.
> >>>
> >>> fop.xconf:
> >>>      <filterList>
> >>>        <value>null</value>
> >>>        <!-- <value>ascii-85</value> -->
> >>>        <!-- <value>ascii-hex</value> -->
> >>>      </filterList>
> >>>
> >>> Is the a configuration to enable inside plain text PDF generation?
> >>>
> >>> Regards,
> >>> Friedel
> >>>
> >>>
> >>> --
> >>> View this message in context:
> >>> http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30612984.html
> >>> Sent from the FOP - Users mailing list archive at Nabble.com.
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> >>> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> >>>
> >>>
> >>
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> > For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> > 
> > 
> > 
> 
> -- 
> View this message in context: http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30613541.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> 




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: FOP 1.0: Generate PDF with plain text inside

Posted by Friedel <fr...@gmx.ch>.
Hi Pete

thanks, I tried again. But still the same. The "obj" are readable but the
streams are not.

If I search words found in the displayable PDF, I won't find the in the
editor.

There are no other configuration parts for this issue?

Regards
Friedel



Peter Hancock-2 wrote:
> 
> Hi,
> 
> I also have the setting
> 
> <filterList type="image">
>         <value>null</value>
> </filterList>
> 
> but I do not think that is relevant to your requirement.
> 
> Pete
> 
> On Fri, Jan 7, 2011 at 11:08 AM, Peter Hancock <pe...@gmail.com>
> wrote:
>> Hi Friedel,
>>
>> This is my config to supress  Flate encoding:
>> <filterList>
>>       <value>null</value>
>>  </filterList>
>>
>> So your config should work.  Did you try it?
>>
>> Pete
>>
>>
>> On Fri, Jan 7, 2011 at 10:28 AM, Friedel <fr...@gmx.ch> wrote:
>>>
>>> Hi
>>>
>>> I use FOP 1.0 on Win and UNIX and it works well. I do get PDFs with
>>> compression switched on/off and see the size of the PDF changing.
>>>
>>> But I also like to have a PDF with the text inside readable, not only
>>> the
>>> objects readable.
>>> All I get is most of the content encoded (not readable), except the
>>> objects
>>> (readable).
>>> I'd like to be able to read also the text in the PDF if I open the PDF
>>> with
>>> an editor.
>>>
>>> fop.xconf:
>>>      <filterList>
>>>        <value>null</value>
>>>        <!-- <value>ascii-85</value> -->
>>>        <!-- <value>ascii-hex</value> -->
>>>      </filterList>
>>>
>>> Is the a configuration to enable inside plain text PDF generation?
>>>
>>> Regards,
>>> Friedel
>>>
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30612984.html
>>> Sent from the FOP - Users mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
>>> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
>>>
>>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30613541.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: FOP 1.0: Generate PDF with plain text inside

Posted by Peter Hancock <pe...@gmail.com>.
Hi,

I also have the setting

<filterList type="image">
        <value>null</value>
</filterList>

but I do not think that is relevant to your requirement.

Pete

On Fri, Jan 7, 2011 at 11:08 AM, Peter Hancock <pe...@gmail.com> wrote:
> Hi Friedel,
>
> This is my config to supress  Flate encoding:
> <filterList>
>       <value>null</value>
>  </filterList>
>
> So your config should work.  Did you try it?
>
> Pete
>
>
> On Fri, Jan 7, 2011 at 10:28 AM, Friedel <fr...@gmx.ch> wrote:
>>
>> Hi
>>
>> I use FOP 1.0 on Win and UNIX and it works well. I do get PDFs with
>> compression switched on/off and see the size of the PDF changing.
>>
>> But I also like to have a PDF with the text inside readable, not only the
>> objects readable.
>> All I get is most of the content encoded (not readable), except the objects
>> (readable).
>> I'd like to be able to read also the text in the PDF if I open the PDF with
>> an editor.
>>
>> fop.xconf:
>>      <filterList>
>>        <value>null</value>
>>        <!-- <value>ascii-85</value> -->
>>        <!-- <value>ascii-hex</value> -->
>>      </filterList>
>>
>> Is the a configuration to enable inside plain text PDF generation?
>>
>> Regards,
>> Friedel
>>
>>
>> --
>> View this message in context: http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30612984.html
>> Sent from the FOP - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
>> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: FOP 1.0: Generate PDF with plain text inside

Posted by Peter Hancock <pe...@gmail.com>.
Hi Friedel,

This is my config to supress  Flate encoding:
<filterList>
       <value>null</value>
 </filterList>

So your config should work.  Did you try it?

Pete


On Fri, Jan 7, 2011 at 10:28 AM, Friedel <fr...@gmx.ch> wrote:
>
> Hi
>
> I use FOP 1.0 on Win and UNIX and it works well. I do get PDFs with
> compression switched on/off and see the size of the PDF changing.
>
> But I also like to have a PDF with the text inside readable, not only the
> objects readable.
> All I get is most of the content encoded (not readable), except the objects
> (readable).
> I'd like to be able to read also the text in the PDF if I open the PDF with
> an editor.
>
> fop.xconf:
>      <filterList>
>        <value>null</value>
>        <!-- <value>ascii-85</value> -->
>        <!-- <value>ascii-hex</value> -->
>      </filterList>
>
> Is the a configuration to enable inside plain text PDF generation?
>
> Regards,
> Friedel
>
>
> --
> View this message in context: http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30612984.html
> Sent from the FOP - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org