Class MultipleRequestMergeExample


  • public class MultipleRequestMergeExample
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultipleRequestMergeExample

        public MultipleRequestMergeExample()
    • 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