You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Kevin Brown <kb...@gmail.com> on 2013/04/04 21:58:02 UTC

Re: PDType1Font - Can't read the embedded type1C font

You're still awesome, but I'm still getting this when I use
PDFPageContentStream.setFont() on a bunch of PDFs.  Did the fix go into
1.8?




On Thu, Jan 10, 2013 at 2:31 PM, Kevin Brown <kb...@gmail.com> wrote:

> You are awesome.
>
> On Wed, Jan 9, 2013 at 2:19 AM, Andreas Lehmkuehler <an...@lehmi.de>
> wrote:
> > Hi,
> >
> > Am 31.12.2012 17:06, schrieb Kevin Brown:
> >
> >> Andreas, is this looking like it might make the 1.8 release? :)
> >
> > I won't promise it, but I guess it will. :-)
> >
> >
> >> On Wed, Dec 26, 2012 at 6:22 PM, Andreas Lehmkuehler <an...@lehmi.de>
> >> wrote:
> >>>
> >>> Hi,
> >>>
> >>> Am 19.12.2012 18:52, schrieb Kevin Brown:
> >>>
> >>>> Did you, or did anyone else, figure this out? I'm getting the same
> >>>> issue with some PDFs, but a different font:
> >>>>
> >>>> org.apache.pdfbox.pdmodel.font.PDType1Font <init>
> >>>> INFO: Can't read the embedded type1C font MNJOCJ+Palatino-Bold
> >>>>
> >>>> This is with 1.7.1
> >>>
> >>>
> >>> We improved the Type1C support recently, see [1] for further details.
> >>>
> > SNIP
> >
> >
> >>> BR
> >>> Andreas Lehmkühler
> >>> [1] https://issues.apache.org/jira/browse/PDFBOX-1473
> >
> >
> > BR
> > Andreas Lehmkühler
> >
>

Re: PDType1Font - Can't read the embedded type1C font

Posted by Andreas Lehmkuehler <an...@lehmi.de>.
Hi,


Am 04.04.2013 21:58, schrieb Kevin Brown:
> You're still awesome, but I'm still getting this when I use
> PDFPageContentStream.setFont() on a bunch of PDFs.  Did the fix go into
> 1.8?
I have the impression that there is a misunderstanding. I checked the pdf
you posted earlier and the rendering works as expected. I reread your posting
and realized that you're issue is about setting a new font, isn't it?

So let's start from the beginning. What exactly are you doing? Can you provide
some sample code/resulting pdf?

> On Thu, Jan 10, 2013 at 2:31 PM, Kevin Brown <kb...@gmail.com> wrote:
>
>> You are awesome.
>>
>> On Wed, Jan 9, 2013 at 2:19 AM, Andreas Lehmkuehler <an...@lehmi.de>
>> wrote:
>>> Hi,
>>>
>>> Am 31.12.2012 17:06, schrieb Kevin Brown:
>>>
>>>> Andreas, is this looking like it might make the 1.8 release? :)
>>>
>>> I won't promise it, but I guess it will. :-)
>>>
>>>
>>>> On Wed, Dec 26, 2012 at 6:22 PM, Andreas Lehmkuehler <an...@lehmi.de>
>>>> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> Am 19.12.2012 18:52, schrieb Kevin Brown:
>>>>>
>>>>>> Did you, or did anyone else, figure this out? I'm getting the same
>>>>>> issue with some PDFs, but a different font:
>>>>>>
>>>>>> org.apache.pdfbox.pdmodel.font.PDType1Font <init>
>>>>>> INFO: Can't read the embedded type1C font MNJOCJ+Palatino-Bold
>>>>>>
>>>>>> This is with 1.7.1
>>>>>
>>>>>
>>>>> We improved the Type1C support recently, see [1] for further details.
>>>>>
>>> SNIP

BR
Andreas Lehmkühler