P
Ptaku25
I need so hard find in PDF file whitespaces ( the most important for me
is new line "\n" ) after each row in PDF file using Acrobat Javascript
Object version 5.0, but I don't know how to do this :-(. Because I need
to know when each line of row is finish. How to recognize if each line
is finish in PDF file ??? One of the method is find the newline sign
"\n". Do you know about other method ???
I can try use: getPageNumWords() function but this function only can
catch words but unfortunattely NOT whitespace even if I set parameter
bStrip to false:
"bStrip is a boolean indicating that punctuation and whitespace should
be removed from the
word before returning. Default is true.
Or maybe I should use other method ??? Or other SDK in other
programming language ???
How to do this ???
Regards,
Piotrek
is new line "\n" ) after each row in PDF file using Acrobat Javascript
Object version 5.0, but I don't know how to do this :-(. Because I need
to know when each line of row is finish. How to recognize if each line
is finish in PDF file ??? One of the method is find the newline sign
"\n". Do you know about other method ???
I can try use: getPageNumWords() function but this function only can
catch words but unfortunattely NOT whitespace even if I set parameter
bStrip to false:
"bStrip is a boolean indicating that punctuation and whitespace should
be removed from the
word before returning. Default is true.
Or maybe I should use other method ??? Or other SDK in other
programming language ???
How to do this ???
Regards,
Piotrek