Skip to content

Commit 119e91b

Browse files
vitali-prfniephaus
authored andcommitted
Add itext core libraries into library-and-framework-list.json
1 parent 4bf9d58 commit 119e91b

File tree

1 file changed

+217
-0
lines changed

1 file changed

+217
-0
lines changed

library-and-framework-list.json

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,223 @@
492492
}
493493
]
494494
},
495+
{
496+
"artifact": "com.itextpdf:barcodes",
497+
"description": "iText Core module for barcodes creation.",
498+
"details": [
499+
{
500+
"minimum_version": "8.0.4",
501+
"test_level": "fully-tested",
502+
"metadata_locations": [],
503+
"tests_locations": [
504+
"https://github.com/itext/itext-java/tree/master/native-image-test"
505+
]
506+
}
507+
]
508+
},
509+
{
510+
"artifact": "com.itextpdf:bouncy-castle-adapter",
511+
"details": [
512+
{
513+
"minimum_version": "8.0.4",
514+
"test_level": "fully-tested",
515+
"metadata_locations": [],
516+
"tests_locations": [
517+
"https://github.com/itext/itext-java/tree/master/native-image-test"
518+
]
519+
}
520+
]
521+
},
522+
{
523+
"artifact": "com.itextpdf:bouncy-castle-connector",
524+
"description": "iText Core module which allows to pick cryptography library, bouncy castle or bouncy castle fips, for PDF manipulations.",
525+
"details": [
526+
{
527+
"minimum_version": "8.0.4",
528+
"test_level": "fully-tested",
529+
"metadata_locations": [],
530+
"tests_locations": [
531+
"https://github.com/itext/itext-java/tree/master/native-image-test"
532+
]
533+
}
534+
]
535+
},
536+
{
537+
"artifact": "com.itextpdf:bouncy-castle-fips-adapter",
538+
"details": [
539+
{
540+
"minimum_version": "8.0.4",
541+
"test_level": "fully-tested",
542+
"metadata_locations": [],
543+
"tests_locations": [
544+
"https://github.com/itext/itext-java/tree/master/native-image-test"
545+
]
546+
}
547+
]
548+
},
549+
{
550+
"artifact": "com.itextpdf:commons",
551+
"details": [
552+
{
553+
"minimum_version": "8.0.4",
554+
"test_level": "fully-tested",
555+
"metadata_locations": [],
556+
"tests_locations": [
557+
"https://github.com/itext/itext-java/tree/master/native-image-test"
558+
]
559+
}
560+
]
561+
},
562+
{
563+
"artifact": "com.itextpdf:forms",
564+
"description": "iText Core module for form fields manipulations.",
565+
"details": [
566+
{
567+
"minimum_version": "8.0.4",
568+
"test_level": "fully-tested",
569+
"metadata_locations": [
570+
"https://github.com/itext/itext-java/tree/master/forms/src/main/resources/META-INF/native-image"
571+
],
572+
"tests_locations": [
573+
"https://github.com/itext/itext-java/tree/master/native-image-test"
574+
]
575+
}
576+
]
577+
},
578+
{
579+
"artifact": "com.itextpdf:io",
580+
"description": "Low level iText Core module for reading data to be used in PDF (image streams, font programs etc).",
581+
"details": [
582+
{
583+
"minimum_version": "8.0.4",
584+
"test_level": "fully-tested",
585+
"metadata_locations": [
586+
"https://github.com/itext/itext-java/tree/master/io/src/main/resources/META-INF/native-image"
587+
],
588+
"tests_locations": [
589+
"https://github.com/itext/itext-java/tree/master/native-image-test"
590+
]
591+
}
592+
]
593+
},
594+
{
595+
"artifact": "com.itextpdf:itext-core",
596+
"description": "Umbrella module which includes all iText Core modules.",
597+
"details": [
598+
{
599+
"minimum_version": "8.0.4",
600+
"test_level": "fully-tested",
601+
"metadata_locations": [],
602+
"tests_locations": [
603+
"https://github.com/itext/itext-java/tree/master/native-image-test"
604+
]
605+
}
606+
]
607+
},
608+
{
609+
"artifact": "com.itextpdf:kernel",
610+
"description": "iText Core module responsible for low level PDF creation and manipulation.",
611+
"details": [
612+
{
613+
"minimum_version": "8.0.4",
614+
"test_level": "fully-tested",
615+
"metadata_locations": [
616+
"https://github.com/itext/itext-java/tree/master/kernel/src/main/resources/META-INF/native-image"
617+
],
618+
"tests_locations": [
619+
"https://github.com/itext/itext-java/tree/master/native-image-test"
620+
]
621+
}
622+
]
623+
},
624+
{
625+
"artifact": "com.itextpdf:layout",
626+
"description": "iText Core module that performs operations of transforming abstract elements (like Paragraph, Table, List etc) into low level PDF syntax on actual document pages.",
627+
"details": [
628+
{
629+
"minimum_version": "8.0.4",
630+
"test_level": "fully-tested",
631+
"metadata_locations": [
632+
"https://github.com/itext/itext-java/tree/master/layout/src/main/resources/META-INF/native-image"
633+
],
634+
"tests_locations": [
635+
"https://github.com/itext/itext-java/tree/master/native-image-test"
636+
]
637+
}
638+
]
639+
},
640+
{
641+
"artifact": "com.itextpdf:pdfa",
642+
"description": "iText Core module to ease PDF/A documents creation.",
643+
"details": [
644+
{
645+
"minimum_version": "8.0.4",
646+
"test_level": "fully-tested",
647+
"metadata_locations": [],
648+
"tests_locations": [
649+
"https://github.com/itext/itext-java/tree/master/native-image-test"
650+
]
651+
}
652+
]
653+
},
654+
{
655+
"artifact": "com.itextpdf:pdfua",
656+
"description": "iText Core module to ease PDF/UA documents creation.",
657+
"details": [
658+
{
659+
"minimum_version": "8.0.4",
660+
"test_level": "fully-tested",
661+
"metadata_locations": [],
662+
"tests_locations": [
663+
"https://github.com/itext/itext-java/tree/master/native-image-test"
664+
]
665+
}
666+
]
667+
},
668+
{
669+
"artifact": "com.itextpdf:sign",
670+
"description": "iText Core module used to sign PDF documents and validate signatures.",
671+
"details": [
672+
{
673+
"minimum_version": "8.0.4",
674+
"test_level": "fully-tested",
675+
"metadata_locations": [],
676+
"tests_locations": [
677+
"https://github.com/itext/itext-java/tree/master/native-image-test"
678+
]
679+
}
680+
]
681+
},
682+
{
683+
"artifact": "com.itextpdf:styled-xml-parser",
684+
"description": "iText Core module to parse HTML and XML.",
685+
"details": [
686+
{
687+
"minimum_version": "8.0.4",
688+
"test_level": "fully-tested",
689+
"metadata_locations": [],
690+
"tests_locations": [
691+
"https://github.com/itext/itext-java/tree/master/native-image-test"
692+
]
693+
}
694+
]
695+
},
696+
{
697+
"artifact": "com.itextpdf:svg",
698+
"description": "iText Core module that allows you to integrate SVG images in your PDF creation and manipulation process.",
699+
"details": [
700+
{
701+
"minimum_version": "8.0.4",
702+
"test_level": "fully-tested",
703+
"metadata_locations": [
704+
"https://github.com/itext/itext-java/tree/master/svg/src/main/resources/META-INF/native-image"
705+
],
706+
"tests_locations": [
707+
"https://github.com/itext/itext-java/tree/master/native-image-test"
708+
]
709+
}
710+
]
711+
},
495712
{
496713
"artifact": "com.oracle.apm.agent.java:apm-java-agent-helidon",
497714
"description": "Oracle Application Performance Monoitoring(APM) Java Tracer for Helidon 2.x based applications",

0 commit comments

Comments
 (0)