Declined
Last Updated: 18 Oct 2019 12:41 by ADMIN

To reproduce:

  doc.Pages[0].CropBox = new Rect(150, 150, doc.Pages[0].Size.Width - 30, doc.Pages[0].Size.Height - 30);

Unplanned
Last Updated: 05 Nov 2019 15:31 by MORDECHAI
Created by: MORDECHAI
Comments: 2
Category: PdfViewer
Type: Feature Request
1
I would like to be able to set a list of page numbers that will be skipped/not loaded by the PDFViewer.
Declined
Last Updated: 21 Nov 2019 07:28 by ADMIN
Created by: Jorge
Comments: 1
Category: PdfViewer
Type: Feature Request
1
Implement the import of documents containing Type 3 fonts.
Completed
Last Updated: 15 Apr 2021 15:15 by ADMIN
Release R2 2021
Completed
Last Updated: 13 Dec 2021 15:23 by ADMIN
Release R3 2021
The default radio button state is not displayed correctly with specific documents
Completed
Last Updated: 11 Aug 2023 04:05 by ADMIN

Is there a way to load this RadFixedDocument into a RadPdfViewer without writing the document to a file first and then loading it in the viewer?

Workaround:

You can achieve the desired functionality by exporting the RadFixedDocument to a MemoryStream instead of a file in the file system and then load it in the PdfViewer: 

RadFixedDocument document = CreateRadFixedDocument();

PdfFormatProvider pdfFormatProvider = new PdfFormatProvider();
Stream ms = new MemoryStream();
pdfFormatProvider.Export(document, ms);

radPdfViewer1.LoadDocument(ms);

 

Unplanned
Last Updated: 05 Mar 2021 12:14 by ADMIN
According to the PDF specification: Codes are never longer than 12 bits; therefore, entry 4095 is the last entry of the LZW table.
Completed
Last Updated: 07 May 2021 11:46 by ADMIN
Release R2 2021
One should be able to change the default SignSignatureDialog. Its buttons event handlers should be made virtual as so one can override the default behavior as well.
Unplanned
Last Updated: 27 Apr 2021 13:00 by ADMIN
The executing of the PostScriptReader`s Read method takes a lot of time when iterating content streams with many Path geometries.
Completed
Last Updated: 19 Oct 2021 04:26 by ADMIN
Release R3 2021 SP1 (LIB 2021.3.1019)
Incorrectly displayed type 3 fonts with a specific file
Completed
Last Updated: 01 Nov 2021 16:08 by ADMIN
Release R3 2021 SP1
Memory leaks when opening a large file several times. 
Unplanned
Last Updated: 29 Oct 2021 11:02 by ADMIN
The issue is reproducible only for some specific font files. The characters are displayed as rectangles. This seems to caused by incorrect glyph name and glyph id mapping.
Unplanned
Last Updated: 26 Aug 2022 05:25 by Ralf
Improve Error Handling for PdfRadViewer during document import (BackgroundWorker)
Declined
Last Updated: 27 Sep 2022 08:48 by ADMIN
Created by: Selim
Comments: 1
Category: PdfViewer
Type: Feature Request
1

Hi,

Is there a way to get version and producer metadata from imported PDF files? 

Here is how it looks in AdobeReader


Thanks in advance,

Unplanned
Last Updated: 21 Dec 2022 07:04 by Joaquin
Created by: Joaquin
Comments: 0
Category: PdfViewer
Type: Feature Request
1
Add support for XFA fields
Unplanned
Last Updated: 09 Jan 2023 10:15 by Rakesh
The selection position is wrong when each character is drawn with PDF operators.
Completed
Last Updated: 27 Mar 2023 06:36 by ADMIN
Release R1 2023 SP1 (LIB 2023.1.124)
A large image is rendered slowly and the memory consumption is huge. 
Duplicated
Last Updated: 20 Mar 2023 08:05 by ADMIN
As a result, the glyphs are not measured and positioned properly. The issue applies to the TrueType and Type1 fonts.
Unplanned
Last Updated: 13 Sep 2023 14:20 by ADMIN
If the DataError is handled, you can detect what kind of internal errors occur. The document is loaded successfully at the end. If the thumbnails menu is hidden, the load time is much faster.
Unplanned
Last Updated: 16 Oct 2023 11:55 by ADMIN

This is the result with R3 2022:

 

 

This is the result with R2 2023 SP1: