|
pdftk bad characters after flatten
Message-ID:<13eaf53d-bc63-4a5c-aa5e-759e76935ca0@j4g2000yqe.googlegroups.com>
Subject:pdftk - bad characters after flatten
Date:Wed, 11 Nov 2009 10:07:33 +0100
Hi, we do have a problem when flattening a pdf trough pdftk. We are
using some special characters (central european fonts - example: =C5=A1=C4=
=BE=C5=A5=C5=BE)
that we desperately need, but after flatten these characters are
replaced with an empty space. What we are exactly doing is importing a
xfdf file in UTF format. Importing this to a pdf form file without
flatten works great.
Message-ID:<e975a667-e857-480d-8335-7d44460faee7@k17g2000yqh.googlegroups.com>
Subject:Re: pdftk - bad characters after flatten
Date:Wed, 11 Nov 2009 15:21:20 +0100
On Nov 11, 9:07=C2=A0am, gentlestone <tibor.b...@hotmail.com> wrote:
> Hi, we do have a problem when flattening a pdf trough pdftk. We are
> using some special characters (central european fonts - example: =C5=A1=
=C4=BE=C5=A5=C5=BE)
> that we desperately need, but after flatten these characters are
> replaced with an empty space. What we are exactly doing is importing a
> xfdf file in UTF format. Importing this to a pdf form file without
> flatten works great.
pdftk was built with a very old iText version that didn't support, at
the time, substitution fonts. See the thread
http://thread.gmane.org/gmane.comp.java.lib.itext.general/39983/.
Paulo
Message-ID:<a555bda3-79a0-452f-a642-aee513cd90db@a21g2000yqc.googlegroups.com>
Subject:Re: pdftk - bad characters after flatten
Date:Wed, 11 Nov 2009 16:28:14 +0100
On 11. Nov, 15:21 h., Paulo Soares <vari...@yahoo.com> wrote:
> On Nov 11, 9:07=C2=A0am, gentlestone <tibor.b...@hotmail.com> wrote:
>
> > Hi, we do have a problem when flattening a pdf trough pdftk. We are
> > using some special characters (central european fonts - example: =C5=A1=
=C4=BE=C5=A5=C5=BE)
> > that we desperately need, but after flatten these characters are
> > replaced with an empty space. What we are exactly doing is importing a
> > xfdf file in UTF format. Importing this to a pdf form file without
> > flatten works great.
>
> pdftk was built with a very old iText version that didn't support, at
> the time, substitution fonts. See the threadhttp://thread.gmane.org/gmane=
.comp.java.lib.itext.general/39983/.
>
> Paulo
thx, seems to be itext is a java library, not an end user tool, so the
only way is write a java application
have you any recomendation how to use it whitout java (in python)?
Message-ID:<aba6eaed-ed27-436e-8cee-257628f961fa@p35g2000yqh.googlegroups.com>
Subject:Re: pdftk - bad characters after flatten
Date:Wed, 11 Nov 2009 17:33:48 +0100
On Nov 11, 3:28=C2=A0pm, gentlestone <tibor.b...@hotmail.com> wrote:
> On 11. Nov, 15:21 h., Paulo Soares <vari...@yahoo.com> wrote:
>
> > On Nov 11, 9:07=C2=A0am, gentlestone <tibor.b...@hotmail.com> wrote:
>
> > > Hi, we do have a problem when flattening a pdf trough pdftk. We are
> > > using some special characters (central european fonts - example: =C5=
=A1=C4=BE=C5=A5=C5=BE)
> > > that we desperately need, but after flatten these characters are
> > > replaced with an empty space. What we are exactly doing is importing =
a
> > > xfdf file in UTF format. Importing this to a pdf form file without
> > > flatten works great.
>
> > pdftk was built with a very old iText version that didn't support, at
> > the time, substitution fonts. See the threadhttp://thread.gmane.org/gma=
ne.comp.java.lib.itext.general/39983/.
>
> > Paulo
>
> thx, seems to be itext is a java library, not an end user tool, so the
> only way is write a java application
>
> have you any recomendation how to use it whitout java (in python)?
You can use jython or iron python.
Paulo
Message-ID:<9d6cfa01-2f70-4545-bda0-c617331723a2@d21g2000yqn.googlegroups.com>
Subject:Re: pdftk - bad characters after flatten
Date:Thu, 12 Nov 2009 11:25:56 +0100
On 11. Nov, 17:33 h., Paulo Soares <vari...@yahoo.com> wrote:
> On Nov 11, 3:28=C2=A0pm, gentlestone <tibor.b...@hotmail.com> wrote:
>
>
>
> > On 11. Nov, 15:21 h., Paulo Soares <vari...@yahoo.com> wrote:
>
> > > On Nov 11, 9:07=C2=A0am, gentlestone <tibor.b...@hotmail.com> wrote:
>
> > > > Hi, we do have a problem when flattening a pdf trough pdftk. We are
> > > > using some special characters (central european fonts - example: =
=C5=A1=C4=BE=C5=A5=C5=BE)
> > > > that we desperately need, but after flatten these characters are
> > > > replaced with an empty space. What we are exactly doing is importin=
g a
> > > > xfdf file in UTF format. Importing this to a pdf form file without
> > > > flatten works great.
>
> > > pdftk was built with a very old iText version that didn't support, at
> > > the time, substitution fonts. See the threadhttp://thread.gmane.org/g=
mane.comp.java.lib.itext.general/39983/.
>
> > > Paulo
>
> > thx, seems to be itext is a java library, not an end user tool, so the
> > only way is write a java application
>
> > have you any recomendation how to use it whitout java (in python)?
>
> You can use jython or iron python.
>
> Paulo
thx, I tried write a java application with itext, it works good
jython sounds good
|