Unplanned
Last Updated: 04 Jun 2019 07:56 by ADMIN
Nelson
Created on: 28 May 2019 10:14
Category: PdfProcessing
Type: Feature Request
2
PdfProcessing: Add support for DWG format
Allow the customers to insert DWG files in the PDF documents.
2 comments
ADMIN
Tanya
Posted on: 04 Jun 2019 07:56
Hello Nelson,

Thank you for sharing your feedback.

What I can suggest as an option to insert the content in a PDF document with PdfProcessing is to convert the .dwg file to PDF using AutoCAD or other converter and then add it to the desired document. This can be achieved by merging the converted content to the RadFixedDocument instance (using the Merge() method of RadFixedDocument or through the PdfStreamWriter API) or by adding it using the FormSource object.

As you mentioned that you need to view these files, I would like to clarify that the item is logged for the PdfProcessing library which doesn't provide any UI for visualizing the document. If you need to show it, you can use one of the PdfViewer components which come with the different web and desktop suites.

Hope this information is helpful.

Regards,
Tanya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Nelson
Posted on: 28 May 2019 11:52
The ability to view AutoCAD files is welcomed by accelerating the development of applications.