Aspose.Words and Aspose.PDF in same Assembly COM Wrapper

We have a functional COM Wrapper using Aspose.Words that does some simple insertions into a one page document. We output to a PDF. We need to set Trim/Bleed via Apose.PDF.

Can I include both Aspose.Words and Aspose.PDF in the same Visual Studio assembly with Aspose.PDF simply setting the Trim and Beed Box? So I only have one COM Wrapper working on one document.

Your insight is much needed.

Here are my using statements now.

using System;
using System.IO;
using System.Drawing;
using System.Xml;
using System.Text.RegularExpressions;
using System.Collections;
using Aspose.Words;
using Aspose.Words.Drawing;
using Aspose.Words.Saving;
using Aspose.Words.Settings;
using Aspose.Words.Fonts;
using Aspose.Words.Tables;

@adventurousbooks

Thanks for contacting support.

You can definitely try including both APIs References in your COM Wrapper project and implement their methods. Later you can register your COM Wrapper assembly to use further in Classic ASP. In case you face any issue, please feel free to let us know.