pdf4me 1.0.1 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (291) hide show
  1. checksums.yaml +4 -4
  2. data/{LICENSE → LICENSE.txt} +6 -6
  3. data/README.md +124 -395
  4. data/lib/pdf4me.rb +40 -110
  5. data/lib/pdf4me/actions/complex_action.rb +64 -0
  6. data/lib/pdf4me/actions/convert_file_to_pdf.rb +30 -0
  7. data/lib/pdf4me/actions/convert_to_pdf.rb +14 -0
  8. data/lib/pdf4me/actions/create_pdf_a.rb +29 -0
  9. data/lib/pdf4me/actions/create_thumbnail.rb +55 -0
  10. data/lib/pdf4me/actions/extract_pages.rb +49 -0
  11. data/lib/pdf4me/actions/merge_two_pdfs.rb +34 -0
  12. data/lib/pdf4me/actions/optimize.rb +10 -0
  13. data/lib/pdf4me/actions/optimize_by_profile.rb +42 -0
  14. data/lib/pdf4me/actions/split_by_page_nr.rb +55 -0
  15. data/lib/pdf4me/actions/text_stamp.rb +63 -0
  16. data/lib/pdf4me/actions/wrapper_action.rb +65 -0
  17. data/lib/pdf4me/client.rb +87 -0
  18. data/lib/pdf4me/configuration.rb +9 -88
  19. data/lib/pdf4me/exceptions.rb +26 -0
  20. data/lib/pdf4me/models/base.rb +26 -0
  21. data/lib/pdf4me/models/convert_to_pdf_action.rb +26 -246
  22. data/lib/pdf4me/models/convert_to_pdf_res.rb +5 -185
  23. data/lib/pdf4me/models/doc_log.rb +12 -257
  24. data/lib/pdf4me/models/doc_metadata.rb +13 -282
  25. data/lib/pdf4me/models/document.rb +14 -282
  26. data/lib/pdf4me/models/notification.rb +8 -191
  27. data/lib/pdf4me/models/optimize_action.rb +72 -508
  28. data/lib/pdf4me/models/optimize_res.rb +5 -195
  29. data/lib/pdf4me/models/page.rb +12 -254
  30. data/lib/pdf4me/utils/assigner.rb +10 -0
  31. data/lib/pdf4me/utils/serializer.rb +43 -0
  32. data/lib/pdf4me/version.rb +1 -13
  33. data/spec/actions/create_pdf_a_spec.rb +21 -0
  34. data/spec/actions/wrapper_action_spec.rb +24 -0
  35. data/spec/files/4.pdf +0 -0
  36. data/spec/spec_helper.rb +17 -100
  37. metadata +70 -421
  38. data/Gemfile +0 -7
  39. data/Rakefile +0 -8
  40. data/docs/ActionFlow.md +0 -8
  41. data/docs/ApiUsageRes.md +0 -11
  42. data/docs/ArchiveConfig.md +0 -11
  43. data/docs/ArchiveJobReq.md +0 -12
  44. data/docs/ArchiveJobRes.md +0 -9
  45. data/docs/Color.md +0 -10
  46. data/docs/ConvertApi.md +0 -102
  47. data/docs/ConvertToPdf.md +0 -10
  48. data/docs/ConvertToPdfAction.md +0 -10
  49. data/docs/ConvertToPdfRes.md +0 -8
  50. data/docs/CreateImages.md +0 -10
  51. data/docs/CreateImagesRes.md +0 -8
  52. data/docs/CreatePdfA.md +0 -10
  53. data/docs/CreatePdfARes.md +0 -8
  54. data/docs/CustomCMSConfig.md +0 -23
  55. data/docs/DocAction.md +0 -8
  56. data/docs/DocLog.md +0 -12
  57. data/docs/DocMetadata.md +0 -16
  58. data/docs/Document.md +0 -16
  59. data/docs/DocumentApi.md +0 -203
  60. data/docs/DropDocumentReq.md +0 -20
  61. data/docs/DropDocumentRes.md +0 -15
  62. data/docs/ExecutionTrigger.md +0 -10
  63. data/docs/Extract.md +0 -10
  64. data/docs/ExtractAction.md +0 -9
  65. data/docs/ExtractApi.md +0 -102
  66. data/docs/ExtractRes.md +0 -8
  67. data/docs/GetDocumentListRes.md +0 -13
  68. data/docs/GetDocumentReq.md +0 -14
  69. data/docs/GetDocumentRes.md +0 -14
  70. data/docs/IFormFile.md +0 -13
  71. data/docs/Image.md +0 -15
  72. data/docs/ImageAction.md +0 -30
  73. data/docs/ImageApi.md +0 -107
  74. data/docs/Job.md +0 -10
  75. data/docs/JobApi.md +0 -197
  76. data/docs/JobConfig.md +0 -18
  77. data/docs/JobConfigRes.md +0 -8
  78. data/docs/KeyValuePairStringObject.md +0 -9
  79. data/docs/KeyValuePairStringString.md +0 -9
  80. data/docs/ManagementApi.md +0 -92
  81. data/docs/Merge.md +0 -10
  82. data/docs/MergeAction.md +0 -8
  83. data/docs/MergeApi.md +0 -102
  84. data/docs/MergeRes.md +0 -8
  85. data/docs/Notification.md +0 -9
  86. data/docs/OcrAction.md +0 -12
  87. data/docs/OcrApi.md +0 -57
  88. data/docs/Optimize.md +0 -10
  89. data/docs/OptimizeAction.md +0 -35
  90. data/docs/OptimizeApi.md +0 -103
  91. data/docs/OptimizeRes.md +0 -9
  92. data/docs/Page.md +0 -14
  93. data/docs/PageSelection.md +0 -10
  94. data/docs/Pdf4meAction.md +0 -12
  95. data/docs/Pdf4meDocument.md +0 -32
  96. data/docs/Pdf4meException.md +0 -8
  97. data/docs/PdfAAction.md +0 -14
  98. data/docs/PdfAApi.md +0 -102
  99. data/docs/PdfFont.md +0 -9
  100. data/docs/Pricing.md +0 -13
  101. data/docs/ProduceDocuments.md +0 -14
  102. data/docs/ProduceDocumentsRes.md +0 -8
  103. data/docs/ProduceOutput.md +0 -8
  104. data/docs/RGBSet.md +0 -10
  105. data/docs/RecognizeDocument.md +0 -10
  106. data/docs/RecognizeDocumentRes.md +0 -9
  107. data/docs/Rectangle.md +0 -11
  108. data/docs/Rotate.md +0 -10
  109. data/docs/RunJobRes.md +0 -10
  110. data/docs/SignatureConfig.md +0 -7
  111. data/docs/Split.md +0 -10
  112. data/docs/SplitAction.md +0 -11
  113. data/docs/SplitApi.md +0 -103
  114. data/docs/SplitRes.md +0 -8
  115. data/docs/Stamp.md +0 -10
  116. data/docs/StampAction.md +0 -22
  117. data/docs/StampApi.md +0 -110
  118. data/docs/StampRes.md +0 -8
  119. data/docs/StorageFolder.md +0 -10
  120. data/docs/Text.md +0 -17
  121. data/docs/Transform.md +0 -13
  122. data/docs/Translate.md +0 -9
  123. data/docs/UserFingerprint.md +0 -9
  124. data/docs/VersionRes.md +0 -8
  125. data/docs/java.md +0 -425
  126. data/lib/pdf4me/api/convert_api.rb +0 -130
  127. data/lib/pdf4me/api/document_api.rb +0 -218
  128. data/lib/pdf4me/api/extract_api.rb +0 -131
  129. data/lib/pdf4me/api/image_api.rb +0 -139
  130. data/lib/pdf4me/api/job_api.rb +0 -223
  131. data/lib/pdf4me/api/management_api.rb +0 -117
  132. data/lib/pdf4me/api/merge_api.rb +0 -131
  133. data/lib/pdf4me/api/ocr_api.rb +0 -74
  134. data/lib/pdf4me/api/optimize_api.rb +0 -139
  135. data/lib/pdf4me/api/pdf_a_api.rb +0 -134
  136. data/lib/pdf4me/api/split_api.rb +0 -135
  137. data/lib/pdf4me/api/stamp_api.rb +0 -159
  138. data/lib/pdf4me/api_client.rb +0 -380
  139. data/lib/pdf4me/api_error.rb +0 -38
  140. data/lib/pdf4me/models/action_flow.rb +0 -190
  141. data/lib/pdf4me/models/api_usage_res.rb +0 -219
  142. data/lib/pdf4me/models/archive_config.rb +0 -226
  143. data/lib/pdf4me/models/archive_job_req.rb +0 -249
  144. data/lib/pdf4me/models/archive_job_res.rb +0 -207
  145. data/lib/pdf4me/models/color.rb +0 -206
  146. data/lib/pdf4me/models/convert_to_pdf.rb +0 -209
  147. data/lib/pdf4me/models/create_images.rb +0 -209
  148. data/lib/pdf4me/models/create_images_res.rb +0 -189
  149. data/lib/pdf4me/models/create_pdf_a.rb +0 -209
  150. data/lib/pdf4me/models/create_pdf_a_res.rb +0 -189
  151. data/lib/pdf4me/models/custom_cms_config.rb +0 -323
  152. data/lib/pdf4me/models/doc_action.rb +0 -190
  153. data/lib/pdf4me/models/drop_document_req.rb +0 -348
  154. data/lib/pdf4me/models/drop_document_res.rb +0 -260
  155. data/lib/pdf4me/models/execution_trigger.rb +0 -206
  156. data/lib/pdf4me/models/extract.rb +0 -207
  157. data/lib/pdf4me/models/extract_action.rb +0 -201
  158. data/lib/pdf4me/models/extract_res.rb +0 -188
  159. data/lib/pdf4me/models/get_document_list_res.rb +0 -237
  160. data/lib/pdf4me/models/get_document_req.rb +0 -243
  161. data/lib/pdf4me/models/get_document_res.rb +0 -246
  162. data/lib/pdf4me/models/i_form_file.rb +0 -235
  163. data/lib/pdf4me/models/image.rb +0 -300
  164. data/lib/pdf4me/models/image_action.rb +0 -513
  165. data/lib/pdf4me/models/job.rb +0 -213
  166. data/lib/pdf4me/models/job_config.rb +0 -298
  167. data/lib/pdf4me/models/job_config_res.rb +0 -193
  168. data/lib/pdf4me/models/key_value_pair_string_object.rb +0 -197
  169. data/lib/pdf4me/models/key_value_pair_string_string.rb +0 -197
  170. data/lib/pdf4me/models/merge.rb +0 -209
  171. data/lib/pdf4me/models/merge_action.rb +0 -190
  172. data/lib/pdf4me/models/merge_res.rb +0 -188
  173. data/lib/pdf4me/models/ocr_action.rb +0 -259
  174. data/lib/pdf4me/models/optimize.rb +0 -209
  175. data/lib/pdf4me/models/page_selection.rb +0 -246
  176. data/lib/pdf4me/models/pdf4me_action.rb +0 -259
  177. data/lib/pdf4me/models/pdf4me_document.rb +0 -511
  178. data/lib/pdf4me/models/pdf4me_exception.rb +0 -189
  179. data/lib/pdf4me/models/pdf_a_action.rb +0 -297
  180. data/lib/pdf4me/models/pdf_font.rb +0 -213
  181. data/lib/pdf4me/models/pricing.rb +0 -278
  182. data/lib/pdf4me/models/produce_documents.rb +0 -251
  183. data/lib/pdf4me/models/produce_documents_res.rb +0 -191
  184. data/lib/pdf4me/models/produce_output.rb +0 -221
  185. data/lib/pdf4me/models/recognize_document.rb +0 -209
  186. data/lib/pdf4me/models/recognize_document_res.rb +0 -198
  187. data/lib/pdf4me/models/rectangle.rb +0 -215
  188. data/lib/pdf4me/models/rgb_set.rb +0 -206
  189. data/lib/pdf4me/models/rotate.rb +0 -221
  190. data/lib/pdf4me/models/run_job_res.rb +0 -215
  191. data/lib/pdf4me/models/signature_config.rb +0 -179
  192. data/lib/pdf4me/models/split.rb +0 -207
  193. data/lib/pdf4me/models/split_action.rb +0 -219
  194. data/lib/pdf4me/models/split_res.rb +0 -190
  195. data/lib/pdf4me/models/stamp.rb +0 -209
  196. data/lib/pdf4me/models/stamp_action.rb +0 -387
  197. data/lib/pdf4me/models/stamp_res.rb +0 -189
  198. data/lib/pdf4me/models/storage_folder.rb +0 -239
  199. data/lib/pdf4me/models/text.rb +0 -320
  200. data/lib/pdf4me/models/transform.rb +0 -263
  201. data/lib/pdf4me/models/translate.rb +0 -207
  202. data/lib/pdf4me/models/user_fingerprint.rb +0 -197
  203. data/lib/pdf4me/models/version_res.rb +0 -188
  204. data/pdf4me.gemspec +0 -47
  205. data/spec/api/convert_api_spec.rb +0 -60
  206. data/spec/api/document_api_spec.rb +0 -83
  207. data/spec/api/extract_api_spec.rb +0 -60
  208. data/spec/api/image_api_spec.rb +0 -62
  209. data/spec/api/job_api_spec.rb +0 -82
  210. data/spec/api/management_api_spec.rb +0 -57
  211. data/spec/api/merge_api_spec.rb +0 -60
  212. data/spec/api/ocr_api_spec.rb +0 -47
  213. data/spec/api/optimize_api_spec.rb +0 -60
  214. data/spec/api/pdf_a_api_spec.rb +0 -60
  215. data/spec/api/split_api_spec.rb +0 -60
  216. data/spec/api/stamp_api_spec.rb +0 -63
  217. data/spec/api_client_spec.rb +0 -226
  218. data/spec/configuration_spec.rb +0 -42
  219. data/spec/models/action_flow_spec.rb +0 -42
  220. data/spec/models/api_usage_res_spec.rb +0 -60
  221. data/spec/models/archive_config_spec.rb +0 -60
  222. data/spec/models/archive_job_req_spec.rb +0 -66
  223. data/spec/models/archive_job_res_spec.rb +0 -48
  224. data/spec/models/color_spec.rb +0 -54
  225. data/spec/models/convert_to_pdf_action_spec.rb +0 -62
  226. data/spec/models/convert_to_pdf_res_spec.rb +0 -42
  227. data/spec/models/convert_to_pdf_spec.rb +0 -54
  228. data/spec/models/create_images_res_spec.rb +0 -42
  229. data/spec/models/create_images_spec.rb +0 -54
  230. data/spec/models/create_pdf_a_res_spec.rb +0 -42
  231. data/spec/models/create_pdf_a_spec.rb +0 -54
  232. data/spec/models/custom_cms_config_spec.rb +0 -132
  233. data/spec/models/doc_action_spec.rb +0 -42
  234. data/spec/models/doc_log_spec.rb +0 -70
  235. data/spec/models/doc_metadata_spec.rb +0 -90
  236. data/spec/models/document_spec.rb +0 -90
  237. data/spec/models/drop_document_req_spec.rb +0 -118
  238. data/spec/models/drop_document_res_spec.rb +0 -84
  239. data/spec/models/execution_trigger_spec.rb +0 -54
  240. data/spec/models/extract_action_spec.rb +0 -48
  241. data/spec/models/extract_res_spec.rb +0 -42
  242. data/spec/models/extract_spec.rb +0 -54
  243. data/spec/models/get_document_list_res_spec.rb +0 -72
  244. data/spec/models/get_document_req_spec.rb +0 -78
  245. data/spec/models/get_document_res_spec.rb +0 -78
  246. data/spec/models/i_form_file_spec.rb +0 -72
  247. data/spec/models/image_action_spec.rb +0 -206
  248. data/spec/models/image_spec.rb +0 -88
  249. data/spec/models/job_config_res_spec.rb +0 -42
  250. data/spec/models/job_config_spec.rb +0 -102
  251. data/spec/models/job_spec.rb +0 -54
  252. data/spec/models/key_value_pair_string_object_spec.rb +0 -48
  253. data/spec/models/key_value_pair_string_string_spec.rb +0 -48
  254. data/spec/models/merge_action_spec.rb +0 -42
  255. data/spec/models/merge_res_spec.rb +0 -42
  256. data/spec/models/merge_spec.rb +0 -54
  257. data/spec/models/notification_spec.rb +0 -48
  258. data/spec/models/ocr_action_spec.rb +0 -70
  259. data/spec/models/optimize_action_spec.rb +0 -228
  260. data/spec/models/optimize_res_spec.rb +0 -48
  261. data/spec/models/optimize_spec.rb +0 -54
  262. data/spec/models/page_selection_spec.rb +0 -58
  263. data/spec/models/page_spec.rb +0 -78
  264. data/spec/models/pdf4me_action_spec.rb +0 -70
  265. data/spec/models/pdf4me_document_spec.rb +0 -202
  266. data/spec/models/pdf4me_exception_spec.rb +0 -42
  267. data/spec/models/pdf_a_action_spec.rb +0 -86
  268. data/spec/models/pdf_font_spec.rb +0 -48
  269. data/spec/models/pricing_spec.rb +0 -80
  270. data/spec/models/produce_documents_res_spec.rb +0 -42
  271. data/spec/models/produce_documents_spec.rb +0 -78
  272. data/spec/models/produce_output_spec.rb +0 -46
  273. data/spec/models/recognize_document_res_spec.rb +0 -48
  274. data/spec/models/recognize_document_spec.rb +0 -54
  275. data/spec/models/rectangle_spec.rb +0 -60
  276. data/spec/models/rgb_set_spec.rb +0 -54
  277. data/spec/models/rotate_spec.rb +0 -54
  278. data/spec/models/run_job_res_spec.rb +0 -54
  279. data/spec/models/signature_config_spec.rb +0 -36
  280. data/spec/models/split_action_spec.rb +0 -60
  281. data/spec/models/split_res_spec.rb +0 -42
  282. data/spec/models/split_spec.rb +0 -54
  283. data/spec/models/stamp_action_spec.rb +0 -142
  284. data/spec/models/stamp_res_spec.rb +0 -42
  285. data/spec/models/stamp_spec.rb +0 -54
  286. data/spec/models/storage_folder_spec.rb +0 -58
  287. data/spec/models/text_spec.rb +0 -104
  288. data/spec/models/transform_spec.rb +0 -72
  289. data/spec/models/translate_spec.rb +0 -48
  290. data/spec/models/user_fingerprint_spec.rb +0 -48
  291. data/spec/models/version_res_spec.rb +0 -42
