Hey I am using read pdf text and giving applying regex statement for my desired output
and I am getting correct Output But I want to take same formatting of text as output like if text is bold in pdf then in output we also get bold text , is there any way to do this
Hmm I think it’s possible to get those bold text but not possible to fetch with bold style
Cheers @Kuldeep_Pandey
As you are extracting the text as a string and String don’t have any formatting things
It will be plain text, So we can’t expect to fetch the pdf using the bold text
Hope this clears you
Thanks,
Srini
Hi @Kuldeep_Pandey ,
We can ask you the requirement in other way, Why do you need the text extracted in the same format ? What is the actual requirement ? Where is the extracted text need to be saved or used ?