Daniel Lutz
Daniel Lutz
Currently with windows 2004 it is possible to get (not set) the name for the current virtual desktop. I wrote about it in a other [github project](https://github.com/MScholtes/VirtualDesktop/issues/10).
The heroku instance (where app is running) is dead. So there a two ways. Somebody deploys a new instance to Glitch or Heroku, creates a new GitHub App and share...
the code should not interpretate as "Load a zip archive". The example is simplified. The `data4.bin` is extracted and include with deflate comprimised data. The rest (archive and so on)...
Thank you for testing. The exact same exeption is throwing here. I dont know what byte is here the problem. The file is the deflate data of an pdf page...
Is there a way to fix it here?
It seems to be an performance overkill to remove bytewise. Is it possible to get a more concrete exception on which position the problem occur? A naive way ```csharp int...
Thd pdf specification allows that the stream can be a single deflated stream or an array of streams. But on my understanding the concatenation to one single content file happen...
is there any idea other libraries in the pdf world with own implementations of deflate can work with the data. I don't why it ends on this point because there...
@asyncritus Great work. And your result is that what i thought about the adobe pdf engine.
@piksel We don`t trail these information when we read. t seems to be that the adobe pdf engine do that with a specific update. We could identfify that the behaviour...