[ 
https://issues.apache.org/jira/browse/PDFBOX-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18093308#comment-18093308
 ] 

Tilman Hausherr edited comment on PDFBOX-6213 at 7/3/26 6:52 AM:
-----------------------------------------------------------------

[~lehmi] It's the new resource cache. I tested on the trunk and it happens in [ 
https://svn.apache.org/r1932381 ] from PDFBOX-6175. It took so long because of 
build problems on my side. There is one difference: when it works, the message 
"Using fallback YuMincho-Light for CID-keyed font Ryumin-Light" appears twice, 
when it doesn't work, it appears only once.

Also works by disabling that part of the cache:
{code:java}
document.setResourceCache(new DefaultResourceCache()
{
    @Override
    public void put(COSObject indirect, PDCIDFont font)
    {
    }
});

{code}


was (Author: tilman):
[~lehmi] It's the new resource cache. I tested on the trunk and it happens in [ 
https://svn.apache.org/r1932381 ] from PDFBOX-6175. It took so long because of 
build problems on my side. There is one difference: when it works, the message 
"Using fallback YuMincho-Light for CID-keyed font Ryumin-Light" appears twice, 
when it doesn't work, it appears only once.

> Run regression tests for 3.0.8
> ------------------------------
>
>                 Key: PDFBOX-6213
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-6213
>             Project: PDFBox
>          Issue Type: Task
>    Affects Versions: 3.0.8 PDFBox
>            Reporter: Tilman Hausherr
>            Priority: Major
>             Fix For: 3.0.8 PDFBox
>
>         Attachments: GHGQYJG3K5QLUY5FXGAXC7CMIUIDKFBV.pdf, 
> WWNU7HS7FIUK3TT2DGHTZ2T4MYPCTNYJ-p1-reduced.pdf, 
> WWNU7HS7FIUK3TT2DGHTZ2T4MYPCTNYJ.pdf, image-2026-07-01-09-06-05-142.png, 
> reports_pdfbox_3.0.7_vs_3.0.8_1.tar.xz, reports_pdfbox_3.0.7_vs_3.0.8_2.tar.xz
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to