You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried your application. It excellent split a solid block into words. But the problem is that sometimes I download pdf files which I want to convert to MS Word. Some of pdf files has been create without spaces. The majority of pdf convertors are not able to solve this problem (except Adobe Acriobat which distorted fonts) and online2pdf (keep fonts properly but has limits in file sizes).
Therefore I created a WinForm application on VB.NET where I added your library through Nuget with 2 multi-lined textBoxes (input & output). Text splitted excellent but I got a text not splitted by paragraphs.
The second suggestion (I am not sure if it is possibly). Some portion of text is bold-faced or underlined. Threfore, I have to copy these portions of text separately or after I will paste a result I will change the font manually. I am not sure if it is possible to keep the portion of text in RTF format.
I tried your application. It excellent split a solid block into words. But the problem is that sometimes I download pdf files which I want to convert to MS Word. Some of pdf files has been create without spaces. The majority of pdf convertors are not able to solve this problem (except Adobe Acriobat which distorted fonts) and online2pdf (keep fonts properly but has limits in file sizes).
Therefore I created a WinForm application on VB.NET where I added your library through Nuget with 2 multi-lined textBoxes (input & output). Text splitted excellent but I got a text not splitted by paragraphs.
The second suggestion (I am not sure if it is possibly). Some portion of text is bold-faced or underlined. Threfore, I have to copy these portions of text separately or after I will paste a result I will change the font manually. I am not sure if it is possible to keep the portion of text in RTF format.
I apologize for taking your time.