@@ -1,9 +0,0 @@
1
- # Pdf4me::OptimizeRes
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **document** | [**Document**](Document.md) | Stamped Document | [optional]
7
- **notification** | [**Notification**](Notification.md) | Set Notification | [optional]
8
-
9
-
@@ -1,14 +0,0 @@
1
- # Pdf4me::Page
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **document_id** | **String** | | [optional]
7
- **page_id** | **String** | | [optional]
8
- **page_number** | **Integer** | | [optional]
9
- **rotate** | **Float** | | [optional]
10
- **thumbnail** | **String** | | [optional]
11
- **source_document_id** | **String** | | [optional]
12
- **source_page_number** | **Integer** | | [optional]
13
-
14
-
@@ -1,10 +0,0 @@
1
- # Pdf4me::PageSelection
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **page_nrs** | **Array<Integer>** | Give a list of PageNrs to apply the action.<br /> PageNrs overruels PageIds and PageSequence | [optional]
7
- **page_ids** | **Array<String>** | Give a List of PagesIds to apply the action.<br /> PageIds overrules the PageSequence | [optional]
8
- **page_sequence** | **String** | {default: PageSelection.All} | [optional]
9
-
10
-
@@ -1,12 +0,0 @@
1
- # Pdf4me::Pdf4meAction
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **action_id** | **String** | | [optional]
7
- **action_type** | **String** | | [optional]
8
- **user_action** | **String** | | [optional]
9
- **action_config** | **String** | | [optional]
10
- **action_properties** | [**Array<KeyValuePairStringObject>**](KeyValuePairStringObject.md) | | [optional]
11
-
12
-
@@ -1,32 +0,0 @@
1
- # Pdf4me::Pdf4meDocument
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **document_type** | **String** | | [optional]
7
- **blob_ref** | **String** | | [optional]
8
- **job_id** | **String** | | [optional]
9
- **ref_document_id** | **String** | | [optional]
10
- **ref_doc_action** | [**DocAction**](DocAction.md) | | [optional]
11
- **document_id** | **String** | | [optional]
12
- **user_id** | **String** | | [optional]
13
- **name** | **String** | | [optional]
14
- **ratio** | **Float** | | [optional]
15
- **doc_status** | **String** | | [optional]
16
- **in_execution** | **BOOLEAN** | | [optional]
17
- **order** | **Integer** | | [optional]
18
- **show_doc** | **BOOLEAN** | | [optional]
19
- **doc_data** | **String** | | [optional]
20
- **thumbnail** | **String** | | [optional]
21
- **pages** | [**Array<Page>**](Page.md) | | [optional]
22
- **thumbnails** | **Array<String>** | | [optional]
23
- **doc_logs** | [**Array<DocLog>**](DocLog.md) | | [optional]
24
- **doc_metadata** | [**DocMetadata**](DocMetadata.md) | | [optional]
25
- **original_doc_metadata** | [**DocMetadata**](DocMetadata.md) | | [optional]
26
- **storage_provider_broker** | **String** | | [optional]
27
- **storage_provider** | **String** | | [optional]
28
- **storage_account_id** | **String** | | [optional]
29
- **storage_provider_id** | **String** | | [optional]
30
- **storage_provider_folder_id** | **String** | | [optional]
31
-
32
-
@@ -1,8 +0,0 @@
1
- # Pdf4me::Pdf4meException
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **error_message** | **String** | Human Readable Message of the error | [optional]
7
-
8
-
@@ -1,14 +0,0 @@
1
- # Pdf4me::PdfAAction
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **fonts_to_subset** | [**Array<PdfFont>**](PdfFont.md) | By default, fonts that are embedded are automatically subset to minimize the file size. If for any reason, e.g. postprocessing, fonts shall not be subset, set the property SubsetFonts to false. Whether fonts are subset or not is irrelevant with respect to the compliance with PDF/A. (Relevant is only that all used glyphs are contained in the font program.) Additionals Fonts can be given in this FontsToSubset List | [optional]
7
- **compliance** | **String** | Other listed entries (e.g. ePDF10, ePDF11, .. .ePDF17, ePDFUnk) are not supported as output compliance level. Some files cannot be converted to the compliance requested. This will be detected and up- (AllowUpgrade) or downgrade (AllowDowngrade) the compliance automatically. | [optional]
8
- **allow_downgrade** | **BOOLEAN** | If set to True, automatic downgrade of the PDF/A conformance level is allowed, e.g. from PDF/A-1a to PDF/A-1b. If this property is set to True, the level is downgraded under the following conditions: - Downgrade to level B: If a file contains text that is not extractable (i.e.missing ToUnicode information). Example: Downgrade PDF/A-2u to PDF/A-2b. - Downgrade to level U (PDF/A-2 and PDF/A-3) or B(PDF/A-1): Level A requires logical structure information and “tagging” information, so if a file contains no such information, its level is downgraded. <para> Logical structure information in a PDF defines the structure of content, such as titles, paragraphs, figures, reading order, tables or articles.Logical structure elements can be “tagged” with descriptions or alternative text. “Tagging” allows the contents of an image to be described to the visually impaired. It is not possible for Pdf/A converter to add meaningful tagging information. Adding tagging information without prior knowledge about the input file’s structure and content is neither possible nor allowed by the PDF/A standard. For that reason, the conformance level is automatically downgraded to level B or U. Example: Downgrade PDF/A-1a to PDF/A-1b. </para><para> If set to False and an input file cannot be converted to the requested standard, e.g.because of missing “tagging” information, the conversion is aborted and the ErrorCode set to PDF_E_DOWNGRADE. </para> | [optional]
9
- **allow_upgrade** | **BOOLEAN** | If set to True, automatic upgrade of the PDF/A version is allowed. If the target standard is PDF/A-1 and a file contains elements that cannot be converted to PDF/A-1, the target standard is upgraded to PDF/A-2. This avoids significant visual differences in the output file. For example, the following elements may lead to an automatic upgrade: - Transpanrecy - Optional content groups(OCG, layers) - Real values that exceed the implementation limit of PDF/A-1 - Embedded OpenType font files - Predefined CMap encodings in Type0 fonts If set to False, the compliance is not upgraded.Depeding on the value of the ConversionErrorMask the conversion this will fail with a conversion error PDF_E_CONVERSION | [optional]
10
- **output_intent_profile** | **String** | <para> Set or get the path to the ICC profile for the output intent. </para> <para> The given profile is embedded only if the input file does not contain a PDF/A output intent already </para> | [optional]
11
- **linearize** | **BOOLEAN** | <para> Get or set whether to linearize the PDF output file, i.e. optimize file for fast web access. A linearized document has a slightly larger file size than a non-linearized file and provides the following main features: - When a document is opened in a PDF viewer of a web browser, the first page can be viewed without downloading the entire PDF file.In contrast, a non-linearized PDF file must be downloaded completely before the firstpage can be displayed. - When another page is requested by the user, that page is displayed as quickly as possible and incrementally as data arrives, without downloading the entire PDF file. </para> <para> Signed files cannot be linearizes.So this property must be set to False if a digital signature is applied. </para> | [optional]
12
- **custom_properties** | [**Array<KeyValuePairStringString>**](KeyValuePairStringString.md) | | [optional]
13
-
14
-
@@ -1,102 +0,0 @@
1
- # Pdf4me::PdfAApi
2
-
3
- All URIs are relative to *https://localhost*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**create_pdf_a**](PdfAApi.md#create_pdf_a) | **POST** /PdfA/CreatePdfA |
8
- [**pdf_a**](PdfAApi.md#pdf_a) | **POST** /PdfA/PdfA |
9
-
10
-
11
- # **create_pdf_a**
12
- > File create_pdf_a(opts)
13
-
14
-
15
-
16
- ### Example
17
- ```ruby
18
- # load the gem
19
- require 'pdf4me'
20
-
21
- api_instance = Pdf4me::PdfAApi.new
22
-
23
- opts = {
24
- pdf_compliance: "pdf_compliance_example", # String |
25
- file: "file_example" # String |
26
- }
27
-
28
- begin
29
- result = api_instance.create_pdf_a(opts)
30
- p result
31
- rescue Pdf4me::ApiError => e
32
- puts "Exception when calling PdfAApi->create_pdf_a: #{e}"
33
- end
34
- ```
35
-
36
- ### Parameters
37
-
38
- Name | Type | Description | Notes
39
- ------------- | ------------- | ------------- | -------------
40
- **pdf_compliance** | **String**| | [optional]
41
- **file** | **String**| | [optional]
42
-
43
- ### Return type
44
-
45
- **File**
46
-
47
- ### Authorization
48
-
49
- No authorization required
50
-
51
- ### HTTP request headers
52
-
53
- - **Content-Type**: Not defined
54
- - **Accept**: application/octet-stream
55
-
56
-
57
-
58
- # **pdf_a**
59
- > CreatePdfARes pdf_a(opts)
60
-
61
-
62
-
63
- ### Example
64
- ```ruby
65
- # load the gem
66
- require 'pdf4me'
67
-
68
- api_instance = Pdf4me::PdfAApi.new
69
-
70
- opts = {
71
- req: Pdf4me::CreatePdfA.new # CreatePdfA |
72
- }
73
-
74
- begin
75
- result = api_instance.pdf_a(opts)
76
- p result
77
- rescue Pdf4me::ApiError => e
78
- puts "Exception when calling PdfAApi->pdf_a: #{e}"
79
- end
80
- ```
81
-
82
- ### Parameters
83
-
84
- Name | Type | Description | Notes
85
- ------------- | ------------- | ------------- | -------------
86
- **req** | [**CreatePdfA**](CreatePdfA.md)| | [optional]
87
-
88
- ### Return type
89
-
90
- [**CreatePdfARes**](CreatePdfARes.md)
91
-
92
- ### Authorization
93
-
94
- No authorization required
95
-
96
- ### HTTP request headers
97
-
98
- - **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json, application/bson
99
- - **Accept**: text/plain, application/json, text/json, application/bson
100
-
101
-
102
-
@@ -1,9 +0,0 @@
1
- # Pdf4me::PdfFont
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **name** | **String** | | [optional]
7
- **font_content** | **String** | | [optional]
8
-
9
-
@@ -1,13 +0,0 @@
1
- # Pdf4me::Pricing
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **currency** | **String** | | [optional]
7
- **total_cost** | **Float** | | [optional]
8
- **page_cnt** | **Integer** | | [optional]
9
- **document_cnt** | **Integer** | | [optional]
10
- **pricing_type_required** | **String** | | [optional]
11
- **pricing_type_of_user** | **String** | | [optional]
12
-
13
-
@@ -1,14 +0,0 @@
1
- # Pdf4me::ProduceDocuments
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **job_id** | **String** | Document containing the data | [optional]
7
- **documents** | [**Array<Document>**](Document.md) | Document containing the data | [optional]
8
- **ocr_action** | [**OcrAction**](OcrAction.md) | Document containing the data | [optional]
9
- **pdf_a_action** | [**PdfAAction**](PdfAAction.md) | Document containing the data | [optional]
10
- **optimize_action** | [**OptimizeAction**](OptimizeAction.md) | Document containing the data | [optional]
11
- **produce_output** | [**ProduceOutput**](ProduceOutput.md) | Document containing the data | [optional]
12
- **notification** | [**Notification**](Notification.md) | Set Notification | [optional]
13
-
14
-
@@ -1,8 +0,0 @@
1
- # Pdf4me::ProduceDocumentsRes
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **documents** | [**Array<Document>**](Document.md) | Stamped Document | [optional]
7
-
8
-
@@ -1,8 +0,0 @@
1
- # Pdf4me::ProduceOutput
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **file_type** | **String** | | [optional]
7
-
8
-
@@ -1,10 +0,0 @@
1
- # Pdf4me::RGBSet
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **red** | **Integer** | | [optional]
7
- **green** | **Integer** | | [optional]
8
- **blue** | **Integer** | | [optional]
9
-
10
-
@@ -1,10 +0,0 @@
1
- # Pdf4me::RecognizeDocument
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **document** | [**Document**](Document.md) | Give the document to change or use JobId/DocumentId to reference an uploaded document. | [optional]
7
- **ocr_action** | [**OcrAction**](OcrAction.md) | Give an image stamp | [optional]
8
- **notification** | [**Notification**](Notification.md) | Set Notification | [optional]
9
-
10
-
@@ -1,9 +0,0 @@
1
- # Pdf4me::RecognizeDocumentRes
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **document** | [**Document**](Document.md) | Stamped Document | [optional]
7
- **structured_data_json** | **String** | | [optional]
8
-
9
-
@@ -1,11 +0,0 @@
1
- # Pdf4me::Rectangle
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **x** | **Integer** | | [optional]
7
- **y** | **Integer** | | [optional]
8
- **width** | **Integer** | | [optional]
9
- **height** | **Integer** | | [optional]
10
-
11
-
@@ -1,10 +0,0 @@
1
- # Pdf4me::Rotate
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **angle** | **Float** | |
7
- **origin_x** | **Integer** | |
8
- **origin_y** | **Integer** | |
9
-
10
-
@@ -1,10 +0,0 @@
1
- # Pdf4me::RunJobRes
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **job_id** | **String** | |
7
- **documents** | [**Array<Document>**](Document.md) | List of Document Result | [optional]
8
- **notification** | [**Notification**](Notification.md) | Set Notification | [optional]
9
-
10
-
@@ -1,7 +0,0 @@
1
- # Pdf4me::SignatureConfig
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
-
7
-
@@ -1,10 +0,0 @@
1
- # Pdf4me::Split
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **document** | [**Document**](Document.md) | | [optional]
7
- **split_action** | [**SplitAction**](SplitAction.md) | | [optional]
8
- **notification** | [**Notification**](Notification.md) | Set Notification | [optional]
9
-
10
-
@@ -1,11 +0,0 @@
1
- # Pdf4me::SplitAction
2
-
3
- ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **split_after_page** | **Integer** | | [optional]
7
- **split_sequence** | **Array<Integer>** | | [optional]
8
- **recurring_split_after_page** | **Integer** | | [optional]
9
- **custom_properties** | [**Array<KeyValuePairStringString>**](KeyValuePairStringString.md) | | [optional]
10
-
11
-
@@ -1,103 +0,0 @@
1
- # Pdf4me::SplitApi
2
-
3
- All URIs are relative to *https://localhost*
4
-
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**split**](SplitApi.md#split) | **POST** /Split/Split |
8
- [**split_by_page_nr**](SplitApi.md#split_by_page_nr) | **POST** /Split/SplitByPageNr |
9
-
10
-
11
- # **split**
12
- > SplitRes split(opts)
13
-
14
-
15
-
16
- ### Example
17
- ```ruby
18
- # load the gem
19
- require 'pdf4me'
20
-
21
- api_instance = Pdf4me::SplitApi.new
22
-
23
- opts = {
24
- req: Pdf4me::Split.new # Split |
25
- }
26
-
27
- begin
28
- result = api_instance.split(opts)
29
- p result
30
- rescue Pdf4me::ApiError => e
31
- puts "Exception when calling SplitApi->split: #{e}"
32
- end
33
- ```
34
-
35
- ### Parameters
36
-
37
- Name | Type | Description | Notes
38
- ------------- | ------------- | ------------- | -------------
39
- **req** | [**Split**](Split.md)| | [optional]
40
-
41
- ### Return type
42
-
43
- [**SplitRes**](SplitRes.md)
44
-
45
- ### Authorization
46
-
47
- No authorization required
48
-
49
- ### HTTP request headers
50
-
51
- - **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json, application/bson
52
- - **Accept**: text/plain, application/json, text/json, application/bson
53
-
54
-
55
-
56
- # **split_by_page_nr**
57
- > SplitRes split_by_page_nr(page_nr, opts)
58
-
59
-
60
-
61
- ### Example
62
- ```ruby
63
- # load the gem
64
- require 'pdf4me'
65
-
66
- api_instance = Pdf4me::SplitApi.new
67
-
68
- page_nr = 56 # Integer |
69
-
70
- opts = {
71
- file: "file_example" # String |
72
- }
73
-
74
- begin
75
- result = api_instance.split_by_page_nr(page_nr, opts)
76
- p result
77
- rescue Pdf4me::ApiError => e
78
- puts "Exception when calling SplitApi->split_by_page_nr: #{e}"
79
- end
80
- ```
81
-
82
- ### Parameters
83
-
84
- Name | Type | Description | Notes
85
- ------------- | ------------- | ------------- | -------------
86
- **page_nr** | **Integer**| |
87
- **file** | **String**| | [optional]
88
-
89
- ### Return type
90
-
91
- [**SplitRes**](SplitRes.md)
92
-
93
- ### Authorization
94
-
95
- No authorization required
96
-
97
- ### HTTP request headers
98
-
99
- - **Content-Type**: Not defined
100
- - **Accept**: text/plain, application/json, text/json, application/bson
101
-
102
-
103
-