Guides
Select Page Range for Conversion
ComPDFKit Conversion SDK supports converting a specific page range. If an empty string is passed, it will convert all pages. Below is an example showing how to specify a page range during conversion:
kotlin
val wordOptions = WordOptions();
wordOptions.pageRanges = "1-3,5,7-9"