Completed
Last Updated: 14 Jun 2018 12:07 by ADMIN
The  FunctionType property is required according to PDF specification and we should always export it.

Fix available in R2 2018 SP1 release version.
Completed
Last Updated: 13 Nov 2024 08:50 by ADMIN
Release 2024.4.1106 (Q4 2024)
ADMIN
Created by: Deyan
Comments: 0
Category: PdfProcessing
Type: Feature Request
2
This allows specifying a soft mask in the external graphics state.
Unplanned
Last Updated: 18 May 2018 15:19 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: PdfProcessing
Type: Feature Request
2
Currently, there is internal API which is used by RadWordsProcessing PDF export functionality. We should consider making appropriate public API which would expose tab stops editing functionality.
Completed
Last Updated: 30 Mar 2020 06:39 by ADMIN
Release R2 2020
ADMIN
Created by: Polya
Comments: 4
Category: PdfProcessing
Type: Feature Request
6
Provide a way to change the Name of a FormField from the RadDocument.AcroForm.FormFields collection.

As a workaround, you could create a new instance of a FormField with the desired name, add the new field in the document and remove the old one. You can use the following approach:
   1) Create a new instance of FormField (with the desired name, passed in the constructor), which will play the role of a copy of a specific FormField
   2) Copy all properties from the original field (they all vary, depending on the concrete type of the FormField, for example CheckBoxField, etc.)
   3) Create a new widget for the new field, and copy all properties from the original field's widget into the new one.
   4) Remove the original field from the RadDocument.AcroForm.FormFields collection and add the new field.
   5) Remove the original widget from the corresponding page's annotation and add the new one.

Attached is a project demonstrating this approach for a CheckBoxField.
Completed
Last Updated: 02 Feb 2022 12:27 by ADMIN
Release R1 2022 SP1
ADMIN
Created by: Tanya
Comments: 9
Category: PdfProcessing
Type: Feature Request
27

Currently, NotSupportedException is thrown when trying to import a document that uses Type 3 fonts.

Update: With Release R1 2021 the import of Type 3 fonts is already developed but the export is still not supported.

Unplanned
Last Updated: 04 Oct 2018 08:44 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: PdfProcessing
Type: Feature Request
5
The hierarchical document structure is a means to describe the PDF document structure, which is currently not supported. See 10.6.1 Structure Hierarchy on 856 page of the PDF specification for details.
This document structure is an alternative to the standard PDF structure and most non-Adobe software does not support it.

The document might have been created with Adobe software like Adobe LiveCycle Designer. Very often the document contains some fallback text in the standard PDF structure like:
"Please wait... If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document."
"The document you are trying to load requires Adobe Reader 8 or higher. You may not have the Adobe Reader installed or your viewing environment may not be properly configured to use Adobe Reader. For information on how to install Adobe Reader and configure your viewing environment please see  http://www.adobe.com/go/pdf_forms_configure."
"For the best experience, open this PDF portfolio in Acrobat X, Reader X, or later."
Declined
Last Updated: 09 Jan 2025 12:30 by ADMIN
ADMIN
Created by: Tanya
Comments: 6
Category: PdfProcessing
Type: Feature Request
15

RadPdfProcessing currently supports interactive forms whose data is defined directly in the document. Add support for interactive forms based on the Adobe XML Forms Architecture (XFA). The entry is defined inside the interactive forms dictionary and refers to an XML stream containing the information of the form. More information is available on page 722 from Pdf Reference, version 1.7.

Updates:

Completed
Last Updated: 01 Oct 2018 14:00 by ADMIN
In this case, we should use a default alpha source value which is the opacity source.
Completed
Last Updated: 15 May 2024 06:28 by ADMIN
Release 2024.2.426 (2024 Q2)
ADMIN
Created by: Deyan
Comments: 4
Category: PdfProcessing
Type: Feature Request
14
Currently, when registering *.otf font file with FontsRepository.RegisterFont method an exception is thrown during the font creation. 

WORKAROUND:  The font file may be converted to TTF format (*.ttf) which is successfully registered. This conversion may be achieved with FontForge by opening the font file and then choosing File -> Generate Fonts -> TrueType -> Generate. More information on FontForge program may be found here: https://fontforge.github.io/en-US/
Completed
Last Updated: 20 Mar 2023 07:20 by ADMIN
Release R1 2023 SP1
This exception seems to be related to AES algorithm PaddingMode property. 
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: 10 Sep 2024 11:22 by ADMIN
Release 2024.3.802 (2024 Q3)
ADMIN
Created by: Anna
Comments: 6
Category: PdfProcessing
Type: Feature Request
33
Add support for a strikethrough property or strikethrough-related properties in the TextProperties class.
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: 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: 27 Jun 2023 12:39 by ADMIN
Release R2 2023 SP1
ADMIN
Created by: Deyan
Comments: 1
Category: PdfProcessing
Type: Bug Report
0
For some documents, the clippings and colors of the geometries are modified on an import-export scenario.
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.
Completed
Last Updated: 26 Oct 2018 14:46 by ADMIN
Stencil color has to be preserved for images with ImageSource when ImageMask property set to true. Not preserving it results in wrong colors (for instance the image may be visualized as a black rectangle).

Available in R1 2019 Official Release Version.
Completed
Last Updated: 02 Aug 2024 11:09 by ADMIN
Release 2024.3.802 (2024 Q3)
ADMIN
Created by: Polya
Comments: 2
Category: PdfProcessing
Type: Feature Request
12
Currently, we support inserting png, jpg and other raster graphic images. Provide a way to insert image from SVG (vector graphic image format), by creating a FormSource from its parsed XML.
Unplanned
Last Updated: 31 Aug 2022 11:23 by ADMIN
ADMIN
Created by: Boby
Comments: 4
Category: PdfProcessing
Type: Feature Request
13
Currently RadFixedDocumentInfo is used only for export of Author, Title and Description document metadata properties. This should be extended to support custom properties. We should also implement the import of RadFixedDocumentInfo.
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.