When creating XML files for use with Aspose.Pdf you can use the help of IntelliSense to increase productivity and minimize syntax errors. To configure Visual Studio 2003/2005 IDE to use Aspose.Pdf.Xsd for IntelliSense follow the following steps.
- First download Aspose.Pdf.Xsd file.
- For Visual Studio 2003 copy the file to "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml" and for Visual Studio 2005 "C:\Program Files\Microsoft Visual Studio 8\XML\Schemas".
- Now, open or create an XML file.
- Make sure that the Namespace of the root element is Aspose.Pdf like the following: <Pdf xmlns="Aspose.Pdf"...
Now, you can get help by Visual Stuido.NET editor when creating any Aspose.Pdf element or attribute.