Skip to content
Advertisement

number of page of document in Java

I have the base64 and the byte[] of a pdf document, and I need to obtain from this number of page of the document how I could do it.

JavaScript

Advertisement

Answer

Your question is not quite clear. What do you mean that you have the base64 encoded byte[]? Normally you either have a base64 encoded string or an byte[].

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement