Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for PDComplexFileSpecification (0.1 seconds)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractor.java

        protected void processEmbeddedDocNames(final Map<String, PDComplexFileSpecification> embeddedFileNames, final StringWriter writer) {
            if (embeddedFileNames == null || embeddedFileNames.isEmpty()) {
                return;
            }
    
            for (final Map.Entry<String, PDComplexFileSpecification> ent : embeddedFileNames.entrySet()) {
                final PDComplexFileSpecification spec = ent.getValue();
                if (spec != null) {
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sun Nov 23 12:19:14 GMT 2025
    - 12.8K bytes
    - Click Count (0)
Back to Top