[ 
https://issues.apache.org/jira/browse/PDFBOX-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891171#comment-17891171
 ] 

Andreas Lehmkühler edited comment on PDFBOX-5883 at 10/19/24 3:45 PM:
----------------------------------------------------------------------

I just realized that the question was about 3.x and I had a look at 4.x. There 
were two refactorings and yes in 3.x there isn't any way to get the value(s) of 
a CharStringCommand anymore.

3.x uses the same logic under the hood than 4.x to store the int value(s) of a 
CharStringCommand, but it isn't available


was (Author: lehmi):
I just realized that the question was about 3.x and I had a look at 4.x. There 
were two refactorings and yes in 3.x there isn't any way to get the value(s) of 
a CharStringCommand anymore

> CharStringCommand API
> ---------------------
>
>                 Key: PDFBOX-5883
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5883
>             Project: PDFBox
>          Issue Type: Wish
>            Reporter: Simon Steiner
>            Assignee: Andreas Lehmkühler
>            Priority: Major
>
> In pdfbox 2 you could do, in pdfbox 3 there doesnt seem to be a alternative:
>     private void x(CharStringCommand command) {
>         int[] value = command.getKey().getValue();



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to