Insert images/documents into PDF document

We have a requirement to insert text/images/documents to the PDF using ASPOSE.PDF.
Are there any limitations to do it? Please let us know the sample codes with regard to this. Thanks

@ramanna,

You can insert text with TextFragment class, add an image into the page’s Resources collection and specify the rectangle coordinates to page. You can also add a file into the embedded file collection. Please refer to the following help topics: Add Text in an Existing PDF File, Add Image to Existing PDF File and Add Attachment to PDF