Declined
Last Updated: 04 May 2015 08:58 by ADMIN
Created by: Benjamin
Comments: 1
Category: UI for WPF
Type: Feature Request
0
The size of the DragVisual is limited by the screen resolution and is clip to bound. (Ticket ID : 917878)
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The feature will be available in our official release 2015 Q2.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190047 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
A docx document containing a table with a single cell on the first row and some columns with preferred width set, is exported to pdf file with incorrect cell widths of the table.
The fix will be available in our latest LIB release (v. 2015.1.0323).
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Feature Request
0
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190046 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
You can set the data of an image with the LoadFromUri event, but there is no way to set the size. 
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
In the XML all merged cells have the same content, instead of only the one visible having content and the rest being empty. This sometimes causes all cells to be visible in editors.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
Created by: Heiko
Comments: 1
Category: UI for WPF
Type: Feature Request
0
It would be very nice to have some kind of repeating column header, especially when exporting to PDF.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Declined
Last Updated: 22 Feb 2017 12:33 by Siri
ADMIN
Created by: Aylin
Comments: 2
Category: UI for WPF
Type: Feature Request
6
They are exported with the /EmbeddedFiles switch. This would allow adding external files to the PDF document.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190045 
Please use the new item for commenting, voting and subscribing instead of this one.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190044 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Kammen
Comments: 0
Category: UI for WPF
Type: Feature Request
1
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190043 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 09 Jul 2020 13:33 by ADMIN
The standard fonts listed at http://docs.telerik.com/devtools/wpf/controls/radpdfprocessing/concepts/fonts#standard-fonts cannot be embedded in a document. Using one of them prevents the document from complying with PDF/A standard.
This item is migrated to the Telerik Document Processing portal: 
http://feedback.telerik.com/Project/184/Feedback/Details/190042 
Please use the new item for commenting, voting and subscribing instead of this one.
Declined
Last Updated: 04 Mar 2015 09:40 by Suzanne
If there is a way to do this, I would love to know. It is driving my users crazy.
Declined
Last Updated: 22 Feb 2017 12:37 by ADMIN
According to http://www.digitalpreservation.gov/formats/fdd/fdd000251.shtml#sign there should be two elements in the XMP-metadata to indicate the PDF/A conformance level.

Here is an example:
<rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/">
  <pdfaid:part>1</pdfaid:part>
  <pdfaid:conformance>B</pdfaid:conformance>
</rdf:Description>

or attribute version:

<rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/" pdfaid:part="1" pdfaid:conformance="B" />

See also http://www.pdfa.org/wp-content/uploads/2011/08/tn0008_predefined_xmp_properties_in_pdfa-1_2008-03-20.pdf

and http://www.aiim.org/documents/standards/PDF-A/ISO19005AppNotes.pdf