Convert a Visio Shape To Pdf
Contents
[
Hide
]
**Convert a visio shape to pdf **
The ToPdf method exposed by the Shape class can be used to convert to pdf.
The code below shows how to:
- Load a sample diagram.
- get a particular page.
- get a particular shape.
- convert shape to pdf.
Shape to Pdf
Use the following code in your .net application to convert a visio shape to pdf.