Class PdfAttachmentUtil
java.lang.Object
org.frankframework.extensions.aspose.converters.PdfAttachmentUtil
This class will combine separate PDF files into a single PDF with attachments.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull MessagecombineFiles(@NonNull Message parent, @NonNull Message attachment, String attachmentName) Silly code due to Aspose limitations... https://forum.aspose.com/t/filespecification-from-stream-modified-is-unknown/68301/16static StringgetValidFileName(Message input, String extension) static StringgetValidFileName(Message input, String fallbackName, String extension)
-
Field Details
-
DEFAULT_FILENAME
- See Also:
-
-
Method Details
-
combineFiles
public static @NonNull Message combineFiles(@NonNull Message parent, @NonNull Message attachment, String attachmentName) throws IOException Silly code due to Aspose limitations... https://forum.aspose.com/t/filespecification-from-stream-modified-is-unknown/68301/16- Throws:
IOException
-
getValidFileName
-
getValidFileName
-