packdat

Results 28 comments of packdat

Looks almost like a copy of [this](https://forum.pdfsharp.net/viewtopic.php?t=3741) topic in the PdfSharp-Forum. By setting `/NeedAppearances` to `true`, you're instructing Acrobat Reader to generate new Appearances (i.e. _Visuals_) for the AcroFields. This...

> You mean something like [this](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Pdf.AcroForms/PdfTextField.cs#L137=). Exactly. However note that the current code is not 100% correct, as is handles only a single annotation per AcroField. A single AcroField may...

From the [PdfReference](http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/PDF32000_2008.pdf), Chapter 7.6.3.1: > Once the document has been opened and decrypted successfully, a conforming reader technically has access to the entire contents of the document. There is...

Hi ! This is the expected behavior. As stated in the Readme under the **Disclaimer** section, because there is no source-code parsing involved, there is no or only very limited...

Specifying `-f ^System` is sufficient. As the parameter is treated as a regex-pattern, it matches all namespaces starting with _System_, i.e. **System**, **System.Buffers**, **System.Drawing**, etc.

I don't think, the PDB is the issue here. As the output states, the assembly **System.Windows.Forms** cannot be found. For assemblies that are part of the .NET Framework (like the...

Hi ! The SourcetrailDotnetIndexer is actually 2 different programs: `SourcetrailDotnetIndexer.exe` for the "classic" .NET Framework (e.g. 2.x up to 4.x) `SourcetrailDotnetCoreIndexer.exe` for the "new" .net core and .net 5+ You...

Please remove the trailing backslash from the search-path. e.g. instead of `-s "C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.7\"` use `-s "C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\5.0.7"` (the combination `\"` actually escapes the double-quote, resulting in an invalid path)...

> In Gdpr.common.Services function DepersonalizeData -- calls the function DeperzonalizeCustomer in each client by calling hub.common (another solution) ...and this calls |---- client in the solution customerApi.Controller (DeperzonalizeCustomer() ) |----client...

I just added functionality that may help you with your project. Please download the [Latest release](https://github.com/packdat/SourcetrailDotnetIndexer/releases/tag/main-6098c350) and study the paragraph [Building a multi-assembly database](https://github.com/packdat/SourcetrailDotnetIndexer/tree/main-6098c350#Building-a-multi-assembly-database) from the Readme. You can use...