This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "[url to pdf]"; | |
| $size = "4.25x5.5"; | |
| $paper = "White Uncoated 60#"; | |
| $coating = "None"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "https://s3.amazonaws.com/kinlane-productions/pdf-samples/sample-card-425x55.pdf"; | |
| $size = "4.25x5.5"; | |
| $paper = "White Uncoated 60#"; | |
| $coating = "None"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $pdfurl = "https://s3.amazonaws.com/kinlane-productions/pdf-samples/sample-card-425x55.pdf"; | |
| $size = "4.25x5.5"; | |
| $paper = "White Uncoated 60#"; | |
| $coating = "None"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $Proof_ID = "[the id of your proof]"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/spiralnotebook/'.$Proof_ID.'/'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $pdfurl = "https://s3.amazonaws.com/kinlane-productions/pdf-samples/sample-card-425x55.pdf"; | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $curl_handle = curl_init(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $orderId = "[id of order]"; | |
| $format = "json"; | |
| $environment = "Sandbox"; | |
| $URL = 'https://developer.mimeo.com/api/flyer/orderstatus'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $frontpdfurl = "[url of PDF for front]"; | |
| $backpdfurl = "[url of PDF for back]"; | |
| $layout = "Portrait"; | |
| $fold = "No Fold"; | |
| $color = "Color"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $frontpdfurl = "[url of PDF for front]"; | |
| $backpdfurl = "[url of PDF for back]"; | |
| $layout = "Portrait"; | |
| $fold = "No Fold"; | |
| $color = "Color"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $frontpdfurl = "[url of PDF for front]"; | |
| $backpdfurl = "[url of PDF for back]"; | |
| $layout = "Portrait"; | |
| $fold = "No Fold"; | |
| $color = "Color"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $userid = "[user id]"; | |
| $userkey = "[user key]"; | |
| $frontpdfurl = "[url of PDF for front]"; | |
| $backpdfurl = "[url of PDF for back]"; | |
| $layout = "Portrait"; | |
| $fold = "No Fold"; | |
| $color = "Color"; |