- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getAnnotations (0.04 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/PdfExtractor.java
protected void extractAnnotations(final PDDocument doc, final StringWriter writer) { for (final PDPage page : doc.getPages()) { try { for (final PDAnnotation annotation : page.getAnnotations()) { if (annotation instanceof final PDAnnotationFileAttachment annotationFileAttachment) { final PDFileSpecification fileSpec = annotationFileAttachment.getFile();
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 12.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/container/StandardCrawlerContainer.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.3K bytes - Viewed (0)