Declined
Last Updated: 27 Apr 2018 16:33 by ADMIN
ADMIN
Created by: Brandon
Comments: 1
Category: PdfProcessing
Type: Feature Request
0
Automatically.PNG
Please find the attachment.
Sending the info on spelling error
Unplanned
Last Updated: 25 Apr 2018 07:52 by ADMIN
ADMIN
Created by: Peshito
Comments: 0
Category: PdfProcessing
Type: Feature Request
6
Text fields should support rich text strings allowing the user to use rich text elements and attributes.
Completed
Last Updated: 24 Apr 2018 14:28 by ADMIN
Currently, NotSupportedEncryptionException is thrown when PdfFileSource is initialized with an encrypted PDF file.

Available in R2 2018 Official Release Version.
Completed
Last Updated: 24 Apr 2018 11:22 by Johnathan
The NotImplementedException is thrown while getting the color from unsupported color space (for example ICC). This exception occurs during the import of shading patterns with gradient stops using this color space or during the import of tiling pattern with underlying color space.

Available in R2 2018 Official Release Version.
Completed
Last Updated: 24 Apr 2018 11:14 by ADMIN
Currently this operator is interpreted correctly only for Pattern colorspace. It also partially supports the rest of the colorspaces from R1 2018.

Available in R2 2018 Official Release Version.
Unplanned
Last Updated: 20 Apr 2018 15:19 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PdfProcessing
Type: Bug Report
1
The Matrix property seems to be incorrectly interpreted during the import process.
Completed
Last Updated: 20 Apr 2018 15:06 by ADMIN
ADMIN
Created by: Boby
Comments: 0
Category: PdfProcessing
Type: Feature Request
1
Implement the "k" and "K" color operators, which sets the color in DeviceCMYK color space. Currently graphics with color set with these operators are imported with incorrect colors.

Available in R2 2018 Official Release Version.
Unplanned
Last Updated: 05 Apr 2018 08:24 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PdfProcessing
Type: Feature Request
3
This includes loading form fields data from FDF file and saving the form fields data to FDF file.
Unplanned
Last Updated: 28 Mar 2018 13:09 by ADMIN
This would ensure preserving the existing PDF file pages and document properties untouched and additionally would allow making a few modifications to the file. By appending bytes to existing PDF file one may achieve:

 - Modifying specific pages content and properties.
 - Adding new pages to pages collection.
 - Modify some document properties (such as Bookmarks).
 - Edit interactive forms field values.
 - Add digital signatures to existing documents.
Completed
Last Updated: 28 Mar 2018 10:44 by ADMIN
ADMIN
Created by: Deyan
Comments: 15
Category: PdfProcessing
Type: Feature Request
37
Support for forms. The feature is named 'Interactive forms' in the PDF specification.

Main scenarios to consider:

- Reading of the data in the forms.

- Writing data to the forms.


Available in R2 2017 Release
Unplanned
Last Updated: 19 Mar 2018 14:17 by ADMIN
ADMIN
Created by: Tanya
Comments: 3
Category: PdfProcessing
Type: Bug Report
1
The letters are disordered after the file is exported using PdfFormatProvider.
Completed
Last Updated: 12 Mar 2018 11:13 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: PdfProcessing
Type: Bug Report
0
A NullReferenceException is thrown when trying to clone the Signature property of the field.

Available in LIB Version 2018.1.312.
Completed
Last Updated: 08 Mar 2018 09:45 by ADMIN
Although this is not a valid postscript scenario we should not throw exceptions and we should instead skip the invalid dictionary end characters.

Fix available in LIB Version 2018.1.312.
Declined
Last Updated: 20 Feb 2018 09:27 by ADMIN
Created by: Mi
Comments: 2
Category: PdfProcessing
Type: Feature Request
2
In business or enterprises there is more and more demand for PDF/A-3.

In Germany it is Zugferd for hybrid invoices, in Brazil Nota Fiscal Eletronica 2.0, in France FACTUR-X.

Also for longterm preservation it is import to support PDF/A-3.

If I would be the PM of this library this would be my number one priority!
Completed
Last Updated: 15 Feb 2018 16:07 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PdfProcessing
Type: Bug Report
1
These images are defined directly in the PDF page content stream with BI and EI operators. Currently InvalidCastException is thrown when document with such images is imported.

Available in R1 2018 SP2 release version.
Completed
Last Updated: 25 Jan 2018 13:59 by ADMIN
This happens only in cases when the Radio flag is not set and there are multiple widgets with different "ON" state names.

Available in R1 2018 SP2 version.
Completed
Last Updated: 10 Jan 2018 11:41 by ADMIN
Encryption Algorithm 4 is implemented for R1 2018 official release. This includes all encryptions except AES 256 which is related to Encryption Algorithm 5. For AES 256 you may vote and follow this feedback item:
https://feedback.telerik.com/Project/184/Feedback/Details/240154-pdfprocessing-support-encryption-algorithm-5-with-aes-256
Unplanned
Last Updated: 05 Jan 2018 08:06 by ADMIN
Currently RadPdfProcessing allows setting standard fonts using FontsRepository static properties.

However, in RadWordsProcessing font can be set only by specifying FontFamily, FontWeight and FontStyle. As there is no way to set standard fonts this way, API users cannot benefit from using these fonts which may help them achieve smaller PDF size as standard fonts may not be embedded. The same applies to RadSpreadhProcessing as well.
Completed
Last Updated: 25 Dec 2017 12:34 by ADMIN
According to PDF specification, the resources used for the dynamic appearance of fields are defined globally in AcroForm "DR" PDF property. However, there are some invalid documents which define these resources locally in the field node which causes exception in PdfProcessing implementation. As there are several such documents we may consider handling such scenario instead of throwing the exception.

Available in R3 2017 SP1 Official Release.
Unplanned
Last Updated: 15 Dec 2017 14:37 by ADMIN
Some PDF files have an additional content added before the file header (before %PDF-1.4 for example). This additional content makes all byte offsets in the document invalid, which causes the format provider to throw an exception.

At this point, to import a similar document it should be pre-processed so the content before the version header is removed before importing it.