Eliot Jones
Eliot Jones
I'm not aware of any documents which include the new-line character inside the text itself, so page.Text does not include newlines (in all situations I've seen). To work out where...
Sure, I have a version I'm planning to add which seems to work well for most documents with sensible letter order, I'll update you when it's available.
@Martin005 I don't have a formal/documented roadmap at present. To be honest I mainly just start adding features if I find them interesting when I get time and motivation to...
@Martin005 I've added a new approach and an example of extracting text from the raw letters here: + New approach: https://github.com/UglyToad/PdfPig/blob/master/examples/ExtractTextWithNewlines.cs + Roll-your-own: https://github.com/UglyToad/PdfPig/blob/master/examples/OpenDocumentAndExtractWords.cs
Hi @pclancysc if you're able to share the file please you can email it to the email mentioned in this comment please I can take a look https://github.com/UglyToad/PdfPig/issues/334#issuecomment-859037365
@simonedd is this color transparency for letters and paths? Currently it is not supported. It might be added later but since transparency is a whole chapter of the PDF specification...
Hi @dyster can you try the following package locally and see if it works or is just broken in a different way please? [PdfPig.0.1.6-alpha001.zip](https://github.com/UglyToad/PdfPig/files/7838881/PdfPig.0.1.6-alpha001.zip) https://stackoverflow.com/questions/10240029/how-do-i-install-a-nuget-package-nupkg-file-locally
@dyster this NuGet is a custom build with the CMap construction skipped if the array is empty, just want to see if that's a viable strategy or the real problem...
Hi @robtomasi I'm not quite sure from the stack trace alone why this happens since it would appear to be impossible (since it requires object resolution during the object resolution...
Hi @asbjornu unfortunately this change kind of lies outside the scope of the text extractor. When I next get some time and motivation I'll look into why the Mac and...