Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
Re: Reading pdf files in c# For those who are not using VS, 'dotnet restore' is the magic command which will restore all nuget packages related to the project in the current directory URL: https://forum.audiogames.net/post/457223/#p457223 -- Audiogames-reflector mailing list

Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
Re: Reading pdf files in c# if one uses VS, there's even no need to use the init command. The packages are restored as soon as the project is loaded to the IDE, just on a sidenote. URL: https://forum.audiogames.net/post/457222/#p457222 -- Audiogames-reflector mailing list Audiogames

Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Reading pdf files in c# Just as a side-note, i'd recommend you to at least think about the solutions people provide without saying "yes I looked into it but it doesn't help me", just to do a 180 later and say "oh, now that I see an example (you could have googled th

Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: Reading pdf files in c# Thank you for that, you saved my day.I've never used a newget package before, so as you seem more rehersed in vs and those things, could you teal me how to add a newget package to my project? What happens if someone will compile my project with a slow

Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
Re: Reading pdf files in c# This is the example I foundhttps://www.pdftron.com/documentation/s … xtractTest URL: https://forum.audiogames.net/post/457200/#p457200 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: Reading pdf files in c# Can you back your statement with some code? Can you show how to extract text from a pdf file page by page? URL: https://forum.audiogames.net/post/457190/#p457190 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: Reading pdf files in c#

2019-08-22 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector
Re: Reading pdf files in c# PDF NET is not very big, its easily implementable./ URL: https://forum.audiogames.net/post/457182/#p457182 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Reading pdf files in c#

2019-08-21 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: Reading pdf files in c# It seemsthat the new bgt will not have pdf support in the first alfa release after all.Speaking of which, I want to inform you that the next release, if nothing else will happen in the meantime, willl be available  latest 3 weeks earliest one week from now URL

Re: Reading pdf files in c#

2019-08-21 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Re: Reading pdf files in c# @2: offcourse I did search it on googlle and I found the thing you linked here as well as another solution.Your linked to is way too big for my little game engine and my other solution works only on a file by file manner, converting from.html to .pdf and so

Re: Reading pdf files in c#

2019-08-21 Thread AudioGames . net Forum — Developers room : Hijacker via Audiogames-reflector
Re: Reading pdf files in c# Did you google your problem before? Because when I'm googling things, I find packages over packages for C#, like PDFNet, the package more powerful than everything Python has to offer, at least thats how it seems:PDFNetBest Regards.Hijacker URL: https

Reading pdf files in c#

2019-08-21 Thread AudioGames . net Forum — Developers room : bgt lover via Audiogames-reflector
Reading pdf files in c# Hy!As I was planning some new features for next release for the ultimate game kit(the new bgt), I thought that pdf reading capabilities like in balabolca would be nice for the user of UGK. So, is there any reliable pdf writer similar to pypdf2 for c#? URL: https