Class MultipleRequestMergeExample
- java.lang.Object
-
- com.cloudofficeprint.Examples.MultipleRequestMerge.MultipleRequestMergeExample
-
public class MultipleRequestMergeExample extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultipleRequestMergeExample()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
main(java.lang.String APIKey)
This is an example of how you can merge the output files generated from a single template using multiple requests.
-
-
-
Method Detail
-
main
public void main(java.lang.String APIKey) throws java.lang.Exception
This is an example of how you can merge the output files generated from a single template using multiple requests. This approach is useful if you are dealing with a lot of output files that need to be merged. There is a limit on how much data can be sent to a Cloud Office Print server, so this is useful to split one big request into multiple smaller ones. This example will take a minute to run.- Throws:
java.lang.Exception
-
-