[
https://issues.apache.org/jira/browse/PDFBOX-2673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322079#comment-14322079
]
Tilman Hausherr commented on PDFBOX-2673:
-----------------------------------------
Can you propose a patch? Or tell a bit what you'd like? Current relevant code is
{code}String fileName = pdfFile.substring(0, pdfFile.length()-4 ) + "-" + i +
".pdf";{code}
Am I correct you'd like something like
{code}String fileName = prefix + pdfFile.substring(0, pdfFile.length()-4 ) +
"-" + i + ".pdf";{code}
?
> Add output path prefix param in PDFSplit/Splitter
> -------------------------------------------------
>
> Key: PDFBOX-2673
> URL: https://issues.apache.org/jira/browse/PDFBOX-2673
> Project: PDFBox
> Issue Type: New Feature
> Components: Utilities
> Affects Versions: 1.8.8, 2.0.0
> Reporter: Arsen Borovinskiy
> Priority: Minor
>
> Stateless framework (like php) must randomization output for concurrency safe
> split document from command line.
> Port please param -outputPrefix from PDFToImage:
> https://github.com/apache/pdfbox/blob/1.8/pdfbox/src/main/java/org/apache/pdfbox/PDFToImage.java
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]