packdat

Results 28 comments of packdat

It basically does not matter how many solutions you have in your application. As long as the assemblies (e.g. the output of the projects of your solutions) are referenced from...

I added a new command-line switch that should help you. Download the latest release (0.2.5), read the new section about the [easy way](https://github.com/packdat/SourcetrailDotnetIndexer#The-easy-way) and try it out ! With the...

Wanted to inform you that i have just finished my first version of an indexer for .net. [https://github.com/packdat/SourcetrailDotnetIndexer](https://github.com/packdat/SourcetrailDotnetIndexer) It **DOES NOT** parse C# or VB code, it works on compiled...

I think the sentence from the documentation could be written as *You can use **any** data-source but it's up to you to utilize MigraDoc and/or PdfSharp to generate a Pdf...

You are using the wrong library. This library does not support rendering PDF-Pages to bitmaps. In addition, this code: ``` using (var pageStream = new MemoryStream(page.Stream.Value)) { using (var bmp...

@kenlyon Thanks for providing the example documents. As we regularly receive documents from our customers created by tools that take the PDF-spec not too seriously, I'm always on the hunt...

FYI: I have a branch [here](https://github.com/packdat/PDFsharp-net6/tree/AcroForms) that attempts to address the issue described here (among other things). The "representation" of the AcroFields are drawn by dedicated **Field-Renderers** (one for each...

Deleted objects are now handled when saving incrementally. Note: Still untested with encrypted documents due to a lack of time.

The PDF has some interesting properties... There is a stream-object with a `/Length` entry referring to an indirect object with the ID (12 0). This indirect object is not stored...

Hi @andresdbv The metadata of the PDF states: `PDFlib 8.0.0 (Win32)` This seems to be the library used to create the PDF. I would start by asking them if they...