-
I am working on ASP.NET Core app and cannot find a solution for displaying SSRS reports. With the absents of "Microsoft.Reporting.WebForm" no longer works. What is the best practice for displaying SSR…
-
### Description
I am developing Xamarin forms application where I want printing functionality for e.g. Invoice I can generate in XAML now this XAML I have to print and share via PDF how would I …
-
My report has Trebuchet MS and Arial, but when I open the exported PDF in Acrobat Reader all fonts are Arial or Arial Bold. I tried changing the font to Verdana but I got the same result.
I'm using t…
-
When opening a PDF/A-Document with the following code I get a NullReferenceException:
```
PdfReader.Open(pdfFileName, PdfDocumentOpenMode.ReadOnly));
```
> The exception is:
> Syst…
-
## Steps to reproduce:
* Create a new console application;
* Add a NuGet reference: `Install-Package PDFsharp-gdi -Version 1.50.4619-beta4c`;
* Copy the code from the "Hello World" sample applicati…
-
The issue is pretty simple to reproduce: add an image and set the encryption of the document. The result is a broken document (Adobe Reader alerts that), and not image displayed. Other objects seem re…
-
I'm not sure I understand what PDFRreader.TestPdfFile is doing... but its whats being run inside XImage.ExistsFile. This is somewhat problematic because file does indeed exist (even though its not pro…
-
Story needs to be split (a) Visual design part of it (b) UI implementation part of it.
Visual design effort must be incremental to not impede UX Dev - needs discussions with Business/DOL+AIS Dev.
…
-
I downloaded the PDF Sharp source code from Sourceforge. When i open the solution 'BuildAll-PdfSharp.sln' in VisualStudio and try to build, i am getting following build errors
Error 14 Metadata fi…
-
Hi guys,
Currently I am suffering a null reference exception when calling the static function
PdfReader.Open(Stream stream, PdfDocumentOpenMode mode).
in my case the mode is **PdfDocumentOpenMode…