Ability to add supporting documents to the package
Tuesday, April 26, 2016 at 01:42pmI have a requirement to create a package which have multiple documents. First Document will be pdf document and other documents can be pdf or images. If it is possible can any send me a sample code.
Reply to: Ability to add supporting documents to the package
Wednesday, April 27, 2016 at 07:56pmReply to: Ability to add supporting documents to the package
Thursday, April 28, 2016 at 07:19amReply to: Ability to add supporting documents to the package
Thursday, April 28, 2016 at 09:11am.WithDocument(DocumentBuilder.NewDocumentNamed("supportDocument1") .FromStream(fileStream1, DocumentType.PDF))Depending on how your user accesses the document package will determine what they must do to view these documents. From a computer, if the supporting documents are before the document with the signature, the user will have to navigate through the supporting documents to get to the signature document like in the "documentNavigation" image attached. If they access with a mobile phone, they will jump directly to the signature page, but they'll be able to see the supporting documents by going to the menu as seen in the "documentNavigation_mobile" image attached. Hope this helps.Reply to: Ability to add supporting documents to the package
Thursday, April 28, 2016 at 09:13am