@keystrokehq/pdf_co 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (306) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/account-balance-info.cjs +23 -0
  7. package/dist/actions/account-balance-info.cjs.map +1 -0
  8. package/dist/actions/account-balance-info.d.cts +9 -0
  9. package/dist/actions/account-balance-info.d.cts.map +1 -0
  10. package/dist/actions/account-balance-info.d.mts +9 -0
  11. package/dist/actions/account-balance-info.d.mts.map +1 -0
  12. package/dist/actions/account-balance-info.mjs +20 -0
  13. package/dist/actions/account-balance-info.mjs.map +1 -0
  14. package/dist/actions/convert-excel-to-csv.cjs +34 -0
  15. package/dist/actions/convert-excel-to-csv.cjs.map +1 -0
  16. package/dist/actions/convert-excel-to-csv.d.cts +9 -0
  17. package/dist/actions/convert-excel-to-csv.d.cts.map +1 -0
  18. package/dist/actions/convert-excel-to-csv.d.mts +9 -0
  19. package/dist/actions/convert-excel-to-csv.d.mts.map +1 -0
  20. package/dist/actions/convert-excel-to-csv.mjs +31 -0
  21. package/dist/actions/convert-excel-to-csv.mjs.map +1 -0
  22. package/dist/actions/convert-excel-to-html.cjs +29 -0
  23. package/dist/actions/convert-excel-to-html.cjs.map +1 -0
  24. package/dist/actions/convert-excel-to-html.d.cts +9 -0
  25. package/dist/actions/convert-excel-to-html.d.cts.map +1 -0
  26. package/dist/actions/convert-excel-to-html.d.mts +9 -0
  27. package/dist/actions/convert-excel-to-html.d.mts.map +1 -0
  28. package/dist/actions/convert-excel-to-html.mjs +26 -0
  29. package/dist/actions/convert-excel-to-html.mjs.map +1 -0
  30. package/dist/actions/convert-excel-to-json.cjs +27 -0
  31. package/dist/actions/convert-excel-to-json.cjs.map +1 -0
  32. package/dist/actions/convert-excel-to-json.d.cts +9 -0
  33. package/dist/actions/convert-excel-to-json.d.cts.map +1 -0
  34. package/dist/actions/convert-excel-to-json.d.mts +9 -0
  35. package/dist/actions/convert-excel-to-json.d.mts.map +1 -0
  36. package/dist/actions/convert-excel-to-json.mjs +24 -0
  37. package/dist/actions/convert-excel-to-json.mjs.map +1 -0
  38. package/dist/actions/convert-excel-to-text.cjs +32 -0
  39. package/dist/actions/convert-excel-to-text.cjs.map +1 -0
  40. package/dist/actions/convert-excel-to-text.d.cts +9 -0
  41. package/dist/actions/convert-excel-to-text.d.cts.map +1 -0
  42. package/dist/actions/convert-excel-to-text.d.mts +9 -0
  43. package/dist/actions/convert-excel-to-text.d.mts.map +1 -0
  44. package/dist/actions/convert-excel-to-text.mjs +29 -0
  45. package/dist/actions/convert-excel-to-text.mjs.map +1 -0
  46. package/dist/actions/convert-excel-to-xml.cjs +52 -0
  47. package/dist/actions/convert-excel-to-xml.cjs.map +1 -0
  48. package/dist/actions/convert-excel-to-xml.d.cts +9 -0
  49. package/dist/actions/convert-excel-to-xml.d.cts.map +1 -0
  50. package/dist/actions/convert-excel-to-xml.d.mts +9 -0
  51. package/dist/actions/convert-excel-to-xml.d.mts.map +1 -0
  52. package/dist/actions/convert-excel-to-xml.mjs +49 -0
  53. package/dist/actions/convert-excel-to-xml.mjs.map +1 -0
  54. package/dist/actions/document-parser.cjs +38 -0
  55. package/dist/actions/document-parser.cjs.map +1 -0
  56. package/dist/actions/document-parser.d.cts +9 -0
  57. package/dist/actions/document-parser.d.cts.map +1 -0
  58. package/dist/actions/document-parser.d.mts +9 -0
  59. package/dist/actions/document-parser.d.mts.map +1 -0
  60. package/dist/actions/document-parser.mjs +35 -0
  61. package/dist/actions/document-parser.mjs.map +1 -0
  62. package/dist/actions/file-upload.cjs +31 -0
  63. package/dist/actions/file-upload.cjs.map +1 -0
  64. package/dist/actions/file-upload.d.cts +9 -0
  65. package/dist/actions/file-upload.d.cts.map +1 -0
  66. package/dist/actions/file-upload.d.mts +9 -0
  67. package/dist/actions/file-upload.d.mts.map +1 -0
  68. package/dist/actions/file-upload.mjs +28 -0
  69. package/dist/actions/file-upload.mjs.map +1 -0
  70. package/dist/actions/index.cjs +69 -0
  71. package/dist/actions/index.d.cts +35 -0
  72. package/dist/actions/index.d.mts +35 -0
  73. package/dist/actions/index.mjs +35 -0
  74. package/dist/actions/job-check.cjs +38 -0
  75. package/dist/actions/job-check.cjs.map +1 -0
  76. package/dist/actions/job-check.d.cts +9 -0
  77. package/dist/actions/job-check.d.cts.map +1 -0
  78. package/dist/actions/job-check.d.mts +9 -0
  79. package/dist/actions/job-check.d.mts.map +1 -0
  80. package/dist/actions/job-check.mjs +35 -0
  81. package/dist/actions/job-check.mjs.map +1 -0
  82. package/dist/actions/pdf-add.cjs +33 -0
  83. package/dist/actions/pdf-add.cjs.map +1 -0
  84. package/dist/actions/pdf-add.d.cts +9 -0
  85. package/dist/actions/pdf-add.d.cts.map +1 -0
  86. package/dist/actions/pdf-add.d.mts +9 -0
  87. package/dist/actions/pdf-add.d.mts.map +1 -0
  88. package/dist/actions/pdf-add.mjs +30 -0
  89. package/dist/actions/pdf-add.mjs.map +1 -0
  90. package/dist/actions/pdf-change-text-searchable.cjs +30 -0
  91. package/dist/actions/pdf-change-text-searchable.cjs.map +1 -0
  92. package/dist/actions/pdf-change-text-searchable.d.cts +9 -0
  93. package/dist/actions/pdf-change-text-searchable.d.cts.map +1 -0
  94. package/dist/actions/pdf-change-text-searchable.d.mts +9 -0
  95. package/dist/actions/pdf-change-text-searchable.d.mts.map +1 -0
  96. package/dist/actions/pdf-change-text-searchable.mjs +27 -0
  97. package/dist/actions/pdf-change-text-searchable.mjs.map +1 -0
  98. package/dist/actions/pdf-delete-pages.cjs +29 -0
  99. package/dist/actions/pdf-delete-pages.cjs.map +1 -0
  100. package/dist/actions/pdf-delete-pages.d.cts +9 -0
  101. package/dist/actions/pdf-delete-pages.d.cts.map +1 -0
  102. package/dist/actions/pdf-delete-pages.d.mts +9 -0
  103. package/dist/actions/pdf-delete-pages.d.mts.map +1 -0
  104. package/dist/actions/pdf-delete-pages.mjs +26 -0
  105. package/dist/actions/pdf-delete-pages.mjs.map +1 -0
  106. package/dist/actions/pdf-extract-attachments.cjs +36 -0
  107. package/dist/actions/pdf-extract-attachments.cjs.map +1 -0
  108. package/dist/actions/pdf-extract-attachments.d.cts +9 -0
  109. package/dist/actions/pdf-extract-attachments.d.cts.map +1 -0
  110. package/dist/actions/pdf-extract-attachments.d.mts +9 -0
  111. package/dist/actions/pdf-extract-attachments.d.mts.map +1 -0
  112. package/dist/actions/pdf-extract-attachments.mjs +33 -0
  113. package/dist/actions/pdf-extract-attachments.mjs.map +1 -0
  114. package/dist/actions/pdf-find.cjs +38 -0
  115. package/dist/actions/pdf-find.cjs.map +1 -0
  116. package/dist/actions/pdf-find.d.cts +9 -0
  117. package/dist/actions/pdf-find.d.cts.map +1 -0
  118. package/dist/actions/pdf-find.d.mts +9 -0
  119. package/dist/actions/pdf-find.d.mts.map +1 -0
  120. package/dist/actions/pdf-find.mjs +37 -0
  121. package/dist/actions/pdf-find.mjs.map +1 -0
  122. package/dist/actions/pdf-forms-info-reader.cjs +49 -0
  123. package/dist/actions/pdf-forms-info-reader.cjs.map +1 -0
  124. package/dist/actions/pdf-forms-info-reader.d.cts +9 -0
  125. package/dist/actions/pdf-forms-info-reader.d.cts.map +1 -0
  126. package/dist/actions/pdf-forms-info-reader.d.mts +9 -0
  127. package/dist/actions/pdf-forms-info-reader.d.mts.map +1 -0
  128. package/dist/actions/pdf-forms-info-reader.mjs +48 -0
  129. package/dist/actions/pdf-forms-info-reader.mjs.map +1 -0
  130. package/dist/actions/pdf-from-document-txt.cjs +32 -0
  131. package/dist/actions/pdf-from-document-txt.cjs.map +1 -0
  132. package/dist/actions/pdf-from-document-txt.d.cts +9 -0
  133. package/dist/actions/pdf-from-document-txt.d.cts.map +1 -0
  134. package/dist/actions/pdf-from-document-txt.d.mts +9 -0
  135. package/dist/actions/pdf-from-document-txt.d.mts.map +1 -0
  136. package/dist/actions/pdf-from-document-txt.mjs +29 -0
  137. package/dist/actions/pdf-from-document-txt.mjs.map +1 -0
  138. package/dist/actions/pdf-from-email.cjs +31 -0
  139. package/dist/actions/pdf-from-email.cjs.map +1 -0
  140. package/dist/actions/pdf-from-email.d.cts +9 -0
  141. package/dist/actions/pdf-from-email.d.cts.map +1 -0
  142. package/dist/actions/pdf-from-email.d.mts +9 -0
  143. package/dist/actions/pdf-from-email.d.mts.map +1 -0
  144. package/dist/actions/pdf-from-email.mjs +28 -0
  145. package/dist/actions/pdf-from-email.mjs.map +1 -0
  146. package/dist/actions/pdf-from-html.cjs +40 -0
  147. package/dist/actions/pdf-from-html.cjs.map +1 -0
  148. package/dist/actions/pdf-from-html.d.cts +9 -0
  149. package/dist/actions/pdf-from-html.d.cts.map +1 -0
  150. package/dist/actions/pdf-from-html.d.mts +9 -0
  151. package/dist/actions/pdf-from-html.d.mts.map +1 -0
  152. package/dist/actions/pdf-from-html.mjs +37 -0
  153. package/dist/actions/pdf-from-html.mjs.map +1 -0
  154. package/dist/actions/pdf-info-reader.cjs +21 -0
  155. package/dist/actions/pdf-info-reader.cjs.map +1 -0
  156. package/dist/actions/pdf-info-reader.d.cts +9 -0
  157. package/dist/actions/pdf-info-reader.d.cts.map +1 -0
  158. package/dist/actions/pdf-info-reader.d.mts +9 -0
  159. package/dist/actions/pdf-info-reader.d.mts.map +1 -0
  160. package/dist/actions/pdf-info-reader.mjs +18 -0
  161. package/dist/actions/pdf-info-reader.mjs.map +1 -0
  162. package/dist/actions/pdf-merge.cjs +27 -0
  163. package/dist/actions/pdf-merge.cjs.map +1 -0
  164. package/dist/actions/pdf-merge.d.cts +9 -0
  165. package/dist/actions/pdf-merge.d.cts.map +1 -0
  166. package/dist/actions/pdf-merge.d.mts +9 -0
  167. package/dist/actions/pdf-merge.d.mts.map +1 -0
  168. package/dist/actions/pdf-merge.mjs +24 -0
  169. package/dist/actions/pdf-merge.mjs.map +1 -0
  170. package/dist/actions/pdf-rotate.cjs +33 -0
  171. package/dist/actions/pdf-rotate.cjs.map +1 -0
  172. package/dist/actions/pdf-rotate.d.cts +9 -0
  173. package/dist/actions/pdf-rotate.d.cts.map +1 -0
  174. package/dist/actions/pdf-rotate.d.mts +9 -0
  175. package/dist/actions/pdf-rotate.d.mts.map +1 -0
  176. package/dist/actions/pdf-rotate.mjs +30 -0
  177. package/dist/actions/pdf-rotate.mjs.map +1 -0
  178. package/dist/actions/pdf-search-and-delete-text.cjs +34 -0
  179. package/dist/actions/pdf-search-and-delete-text.cjs.map +1 -0
  180. package/dist/actions/pdf-search-and-delete-text.d.cts +9 -0
  181. package/dist/actions/pdf-search-and-delete-text.d.cts.map +1 -0
  182. package/dist/actions/pdf-search-and-delete-text.d.mts +9 -0
  183. package/dist/actions/pdf-search-and-delete-text.d.mts.map +1 -0
  184. package/dist/actions/pdf-search-and-delete-text.mjs +31 -0
  185. package/dist/actions/pdf-search-and-delete-text.mjs.map +1 -0
  186. package/dist/actions/pdf-search-and-replace-text.cjs +35 -0
  187. package/dist/actions/pdf-search-and-replace-text.cjs.map +1 -0
  188. package/dist/actions/pdf-search-and-replace-text.d.cts +9 -0
  189. package/dist/actions/pdf-search-and-replace-text.d.cts.map +1 -0
  190. package/dist/actions/pdf-search-and-replace-text.d.mts +9 -0
  191. package/dist/actions/pdf-search-and-replace-text.d.mts.map +1 -0
  192. package/dist/actions/pdf-search-and-replace-text.mjs +32 -0
  193. package/dist/actions/pdf-search-and-replace-text.mjs.map +1 -0
  194. package/dist/actions/pdf-split.cjs +44 -0
  195. package/dist/actions/pdf-split.cjs.map +1 -0
  196. package/dist/actions/pdf-split.d.cts +9 -0
  197. package/dist/actions/pdf-split.d.cts.map +1 -0
  198. package/dist/actions/pdf-split.d.mts +9 -0
  199. package/dist/actions/pdf-split.d.mts.map +1 -0
  200. package/dist/actions/pdf-split.mjs +41 -0
  201. package/dist/actions/pdf-split.mjs.map +1 -0
  202. package/dist/actions/pdf-to-csv.cjs +33 -0
  203. package/dist/actions/pdf-to-csv.cjs.map +1 -0
  204. package/dist/actions/pdf-to-csv.d.cts +9 -0
  205. package/dist/actions/pdf-to-csv.d.cts.map +1 -0
  206. package/dist/actions/pdf-to-csv.d.mts +9 -0
  207. package/dist/actions/pdf-to-csv.d.mts.map +1 -0
  208. package/dist/actions/pdf-to-csv.mjs +30 -0
  209. package/dist/actions/pdf-to-csv.mjs.map +1 -0
  210. package/dist/actions/pdf-to-html.cjs +36 -0
  211. package/dist/actions/pdf-to-html.cjs.map +1 -0
  212. package/dist/actions/pdf-to-html.d.cts +9 -0
  213. package/dist/actions/pdf-to-html.d.cts.map +1 -0
  214. package/dist/actions/pdf-to-html.d.mts +9 -0
  215. package/dist/actions/pdf-to-html.d.mts.map +1 -0
  216. package/dist/actions/pdf-to-html.mjs +33 -0
  217. package/dist/actions/pdf-to-html.mjs.map +1 -0
  218. package/dist/actions/pdf-to-image.cjs +34 -0
  219. package/dist/actions/pdf-to-image.cjs.map +1 -0
  220. package/dist/actions/pdf-to-image.d.cts +9 -0
  221. package/dist/actions/pdf-to-image.d.cts.map +1 -0
  222. package/dist/actions/pdf-to-image.d.mts +9 -0
  223. package/dist/actions/pdf-to-image.d.mts.map +1 -0
  224. package/dist/actions/pdf-to-image.mjs +31 -0
  225. package/dist/actions/pdf-to-image.mjs.map +1 -0
  226. package/dist/actions/pdf-to-json.cjs +63 -0
  227. package/dist/actions/pdf-to-json.cjs.map +1 -0
  228. package/dist/actions/pdf-to-json.d.cts +9 -0
  229. package/dist/actions/pdf-to-json.d.cts.map +1 -0
  230. package/dist/actions/pdf-to-json.d.mts +9 -0
  231. package/dist/actions/pdf-to-json.d.mts.map +1 -0
  232. package/dist/actions/pdf-to-json.mjs +62 -0
  233. package/dist/actions/pdf-to-json.mjs.map +1 -0
  234. package/dist/actions/pdf-to-text.cjs +41 -0
  235. package/dist/actions/pdf-to-text.cjs.map +1 -0
  236. package/dist/actions/pdf-to-text.d.cts +9 -0
  237. package/dist/actions/pdf-to-text.d.cts.map +1 -0
  238. package/dist/actions/pdf-to-text.d.mts +9 -0
  239. package/dist/actions/pdf-to-text.d.mts.map +1 -0
  240. package/dist/actions/pdf-to-text.mjs +38 -0
  241. package/dist/actions/pdf-to-text.mjs.map +1 -0
  242. package/dist/actions/pdf-to-xls.cjs +30 -0
  243. package/dist/actions/pdf-to-xls.cjs.map +1 -0
  244. package/dist/actions/pdf-to-xls.d.cts +9 -0
  245. package/dist/actions/pdf-to-xls.d.cts.map +1 -0
  246. package/dist/actions/pdf-to-xls.d.mts +9 -0
  247. package/dist/actions/pdf-to-xls.d.mts.map +1 -0
  248. package/dist/actions/pdf-to-xls.mjs +27 -0
  249. package/dist/actions/pdf-to-xls.mjs.map +1 -0
  250. package/dist/actions/pdf-to-xlsx.cjs +37 -0
  251. package/dist/actions/pdf-to-xlsx.cjs.map +1 -0
  252. package/dist/actions/pdf-to-xlsx.d.cts +9 -0
  253. package/dist/actions/pdf-to-xlsx.d.cts.map +1 -0
  254. package/dist/actions/pdf-to-xlsx.d.mts +9 -0
  255. package/dist/actions/pdf-to-xlsx.d.mts.map +1 -0
  256. package/dist/actions/pdf-to-xlsx.mjs +34 -0
  257. package/dist/actions/pdf-to-xlsx.mjs.map +1 -0
  258. package/dist/actions/pdf-to-xml.cjs +29 -0
  259. package/dist/actions/pdf-to-xml.cjs.map +1 -0
  260. package/dist/actions/pdf-to-xml.d.cts +9 -0
  261. package/dist/actions/pdf-to-xml.d.cts.map +1 -0
  262. package/dist/actions/pdf-to-xml.d.mts +9 -0
  263. package/dist/actions/pdf-to-xml.d.mts.map +1 -0
  264. package/dist/actions/pdf-to-xml.mjs +26 -0
  265. package/dist/actions/pdf-to-xml.mjs.map +1 -0
  266. package/dist/actions/pdfco-post-barcode-generate.cjs +92 -0
  267. package/dist/actions/pdfco-post-barcode-generate.cjs.map +1 -0
  268. package/dist/actions/pdfco-post-barcode-generate.d.cts +9 -0
  269. package/dist/actions/pdfco-post-barcode-generate.d.cts.map +1 -0
  270. package/dist/actions/pdfco-post-barcode-generate.d.mts +9 -0
  271. package/dist/actions/pdfco-post-barcode-generate.d.mts.map +1 -0
  272. package/dist/actions/pdfco-post-barcode-generate.mjs +89 -0
  273. package/dist/actions/pdfco-post-barcode-generate.mjs.map +1 -0
  274. package/dist/actions/pdfco-post-file-upload-base64.cjs +30 -0
  275. package/dist/actions/pdfco-post-file-upload-base64.cjs.map +1 -0
  276. package/dist/actions/pdfco-post-file-upload-base64.d.cts +9 -0
  277. package/dist/actions/pdfco-post-file-upload-base64.d.cts.map +1 -0
  278. package/dist/actions/pdfco-post-file-upload-base64.d.mts +9 -0
  279. package/dist/actions/pdfco-post-file-upload-base64.d.mts.map +1 -0
  280. package/dist/actions/pdfco-post-file-upload-base64.mjs +27 -0
  281. package/dist/actions/pdfco-post-file-upload-base64.mjs.map +1 -0
  282. package/dist/app.cjs +9 -0
  283. package/dist/app.cjs.map +1 -0
  284. package/dist/app.d.cts +5 -0
  285. package/dist/app.d.cts.map +1 -0
  286. package/dist/app.d.mts +5 -0
  287. package/dist/app.d.mts.map +1 -0
  288. package/dist/app.mjs +10 -0
  289. package/dist/app.mjs.map +1 -0
  290. package/dist/catalog.cjs +15 -0
  291. package/dist/catalog.cjs.map +1 -0
  292. package/dist/catalog.d.cts +14 -0
  293. package/dist/catalog.d.cts.map +1 -0
  294. package/dist/catalog.d.mts +14 -0
  295. package/dist/catalog.d.mts.map +1 -0
  296. package/dist/catalog.mjs +15 -0
  297. package/dist/catalog.mjs.map +1 -0
  298. package/dist/execute.cjs +18 -0
  299. package/dist/execute.cjs.map +1 -0
  300. package/dist/execute.mjs +18 -0
  301. package/dist/execute.mjs.map +1 -0
  302. package/dist/index.cjs +74 -0
  303. package/dist/index.d.cts +37 -0
  304. package/dist/index.d.mts +37 -0
  305. package/dist/index.mjs +38 -0
  306. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-text.mjs","names":[],"sources":["../../src/actions/convert-excel-to-text.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToTextInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to the source Excel file (xls, xlsx, or csv).\"),\n name: z.string().describe(\"Optional name for the output file.\").optional(),\n pages: z.string().describe(\"Comma-separated list of sheet indices to convert, e.g., '0,2'.\").optional(),\n inline: z.boolean().default(false).describe(\"Set to true to return data inline in response instead of URL.\").optional(),\n encrypt: z.boolean().default(false).describe(\"Set to true to encrypt the resulting file.\").optional(),\n password: z.string().describe(\"Password for password-protected Excel files.\").optional(),\n profiles: z.string().describe(\"Conversion profiles in JSON format.\").optional(),\n});\nexport const PdfCoConvertExcelToTextOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Link to the generated text file.\").nullable().optional(),\n body: z.string().describe(\"Inline content when inline=true parameter is used.\").nullable().optional(),\n name: z.string().describe(\"Name of the generated output file.\").nullable().optional(),\n error: z.boolean().describe(\"Error flag; true if an error occurred.\"),\n status: z.union([z.number().int(), z.string()]).nullable().optional(),\n message: z.string().describe(\"Error or result message.\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if an error occurred.\").nullable().optional(),\n}).passthrough();\n\nexport const pdfCoConvertExcelToText = action(\"PDF_CO_CONVERT_EXCEL_TO_TEXT\", {\n slug: \"pdf_co-convert-excel-to-text\",\n name: \"Convert Excel to Text\",\n description: \"Tool to convert Excel files to plain text. Use after providing an Excel file URL to extract spreadsheet content.\",\n input: PdfCoConvertExcelToTextInput,\n output: PdfCoConvertExcelToTextOutput,\n});\n"],"mappings":";;AAuBA,MAAa,0BAA0B,OAAO,gCAAgC;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBwD,EAAE,OAAO;EACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EACtG,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EACtH,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACpG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,CAeS;CACP,QAfyD,EAAE,OAAO;EAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;EACpE,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -0,0 +1,52 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/convert-excel-to-xml.ts
4
+ const PdfCoConvertExcelToXmlInput = zod.z.object({
5
+ url: zod.z.string().describe("URL to the source file (xls, xlsx or csv)."),
6
+ name: zod.z.string().describe("Output file name.").optional(),
7
+ async: zod.z.boolean().default(false).describe("Set true to run asynchronously, returning a jobId.").optional(),
8
+ inline: zod.z.boolean().default(false).describe("Set true to return XML inline, otherwise returns file URL.").optional(),
9
+ callback: zod.z.string().describe("Callback URL for async mode, used when async is true.").optional(),
10
+ profiles: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Profiles settings.").optional(),
11
+ expiration: zod.z.number().int().default(60).describe("Link expiration time in minutes.").optional(),
12
+ httppassword: zod.z.string().describe("HTTP auth password for source URL.").optional(),
13
+ httpusername: zod.z.string().describe("HTTP auth user name for source URL.").optional(),
14
+ worksheetIndex: zod.z.string().describe("Worksheet index as a string (0-based, e.g. '0' for the first worksheet).").optional(),
15
+ DataDecryptionIV: zod.z.string().describe("Initialization vector for decryption.").optional(),
16
+ DataEncryptionIV: zod.z.string().describe("Initialization vector for encryption.").optional(),
17
+ DataDecryptionKey: zod.z.string().describe("Decryption key.").optional(),
18
+ DataEncryptionKey: zod.z.string().describe("Encryption key.").optional(),
19
+ DataDecryptionAlgorithm: zod.z.enum([
20
+ "AES128",
21
+ "AES192",
22
+ "AES256"
23
+ ]).describe("Decryption algorithm (AES128, AES192, AES256).").optional(),
24
+ DataEncryptionAlgorithm: zod.z.enum([
25
+ "AES128",
26
+ "AES192",
27
+ "AES256"
28
+ ]).describe("Encryption algorithm (AES128, AES192, AES256).").optional()
29
+ }).describe("Request model for converting Excel (xls/xlsx/csv) to XML.");
30
+ const PdfCoConvertExcelToXmlOutput = zod.z.object({
31
+ url: zod.z.string().describe("Direct URL to the generated XML file.").nullable().optional(),
32
+ name: zod.z.string().describe("Name of the output file.").nullable().optional(),
33
+ error: zod.z.boolean().describe("Indicates if an error occurred (false means success).").nullable().optional(),
34
+ status: zod.z.string().describe("Status code of the request.").nullable().optional(),
35
+ credits: zod.z.number().int().describe("Number of credits consumed by the request.").nullable().optional(),
36
+ message: zod.z.string().describe("Additional message from the API (e.g., error message).").nullable().optional(),
37
+ duration: zod.z.number().int().describe("Time taken for the operation in milliseconds.").nullable().optional(),
38
+ errorCode: zod.z.number().int().describe("Error code if an error occurred.").nullable().optional(),
39
+ remainingCredits: zod.z.number().int().describe("Number of credits remaining in account.").nullable().optional(),
40
+ outputLinkValidTill: zod.z.string().describe("Expiration timestamp of the output link.").nullable().optional()
41
+ }).passthrough().describe("Response model for Excel to XML conversion.");
42
+ const pdfCoConvertExcelToXml = require_action.action("PDF_CO_CONVERT_EXCEL_TO_XML", {
43
+ slug: "pdf_co-convert-excel-to-xml",
44
+ name: "Convert Excel to XML",
45
+ description: "Tool to convert an Excel file to XML. Use when needing XML output from xls/xlsx/csv synchronously or asynchronously.",
46
+ input: PdfCoConvertExcelToXmlInput,
47
+ output: PdfCoConvertExcelToXmlOutput
48
+ });
49
+ //#endregion
50
+ exports.pdfCoConvertExcelToXml = pdfCoConvertExcelToXml;
51
+
52
+ //# sourceMappingURL=convert-excel-to-xml.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-xml.cjs","names":["z","action"],"sources":["../../src/actions/convert-excel-to-xml.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToXmlInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the source file (xls, xlsx or csv).\"),\n name: z.string().describe(\"Output file name.\").optional(),\n async: z.boolean().default(false).describe(\"Set true to run asynchronously, returning a jobId.\").optional(),\n inline: z.boolean().default(false).describe(\"Set true to return XML inline, otherwise returns file URL.\").optional(),\n callback: z.string().describe(\"Callback URL for async mode, used when async is true.\").optional(),\n profiles: z.record(z.string(), z.unknown()).describe(\"Profiles settings.\").optional(),\n expiration: z.number().int().default(60).describe(\"Link expiration time in minutes.\").optional(),\n httppassword: z.string().describe(\"HTTP auth password for source URL.\").optional(),\n httpusername: z.string().describe(\"HTTP auth user name for source URL.\").optional(),\n worksheetIndex: z.string().describe(\"Worksheet index as a string (0-based, e.g. '0' for the first worksheet).\").optional(),\n DataDecryptionIV: z.string().describe(\"Initialization vector for decryption.\").optional(),\n DataEncryptionIV: z.string().describe(\"Initialization vector for encryption.\").optional(),\n DataDecryptionKey: z.string().describe(\"Decryption key.\").optional(),\n DataEncryptionKey: z.string().describe(\"Encryption key.\").optional(),\n DataDecryptionAlgorithm: z.enum([\"AES128\", \"AES192\", \"AES256\"]).describe(\"Decryption algorithm (AES128, AES192, AES256).\").optional(),\n DataEncryptionAlgorithm: z.enum([\"AES128\", \"AES192\", \"AES256\"]).describe(\"Encryption algorithm (AES128, AES192, AES256).\").optional(),\n}).describe(\"Request model for converting Excel (xls/xlsx/csv) to XML.\");\nexport const PdfCoConvertExcelToXmlOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Direct URL to the generated XML file.\").nullable().optional(),\n name: z.string().describe(\"Name of the output file.\").nullable().optional(),\n error: z.boolean().describe(\"Indicates if an error occurred (false means success).\").nullable().optional(),\n status: z.string().describe(\"Status code of the request.\").nullable().optional(),\n credits: z.number().int().describe(\"Number of credits consumed by the request.\").nullable().optional(),\n message: z.string().describe(\"Additional message from the API (e.g., error message).\").nullable().optional(),\n duration: z.number().int().describe(\"Time taken for the operation in milliseconds.\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if an error occurred.\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Number of credits remaining in account.\").nullable().optional(),\n outputLinkValidTill: z.string().describe(\"Expiration timestamp of the output link.\").nullable().optional(),\n}).passthrough().describe(\"Response model for Excel to XML conversion.\");\n\nexport const pdfCoConvertExcelToXml = action(\"PDF_CO_CONVERT_EXCEL_TO_XML\", {\n slug: \"pdf_co-convert-excel-to-xml\",\n name: \"Convert Excel to XML\",\n description: \"Tool to convert an Excel file to XML. Use when needing XML output from xls/xlsx/csv synchronously or asynchronously.\",\n input: PdfCoConvertExcelToXmlInput,\n output: PdfCoConvertExcelToXmlOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACxD,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC1G,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACnH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC/F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACzH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACxF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACxF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CACnE,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CACnE,yBAAyBA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAU;CAAQ,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACpI,yBAAyBA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAU;CAAQ,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAEvE,MAAa,yBAAyBC,eAAAA,OAAO,+BAA+B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/convert-excel-to-xml.d.ts
4
+ declare const PdfCoConvertExcelToXmlInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToXmlOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToXml: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToXml };
9
+ //# sourceMappingURL=convert-excel-to-xml.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-xml.d.cts","names":[],"sources":["../../src/actions/convert-excel-to-xml.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAiB4B;AAAA,cAC3D,4BAAA,EAA8B,CAAA,CAAE,UAW2B;AAAA,cAE3D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/convert-excel-to-xml.d.ts
4
+ declare const PdfCoConvertExcelToXmlInput: z.ZodTypeAny;
5
+ declare const PdfCoConvertExcelToXmlOutput: z.ZodTypeAny;
6
+ declare const pdfCoConvertExcelToXml: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoConvertExcelToXml };
9
+ //# sourceMappingURL=convert-excel-to-xml.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-xml.d.mts","names":[],"sources":["../../src/actions/convert-excel-to-xml.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAiB4B;AAAA,cAC3D,4BAAA,EAA8B,CAAA,CAAE,UAW2B;AAAA,cAE3D,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,49 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoConvertExcelToXml = action("PDF_CO_CONVERT_EXCEL_TO_XML", {
4
+ slug: "pdf_co-convert-excel-to-xml",
5
+ name: "Convert Excel to XML",
6
+ description: "Tool to convert an Excel file to XML. Use when needing XML output from xls/xlsx/csv synchronously or asynchronously.",
7
+ input: z.object({
8
+ url: z.string().describe("URL to the source file (xls, xlsx or csv)."),
9
+ name: z.string().describe("Output file name.").optional(),
10
+ async: z.boolean().default(false).describe("Set true to run asynchronously, returning a jobId.").optional(),
11
+ inline: z.boolean().default(false).describe("Set true to return XML inline, otherwise returns file URL.").optional(),
12
+ callback: z.string().describe("Callback URL for async mode, used when async is true.").optional(),
13
+ profiles: z.record(z.string(), z.unknown()).describe("Profiles settings.").optional(),
14
+ expiration: z.number().int().default(60).describe("Link expiration time in minutes.").optional(),
15
+ httppassword: z.string().describe("HTTP auth password for source URL.").optional(),
16
+ httpusername: z.string().describe("HTTP auth user name for source URL.").optional(),
17
+ worksheetIndex: z.string().describe("Worksheet index as a string (0-based, e.g. '0' for the first worksheet).").optional(),
18
+ DataDecryptionIV: z.string().describe("Initialization vector for decryption.").optional(),
19
+ DataEncryptionIV: z.string().describe("Initialization vector for encryption.").optional(),
20
+ DataDecryptionKey: z.string().describe("Decryption key.").optional(),
21
+ DataEncryptionKey: z.string().describe("Encryption key.").optional(),
22
+ DataDecryptionAlgorithm: z.enum([
23
+ "AES128",
24
+ "AES192",
25
+ "AES256"
26
+ ]).describe("Decryption algorithm (AES128, AES192, AES256).").optional(),
27
+ DataEncryptionAlgorithm: z.enum([
28
+ "AES128",
29
+ "AES192",
30
+ "AES256"
31
+ ]).describe("Encryption algorithm (AES128, AES192, AES256).").optional()
32
+ }).describe("Request model for converting Excel (xls/xlsx/csv) to XML."),
33
+ output: z.object({
34
+ url: z.string().describe("Direct URL to the generated XML file.").nullable().optional(),
35
+ name: z.string().describe("Name of the output file.").nullable().optional(),
36
+ error: z.boolean().describe("Indicates if an error occurred (false means success).").nullable().optional(),
37
+ status: z.string().describe("Status code of the request.").nullable().optional(),
38
+ credits: z.number().int().describe("Number of credits consumed by the request.").nullable().optional(),
39
+ message: z.string().describe("Additional message from the API (e.g., error message).").nullable().optional(),
40
+ duration: z.number().int().describe("Time taken for the operation in milliseconds.").nullable().optional(),
41
+ errorCode: z.number().int().describe("Error code if an error occurred.").nullable().optional(),
42
+ remainingCredits: z.number().int().describe("Number of credits remaining in account.").nullable().optional(),
43
+ outputLinkValidTill: z.string().describe("Expiration timestamp of the output link.").nullable().optional()
44
+ }).passthrough().describe("Response model for Excel to XML conversion.")
45
+ });
46
+ //#endregion
47
+ export { pdfCoConvertExcelToXml };
48
+
49
+ //# sourceMappingURL=convert-excel-to-xml.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convert-excel-to-xml.mjs","names":[],"sources":["../../src/actions/convert-excel-to-xml.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoConvertExcelToXmlInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the source file (xls, xlsx or csv).\"),\n name: z.string().describe(\"Output file name.\").optional(),\n async: z.boolean().default(false).describe(\"Set true to run asynchronously, returning a jobId.\").optional(),\n inline: z.boolean().default(false).describe(\"Set true to return XML inline, otherwise returns file URL.\").optional(),\n callback: z.string().describe(\"Callback URL for async mode, used when async is true.\").optional(),\n profiles: z.record(z.string(), z.unknown()).describe(\"Profiles settings.\").optional(),\n expiration: z.number().int().default(60).describe(\"Link expiration time in minutes.\").optional(),\n httppassword: z.string().describe(\"HTTP auth password for source URL.\").optional(),\n httpusername: z.string().describe(\"HTTP auth user name for source URL.\").optional(),\n worksheetIndex: z.string().describe(\"Worksheet index as a string (0-based, e.g. '0' for the first worksheet).\").optional(),\n DataDecryptionIV: z.string().describe(\"Initialization vector for decryption.\").optional(),\n DataEncryptionIV: z.string().describe(\"Initialization vector for encryption.\").optional(),\n DataDecryptionKey: z.string().describe(\"Decryption key.\").optional(),\n DataEncryptionKey: z.string().describe(\"Encryption key.\").optional(),\n DataDecryptionAlgorithm: z.enum([\"AES128\", \"AES192\", \"AES256\"]).describe(\"Decryption algorithm (AES128, AES192, AES256).\").optional(),\n DataEncryptionAlgorithm: z.enum([\"AES128\", \"AES192\", \"AES256\"]).describe(\"Encryption algorithm (AES128, AES192, AES256).\").optional(),\n}).describe(\"Request model for converting Excel (xls/xlsx/csv) to XML.\");\nexport const PdfCoConvertExcelToXmlOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Direct URL to the generated XML file.\").nullable().optional(),\n name: z.string().describe(\"Name of the output file.\").nullable().optional(),\n error: z.boolean().describe(\"Indicates if an error occurred (false means success).\").nullable().optional(),\n status: z.string().describe(\"Status code of the request.\").nullable().optional(),\n credits: z.number().int().describe(\"Number of credits consumed by the request.\").nullable().optional(),\n message: z.string().describe(\"Additional message from the API (e.g., error message).\").nullable().optional(),\n duration: z.number().int().describe(\"Time taken for the operation in milliseconds.\").nullable().optional(),\n errorCode: z.number().int().describe(\"Error code if an error occurred.\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Number of credits remaining in account.\").nullable().optional(),\n outputLinkValidTill: z.string().describe(\"Expiration timestamp of the output link.\").nullable().optional(),\n}).passthrough().describe(\"Response model for Excel to XML conversion.\");\n\nexport const pdfCoConvertExcelToXml = action(\"PDF_CO_CONVERT_EXCEL_TO_XML\", {\n slug: \"pdf_co-convert-excel-to-xml\",\n name: \"Convert Excel to XML\",\n description: \"Tool to convert an Excel file to XML. Use when needing XML output from xls/xlsx/csv synchronously or asynchronously.\",\n input: PdfCoConvertExcelToXmlInput,\n output: PdfCoConvertExcelToXmlOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/document-parser.ts
4
+ const PdfCoDocumentParserInput = zod.z.object({
5
+ url: zod.z.string().describe("Public URL of the PDF to parse. Required if not uploading a file. Must be a publicly accessible HTTP/HTTPS URL or a file previously uploaded to PDF.co storage.").optional(),
6
+ file: zod.z.string().describe("Raw PDF file bytes to upload directly. Required if not providing a URL.").optional(),
7
+ name: zod.z.string().describe("Custom name for the output/result file.").optional(),
8
+ pages: zod.z.string().describe("Comma-separated page indices or ranges to process (e.g., '0,2-4'). If not specified, all pages are processed.").optional(),
9
+ inline: zod.z.boolean().default(true).describe("Return parsed results inline in the response body instead of generating a file URL.").optional(),
10
+ password: zod.z.string().describe("Password for protected PDF files.").optional(),
11
+ template: zod.z.string().describe("Inline YAML/JSON parsing template to extract structured data. The template defines fields to extract using regex patterns, rectangles, or static values. Example format: {\"templateVersion\": 3, \"templatePriority\": 1, \"sourceId\": \"invoice\", \"fields\": {\"total\": {\"type\": \"regex\", \"expression\": \"TOTAL{{Spaces}}({{Number}})\"}}}"),
12
+ async_req: zod.z.boolean().default(false).describe("Run parsing asynchronously and return a result URL instead of inline data.").optional(),
13
+ outputFormat: zod.z.string().default("JSON").describe("Output format for parsed data: JSON, CSV, or XML. Default is JSON.").optional()
14
+ }).describe("Request parameters for DOCUMENT_PARSER action.");
15
+ const PdfCoDocumentParserOutput = zod.z.object({
16
+ url: zod.z.string().describe("URL to output file (if async or outputFormat generates a file)").nullable().optional(),
17
+ body: zod.z.union([zod.z.record(zod.z.string(), zod.z.unknown()), zod.z.array(zod.z.unknown())]).nullable().optional(),
18
+ name: zod.z.string().describe("Name of the generated output file").nullable().optional(),
19
+ error: zod.z.boolean().describe("Indicates if the operation encountered an error"),
20
+ jobId: zod.z.string().describe("Job ID for tracking async processing (when async=true)").nullable().optional(),
21
+ status: zod.z.number().int().describe("HTTP status code returned by the API"),
22
+ credits: zod.z.number().int().describe("API credits consumed by this operation").nullable().optional(),
23
+ message: zod.z.string().describe("Error or status message").nullable().optional(),
24
+ duration: zod.z.number().int().describe("Processing time in milliseconds").nullable().optional(),
25
+ pageCount: zod.z.number().int().describe("Number of pages processed in the document").nullable().optional(),
26
+ remainingCredits: zod.z.number().int().describe("Remaining API credits for the account").nullable().optional()
27
+ }).describe("Response model for DOCUMENT_PARSER action.");
28
+ const pdfCoDocumentParser = require_action.action("PDF_CO_DOCUMENT_PARSER", {
29
+ slug: "pdf_co-document-parser",
30
+ name: "Document Parser",
31
+ description: "Tool to parse documents based on predefined templates to extract structured data. Use when you need to extract structured fields from a PDF by supplying a custom template.",
32
+ input: PdfCoDocumentParserInput,
33
+ output: PdfCoDocumentParserOutput
34
+ });
35
+ //#endregion
36
+ exports.pdfCoDocumentParser = pdfCoDocumentParser;
37
+
38
+ //# sourceMappingURL=document-parser.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-parser.cjs","names":["z","action"],"sources":["../../src/actions/document-parser.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoDocumentParserInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Public URL of the PDF to parse. Required if not uploading a file. Must be a publicly accessible HTTP/HTTPS URL or a file previously uploaded to PDF.co storage.\").optional(),\n file: z.string().describe(\"Raw PDF file bytes to upload directly. Required if not providing a URL.\").optional(),\n name: z.string().describe(\"Custom name for the output/result file.\").optional(),\n pages: z.string().describe(\"Comma-separated page indices or ranges to process (e.g., '0,2-4'). If not specified, all pages are processed.\").optional(),\n inline: z.boolean().default(true).describe(\"Return parsed results inline in the response body instead of generating a file URL.\").optional(),\n password: z.string().describe(\"Password for protected PDF files.\").optional(),\n template: z.string().describe(\"Inline YAML/JSON parsing template to extract structured data. The template defines fields to extract using regex patterns, rectangles, or static values. Example format: {\\\"templateVersion\\\": 3, \\\"templatePriority\\\": 1, \\\"sourceId\\\": \\\"invoice\\\", \\\"fields\\\": {\\\"total\\\": {\\\"type\\\": \\\"regex\\\", \\\"expression\\\": \\\"TOTAL{{Spaces}}({{Number}})\\\"}}}\"),\n async_req: z.boolean().default(false).describe(\"Run parsing asynchronously and return a result URL instead of inline data.\").optional(),\n outputFormat: z.string().default(\"JSON\").describe(\"Output format for parsed data: JSON, CSV, or XML. Default is JSON.\").optional(),\n}).describe(\"Request parameters for DOCUMENT_PARSER action.\");\nexport const PdfCoDocumentParserOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to output file (if async or outputFormat generates a file)\").nullable().optional(),\n body: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n name: z.string().describe(\"Name of the generated output file\").nullable().optional(),\n error: z.boolean().describe(\"Indicates if the operation encountered an error\"),\n jobId: z.string().describe(\"Job ID for tracking async processing (when async=true)\").nullable().optional(),\n status: z.number().int().describe(\"HTTP status code returned by the API\"),\n credits: z.number().int().describe(\"API credits consumed by this operation\").nullable().optional(),\n message: z.string().describe(\"Error or status message\").nullable().optional(),\n duration: z.number().int().describe(\"Processing time in milliseconds\").nullable().optional(),\n pageCount: z.number().int().describe(\"Number of pages processed in the document\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Remaining API credits for the account\").nullable().optional(),\n}).describe(\"Response model for DOCUMENT_PARSER action.\");\n\nexport const pdfCoDocumentParser = action(\"PDF_CO_DOCUMENT_PARSER\", {\n slug: \"pdf_co-document-parser\",\n name: \"Document Parser\",\n description: \"Tool to parse documents based on predefined templates to extract structured data. Use when you need to extract structured fields from a PDF by supplying a custom template.\",\n input: PdfCoDocumentParserInput,\n output: PdfCoDocumentParserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iKAAiK,CAAC,CAAC,SAAS;CACrM,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CAC9G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;CACrJ,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC3I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wVAAwV;CACtX,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACtI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/document-parser.d.ts
4
+ declare const PdfCoDocumentParserInput: z.ZodTypeAny;
5
+ declare const PdfCoDocumentParserOutput: z.ZodTypeAny;
6
+ declare const pdfCoDocumentParser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoDocumentParser };
9
+ //# sourceMappingURL=document-parser.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-parser.d.cts","names":[],"sources":["../../src/actions/document-parser.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAUoB;AAAA,cAChD,yBAAA,EAA2B,CAAA,CAAE,UAYe;AAAA,cAE5C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/document-parser.d.ts
4
+ declare const PdfCoDocumentParserInput: z.ZodTypeAny;
5
+ declare const PdfCoDocumentParserOutput: z.ZodTypeAny;
6
+ declare const pdfCoDocumentParser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoDocumentParser };
9
+ //# sourceMappingURL=document-parser.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-parser.d.mts","names":[],"sources":["../../src/actions/document-parser.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAUoB;AAAA,cAChD,yBAAA,EAA2B,CAAA,CAAE,UAYe;AAAA,cAE5C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoDocumentParser = action("PDF_CO_DOCUMENT_PARSER", {
4
+ slug: "pdf_co-document-parser",
5
+ name: "Document Parser",
6
+ description: "Tool to parse documents based on predefined templates to extract structured data. Use when you need to extract structured fields from a PDF by supplying a custom template.",
7
+ input: z.object({
8
+ url: z.string().describe("Public URL of the PDF to parse. Required if not uploading a file. Must be a publicly accessible HTTP/HTTPS URL or a file previously uploaded to PDF.co storage.").optional(),
9
+ file: z.string().describe("Raw PDF file bytes to upload directly. Required if not providing a URL.").optional(),
10
+ name: z.string().describe("Custom name for the output/result file.").optional(),
11
+ pages: z.string().describe("Comma-separated page indices or ranges to process (e.g., '0,2-4'). If not specified, all pages are processed.").optional(),
12
+ inline: z.boolean().default(true).describe("Return parsed results inline in the response body instead of generating a file URL.").optional(),
13
+ password: z.string().describe("Password for protected PDF files.").optional(),
14
+ template: z.string().describe("Inline YAML/JSON parsing template to extract structured data. The template defines fields to extract using regex patterns, rectangles, or static values. Example format: {\"templateVersion\": 3, \"templatePriority\": 1, \"sourceId\": \"invoice\", \"fields\": {\"total\": {\"type\": \"regex\", \"expression\": \"TOTAL{{Spaces}}({{Number}})\"}}}"),
15
+ async_req: z.boolean().default(false).describe("Run parsing asynchronously and return a result URL instead of inline data.").optional(),
16
+ outputFormat: z.string().default("JSON").describe("Output format for parsed data: JSON, CSV, or XML. Default is JSON.").optional()
17
+ }).describe("Request parameters for DOCUMENT_PARSER action."),
18
+ output: z.object({
19
+ url: z.string().describe("URL to output file (if async or outputFormat generates a file)").nullable().optional(),
20
+ body: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),
21
+ name: z.string().describe("Name of the generated output file").nullable().optional(),
22
+ error: z.boolean().describe("Indicates if the operation encountered an error"),
23
+ jobId: z.string().describe("Job ID for tracking async processing (when async=true)").nullable().optional(),
24
+ status: z.number().int().describe("HTTP status code returned by the API"),
25
+ credits: z.number().int().describe("API credits consumed by this operation").nullable().optional(),
26
+ message: z.string().describe("Error or status message").nullable().optional(),
27
+ duration: z.number().int().describe("Processing time in milliseconds").nullable().optional(),
28
+ pageCount: z.number().int().describe("Number of pages processed in the document").nullable().optional(),
29
+ remainingCredits: z.number().int().describe("Remaining API credits for the account").nullable().optional()
30
+ }).describe("Response model for DOCUMENT_PARSER action.")
31
+ });
32
+ //#endregion
33
+ export { pdfCoDocumentParser };
34
+
35
+ //# sourceMappingURL=document-parser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-parser.mjs","names":[],"sources":["../../src/actions/document-parser.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoDocumentParserInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Public URL of the PDF to parse. Required if not uploading a file. Must be a publicly accessible HTTP/HTTPS URL or a file previously uploaded to PDF.co storage.\").optional(),\n file: z.string().describe(\"Raw PDF file bytes to upload directly. Required if not providing a URL.\").optional(),\n name: z.string().describe(\"Custom name for the output/result file.\").optional(),\n pages: z.string().describe(\"Comma-separated page indices or ranges to process (e.g., '0,2-4'). If not specified, all pages are processed.\").optional(),\n inline: z.boolean().default(true).describe(\"Return parsed results inline in the response body instead of generating a file URL.\").optional(),\n password: z.string().describe(\"Password for protected PDF files.\").optional(),\n template: z.string().describe(\"Inline YAML/JSON parsing template to extract structured data. The template defines fields to extract using regex patterns, rectangles, or static values. Example format: {\\\"templateVersion\\\": 3, \\\"templatePriority\\\": 1, \\\"sourceId\\\": \\\"invoice\\\", \\\"fields\\\": {\\\"total\\\": {\\\"type\\\": \\\"regex\\\", \\\"expression\\\": \\\"TOTAL{{Spaces}}({{Number}})\\\"}}}\"),\n async_req: z.boolean().default(false).describe(\"Run parsing asynchronously and return a result URL instead of inline data.\").optional(),\n outputFormat: z.string().default(\"JSON\").describe(\"Output format for parsed data: JSON, CSV, or XML. Default is JSON.\").optional(),\n}).describe(\"Request parameters for DOCUMENT_PARSER action.\");\nexport const PdfCoDocumentParserOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to output file (if async or outputFormat generates a file)\").nullable().optional(),\n body: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n name: z.string().describe(\"Name of the generated output file\").nullable().optional(),\n error: z.boolean().describe(\"Indicates if the operation encountered an error\"),\n jobId: z.string().describe(\"Job ID for tracking async processing (when async=true)\").nullable().optional(),\n status: z.number().int().describe(\"HTTP status code returned by the API\"),\n credits: z.number().int().describe(\"API credits consumed by this operation\").nullable().optional(),\n message: z.string().describe(\"Error or status message\").nullable().optional(),\n duration: z.number().int().describe(\"Processing time in milliseconds\").nullable().optional(),\n pageCount: z.number().int().describe(\"Number of pages processed in the document\").nullable().optional(),\n remainingCredits: z.number().int().describe(\"Remaining API credits for the account\").nullable().optional(),\n}).describe(\"Response model for DOCUMENT_PARSER action.\");\n\nexport const pdfCoDocumentParser = action(\"PDF_CO_DOCUMENT_PARSER\", {\n slug: \"pdf_co-document-parser\",\n name: \"Document Parser\",\n description: \"Tool to parse documents based on predefined templates to extract structured data. Use when you need to extract structured fields from a PDF by supplying a custom template.\",\n input: PdfCoDocumentParserInput,\n output: PdfCoDocumentParserOutput,\n});\n"],"mappings":";;AA6BA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA7BoD,EAAE,OAAO;EAC7D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iKAAiK,CAAC,CAAC,SAAS;EACrM,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;EAC9G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;EACrJ,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;EAC3I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wVAAwV;EACtX,WAAW,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EACtI,cAAc,EAAE,OAAO,CAAC,CAAC,QAAQ,MAAM,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACnI,CAAC,CAAC,CAAC,SAAS,gDAmBH;CACP,QAnBqD,EAAE,OAAO;EAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EACxE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/file-upload.ts
4
+ const PdfCoFileUploadInput = zod.z.object({
5
+ url: zod.z.string().describe("URL of the file to upload to PDF.co. The file will be downloaded from this URL and uploaded. Either 'url' or 'file' must be provided, but not both.").optional(),
6
+ file: zod.z.object({
7
+ name: zod.z.string().describe("The filename that will be used when uploading the file to the destination service"),
8
+ s3key: zod.z.string().describe("The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."),
9
+ mimetype: zod.z.string().describe("The MIME type of the file")
10
+ }).describe("File to upload to PDF.co. Either 'file' or 'url' must be provided, but not both.").optional(),
11
+ name: zod.z.string().describe("Optional custom filename to assign on PDF.co (defaults to the file's original name).").optional(),
12
+ run_async: zod.z.boolean().describe("Whether to execute the upload asynchronously (defaults to false).").optional()
13
+ }).describe("Request model for uploading a file to PDF.co.");
14
+ const PdfCoFileUploadOutput = zod.z.object({
15
+ url: zod.z.string().describe("URL to the uploaded file."),
16
+ name: zod.z.string().describe("Name of the uploaded file on PDF.co."),
17
+ error: zod.z.boolean().describe("Indicates if an error occurred."),
18
+ status: zod.z.number().int().describe("Status code of the operation."),
19
+ message: zod.z.string().describe("Error message if any.").nullable().optional()
20
+ }).describe("Response model for file upload action.");
21
+ const pdfCoFileUpload = require_action.action("PDF_CO_FILE_UPLOAD", {
22
+ slug: "pdf_co-file-upload",
23
+ name: "Upload File",
24
+ description: "Tool to upload a local file or remote URL to PDF.co, returning a hosted URL for downstream processing. Use when a PDF.co tool (e.g., PDF_CO_PDF_FROM_HTML) requires a remote URL but you have a local file.",
25
+ input: PdfCoFileUploadInput,
26
+ output: PdfCoFileUploadOutput
27
+ });
28
+ //#endregion
29
+ exports.pdfCoFileUpload = pdfCoFileUpload;
30
+
31
+ //# sourceMappingURL=file-upload.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-upload.cjs","names":["z","action"],"sources":["../../src/actions/file-upload.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoFileUploadInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the file to upload to PDF.co. The file will be downloaded from this URL and uploaded. Either 'url' or 'file' must be provided, but not both.\").optional(),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload to PDF.co. Either 'file' or 'url' must be provided, but not both.\").optional(),\n name: z.string().describe(\"Optional custom filename to assign on PDF.co (defaults to the file's original name).\").optional(),\n run_async: z.boolean().describe(\"Whether to execute the upload asynchronously (defaults to false).\").optional(),\n}).describe(\"Request model for uploading a file to PDF.co.\");\nexport const PdfCoFileUploadOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the uploaded file.\"),\n name: z.string().describe(\"Name of the uploaded file on PDF.co.\"),\n error: z.boolean().describe(\"Indicates if an error occurred.\"),\n status: z.number().int().describe(\"Status code of the operation.\"),\n message: z.string().describe(\"Error message if any.\").nullable().optional(),\n}).describe(\"Response model for file upload action.\");\n\nexport const pdfCoFileUpload = action(\"PDF_CO_FILE_UPLOAD\", {\n slug: \"pdf_co-file-upload\",\n name: \"Upload File\",\n description: \"Tool to upload a local file or remote URL to PDF.co, returning a hosted URL for downstream processing. Use when a PDF.co tool (e.g., PDF_CO_PDF_FROM_HTML) requires a remote URL but you have a local file.\",\n input: PdfCoFileUploadInput,\n output: PdfCoFileUploadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;CACzL,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACvG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC3H,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,kBAAkBC,eAAAA,OAAO,sBAAsB;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/file-upload.d.ts
4
+ declare const PdfCoFileUploadInput: z.ZodTypeAny;
5
+ declare const PdfCoFileUploadOutput: z.ZodTypeAny;
6
+ declare const pdfCoFileUpload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoFileUpload };
9
+ //# sourceMappingURL=file-upload.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-upload.d.cts","names":[],"sources":["../../src/actions/file-upload.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UASuB;AAAA,cAC/C,qBAAA,EAAuB,CAAA,CAAE,UAMe;AAAA,cAExC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/file-upload.d.ts
4
+ declare const PdfCoFileUploadInput: z.ZodTypeAny;
5
+ declare const PdfCoFileUploadOutput: z.ZodTypeAny;
6
+ declare const pdfCoFileUpload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pdfCoFileUpload };
9
+ //# sourceMappingURL=file-upload.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-upload.d.mts","names":[],"sources":["../../src/actions/file-upload.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UASuB;AAAA,cAC/C,qBAAA,EAAuB,CAAA,CAAE,UAMe;AAAA,cAExC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,28 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pdfCoFileUpload = action("PDF_CO_FILE_UPLOAD", {
4
+ slug: "pdf_co-file-upload",
5
+ name: "Upload File",
6
+ description: "Tool to upload a local file or remote URL to PDF.co, returning a hosted URL for downstream processing. Use when a PDF.co tool (e.g., PDF_CO_PDF_FROM_HTML) requires a remote URL but you have a local file.",
7
+ input: z.object({
8
+ url: z.string().describe("URL of the file to upload to PDF.co. The file will be downloaded from this URL and uploaded. Either 'url' or 'file' must be provided, but not both.").optional(),
9
+ file: z.object({
10
+ name: z.string().describe("The filename that will be used when uploading the file to the destination service"),
11
+ s3key: z.string().describe("The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."),
12
+ mimetype: z.string().describe("The MIME type of the file")
13
+ }).describe("File to upload to PDF.co. Either 'file' or 'url' must be provided, but not both.").optional(),
14
+ name: z.string().describe("Optional custom filename to assign on PDF.co (defaults to the file's original name).").optional(),
15
+ run_async: z.boolean().describe("Whether to execute the upload asynchronously (defaults to false).").optional()
16
+ }).describe("Request model for uploading a file to PDF.co."),
17
+ output: z.object({
18
+ url: z.string().describe("URL to the uploaded file."),
19
+ name: z.string().describe("Name of the uploaded file on PDF.co."),
20
+ error: z.boolean().describe("Indicates if an error occurred."),
21
+ status: z.number().int().describe("Status code of the operation."),
22
+ message: z.string().describe("Error message if any.").nullable().optional()
23
+ }).describe("Response model for file upload action.")
24
+ });
25
+ //#endregion
26
+ export { pdfCoFileUpload };
27
+
28
+ //# sourceMappingURL=file-upload.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file-upload.mjs","names":[],"sources":["../../src/actions/file-upload.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PdfCoFileUploadInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the file to upload to PDF.co. The file will be downloaded from this URL and uploaded. Either 'url' or 'file' must be provided, but not both.\").optional(),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload to PDF.co. Either 'file' or 'url' must be provided, but not both.\").optional(),\n name: z.string().describe(\"Optional custom filename to assign on PDF.co (defaults to the file's original name).\").optional(),\n run_async: z.boolean().describe(\"Whether to execute the upload asynchronously (defaults to false).\").optional(),\n}).describe(\"Request model for uploading a file to PDF.co.\");\nexport const PdfCoFileUploadOutput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the uploaded file.\"),\n name: z.string().describe(\"Name of the uploaded file on PDF.co.\"),\n error: z.boolean().describe(\"Indicates if an error occurred.\"),\n status: z.number().int().describe(\"Status code of the operation.\"),\n message: z.string().describe(\"Error message if any.\").nullable().optional(),\n}).describe(\"Response model for file upload action.\");\n\nexport const pdfCoFileUpload = action(\"PDF_CO_FILE_UPLOAD\", {\n slug: \"pdf_co-file-upload\",\n name: \"Upload File\",\n description: \"Tool to upload a local file or remote URL to PDF.co, returning a hosted URL for downstream processing. Use when a PDF.co tool (e.g., PDF_CO_PDF_FROM_HTML) requires a remote URL but you have a local file.\",\n input: PdfCoFileUploadInput,\n output: PdfCoFileUploadOutput,\n});\n"],"mappings":";;AAsBA,MAAa,kBAAkB,OAAO,sBAAsB;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBgD,EAAE,OAAO;EACzD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;EACzL,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EACvG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;EAC3H,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,SAAS,+CAaH;CACP,QAbiD,EAAE,OAAO;EAC1D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAChE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC;EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,69 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_account_balance_info = require("./account-balance-info.cjs");
3
+ const require_convert_excel_to_csv = require("./convert-excel-to-csv.cjs");
4
+ const require_convert_excel_to_html = require("./convert-excel-to-html.cjs");
5
+ const require_convert_excel_to_json = require("./convert-excel-to-json.cjs");
6
+ const require_convert_excel_to_text = require("./convert-excel-to-text.cjs");
7
+ const require_convert_excel_to_xml = require("./convert-excel-to-xml.cjs");
8
+ const require_document_parser = require("./document-parser.cjs");
9
+ const require_file_upload = require("./file-upload.cjs");
10
+ const require_job_check = require("./job-check.cjs");
11
+ const require_pdf_add = require("./pdf-add.cjs");
12
+ const require_pdf_change_text_searchable = require("./pdf-change-text-searchable.cjs");
13
+ const require_pdf_delete_pages = require("./pdf-delete-pages.cjs");
14
+ const require_pdf_extract_attachments = require("./pdf-extract-attachments.cjs");
15
+ const require_pdf_find = require("./pdf-find.cjs");
16
+ const require_pdf_forms_info_reader = require("./pdf-forms-info-reader.cjs");
17
+ const require_pdf_from_document_txt = require("./pdf-from-document-txt.cjs");
18
+ const require_pdf_from_email = require("./pdf-from-email.cjs");
19
+ const require_pdf_from_html = require("./pdf-from-html.cjs");
20
+ const require_pdf_info_reader = require("./pdf-info-reader.cjs");
21
+ const require_pdf_merge = require("./pdf-merge.cjs");
22
+ const require_pdf_rotate = require("./pdf-rotate.cjs");
23
+ const require_pdf_search_and_delete_text = require("./pdf-search-and-delete-text.cjs");
24
+ const require_pdf_search_and_replace_text = require("./pdf-search-and-replace-text.cjs");
25
+ const require_pdf_split = require("./pdf-split.cjs");
26
+ const require_pdf_to_csv = require("./pdf-to-csv.cjs");
27
+ const require_pdf_to_html = require("./pdf-to-html.cjs");
28
+ const require_pdf_to_image = require("./pdf-to-image.cjs");
29
+ const require_pdf_to_json = require("./pdf-to-json.cjs");
30
+ const require_pdf_to_text = require("./pdf-to-text.cjs");
31
+ const require_pdf_to_xls = require("./pdf-to-xls.cjs");
32
+ const require_pdf_to_xlsx = require("./pdf-to-xlsx.cjs");
33
+ const require_pdf_to_xml = require("./pdf-to-xml.cjs");
34
+ const require_pdfco_post_barcode_generate = require("./pdfco-post-barcode-generate.cjs");
35
+ const require_pdfco_post_file_upload_base64 = require("./pdfco-post-file-upload-base64.cjs");
36
+ exports.pdfCoAccountBalanceInfo = require_account_balance_info.pdfCoAccountBalanceInfo;
37
+ exports.pdfCoConvertExcelToCsv = require_convert_excel_to_csv.pdfCoConvertExcelToCsv;
38
+ exports.pdfCoConvertExcelToHtml = require_convert_excel_to_html.pdfCoConvertExcelToHtml;
39
+ exports.pdfCoConvertExcelToJson = require_convert_excel_to_json.pdfCoConvertExcelToJson;
40
+ exports.pdfCoConvertExcelToText = require_convert_excel_to_text.pdfCoConvertExcelToText;
41
+ exports.pdfCoConvertExcelToXml = require_convert_excel_to_xml.pdfCoConvertExcelToXml;
42
+ exports.pdfCoDocumentParser = require_document_parser.pdfCoDocumentParser;
43
+ exports.pdfCoFileUpload = require_file_upload.pdfCoFileUpload;
44
+ exports.pdfCoJobCheck = require_job_check.pdfCoJobCheck;
45
+ exports.pdfCoPdfAdd = require_pdf_add.pdfCoPdfAdd;
46
+ exports.pdfCoPdfChangeTextSearchable = require_pdf_change_text_searchable.pdfCoPdfChangeTextSearchable;
47
+ exports.pdfCoPdfDeletePages = require_pdf_delete_pages.pdfCoPdfDeletePages;
48
+ exports.pdfCoPdfExtractAttachments = require_pdf_extract_attachments.pdfCoPdfExtractAttachments;
49
+ exports.pdfCoPdfFind = require_pdf_find.pdfCoPdfFind;
50
+ exports.pdfCoPdfFormsInfoReader = require_pdf_forms_info_reader.pdfCoPdfFormsInfoReader;
51
+ exports.pdfCoPdfFromDocumentTxt = require_pdf_from_document_txt.pdfCoPdfFromDocumentTxt;
52
+ exports.pdfCoPdfFromEmail = require_pdf_from_email.pdfCoPdfFromEmail;
53
+ exports.pdfCoPdfFromHtml = require_pdf_from_html.pdfCoPdfFromHtml;
54
+ exports.pdfCoPdfInfoReader = require_pdf_info_reader.pdfCoPdfInfoReader;
55
+ exports.pdfCoPdfMerge = require_pdf_merge.pdfCoPdfMerge;
56
+ exports.pdfCoPdfRotate = require_pdf_rotate.pdfCoPdfRotate;
57
+ exports.pdfCoPdfSearchAndDeleteText = require_pdf_search_and_delete_text.pdfCoPdfSearchAndDeleteText;
58
+ exports.pdfCoPdfSearchAndReplaceText = require_pdf_search_and_replace_text.pdfCoPdfSearchAndReplaceText;
59
+ exports.pdfCoPdfSplit = require_pdf_split.pdfCoPdfSplit;
60
+ exports.pdfCoPdfToCsv = require_pdf_to_csv.pdfCoPdfToCsv;
61
+ exports.pdfCoPdfToHtml = require_pdf_to_html.pdfCoPdfToHtml;
62
+ exports.pdfCoPdfToImage = require_pdf_to_image.pdfCoPdfToImage;
63
+ exports.pdfCoPdfToJson = require_pdf_to_json.pdfCoPdfToJson;
64
+ exports.pdfCoPdfToText = require_pdf_to_text.pdfCoPdfToText;
65
+ exports.pdfCoPdfToXls = require_pdf_to_xls.pdfCoPdfToXls;
66
+ exports.pdfCoPdfToXlsx = require_pdf_to_xlsx.pdfCoPdfToXlsx;
67
+ exports.pdfCoPdfToXml = require_pdf_to_xml.pdfCoPdfToXml;
68
+ exports.pdfCoPdfcoPostBarcodeGenerate = require_pdfco_post_barcode_generate.pdfCoPdfcoPostBarcodeGenerate;
69
+ exports.pdfCoPdfcoPostFileUploadBase64 = require_pdfco_post_file_upload_base64.pdfCoPdfcoPostFileUploadBase64;
@@ -0,0 +1,35 @@
1
+ import { pdfCoAccountBalanceInfo } from "./account-balance-info.cjs";
2
+ import { pdfCoConvertExcelToCsv } from "./convert-excel-to-csv.cjs";
3
+ import { pdfCoConvertExcelToHtml } from "./convert-excel-to-html.cjs";
4
+ import { pdfCoConvertExcelToJson } from "./convert-excel-to-json.cjs";
5
+ import { pdfCoConvertExcelToText } from "./convert-excel-to-text.cjs";
6
+ import { pdfCoConvertExcelToXml } from "./convert-excel-to-xml.cjs";
7
+ import { pdfCoDocumentParser } from "./document-parser.cjs";
8
+ import { pdfCoFileUpload } from "./file-upload.cjs";
9
+ import { pdfCoJobCheck } from "./job-check.cjs";
10
+ import { pdfCoPdfAdd } from "./pdf-add.cjs";
11
+ import { pdfCoPdfChangeTextSearchable } from "./pdf-change-text-searchable.cjs";
12
+ import { pdfCoPdfDeletePages } from "./pdf-delete-pages.cjs";
13
+ import { pdfCoPdfExtractAttachments } from "./pdf-extract-attachments.cjs";
14
+ import { pdfCoPdfFind } from "./pdf-find.cjs";
15
+ import { pdfCoPdfFormsInfoReader } from "./pdf-forms-info-reader.cjs";
16
+ import { pdfCoPdfFromDocumentTxt } from "./pdf-from-document-txt.cjs";
17
+ import { pdfCoPdfFromEmail } from "./pdf-from-email.cjs";
18
+ import { pdfCoPdfFromHtml } from "./pdf-from-html.cjs";
19
+ import { pdfCoPdfInfoReader } from "./pdf-info-reader.cjs";
20
+ import { pdfCoPdfMerge } from "./pdf-merge.cjs";
21
+ import { pdfCoPdfRotate } from "./pdf-rotate.cjs";
22
+ import { pdfCoPdfSearchAndDeleteText } from "./pdf-search-and-delete-text.cjs";
23
+ import { pdfCoPdfSearchAndReplaceText } from "./pdf-search-and-replace-text.cjs";
24
+ import { pdfCoPdfSplit } from "./pdf-split.cjs";
25
+ import { pdfCoPdfToCsv } from "./pdf-to-csv.cjs";
26
+ import { pdfCoPdfToHtml } from "./pdf-to-html.cjs";
27
+ import { pdfCoPdfToImage } from "./pdf-to-image.cjs";
28
+ import { pdfCoPdfToJson } from "./pdf-to-json.cjs";
29
+ import { pdfCoPdfToText } from "./pdf-to-text.cjs";
30
+ import { pdfCoPdfToXls } from "./pdf-to-xls.cjs";
31
+ import { pdfCoPdfToXlsx } from "./pdf-to-xlsx.cjs";
32
+ import { pdfCoPdfToXml } from "./pdf-to-xml.cjs";
33
+ import { pdfCoPdfcoPostBarcodeGenerate } from "./pdfco-post-barcode-generate.cjs";
34
+ import { pdfCoPdfcoPostFileUploadBase64 } from "./pdfco-post-file-upload-base64.cjs";
35
+ export { pdfCoAccountBalanceInfo, pdfCoConvertExcelToCsv, pdfCoConvertExcelToHtml, pdfCoConvertExcelToJson, pdfCoConvertExcelToText, pdfCoConvertExcelToXml, pdfCoDocumentParser, pdfCoFileUpload, pdfCoJobCheck, pdfCoPdfAdd, pdfCoPdfChangeTextSearchable, pdfCoPdfDeletePages, pdfCoPdfExtractAttachments, pdfCoPdfFind, pdfCoPdfFormsInfoReader, pdfCoPdfFromDocumentTxt, pdfCoPdfFromEmail, pdfCoPdfFromHtml, pdfCoPdfInfoReader, pdfCoPdfMerge, pdfCoPdfRotate, pdfCoPdfSearchAndDeleteText, pdfCoPdfSearchAndReplaceText, pdfCoPdfSplit, pdfCoPdfToCsv, pdfCoPdfToHtml, pdfCoPdfToImage, pdfCoPdfToJson, pdfCoPdfToText, pdfCoPdfToXls, pdfCoPdfToXlsx, pdfCoPdfToXml, pdfCoPdfcoPostBarcodeGenerate, pdfCoPdfcoPostFileUploadBase64 };
@@ -0,0 +1,35 @@
1
+ import { pdfCoAccountBalanceInfo } from "./account-balance-info.mjs";
2
+ import { pdfCoConvertExcelToCsv } from "./convert-excel-to-csv.mjs";
3
+ import { pdfCoConvertExcelToHtml } from "./convert-excel-to-html.mjs";
4
+ import { pdfCoConvertExcelToJson } from "./convert-excel-to-json.mjs";
5
+ import { pdfCoConvertExcelToText } from "./convert-excel-to-text.mjs";
6
+ import { pdfCoConvertExcelToXml } from "./convert-excel-to-xml.mjs";
7
+ import { pdfCoDocumentParser } from "./document-parser.mjs";
8
+ import { pdfCoFileUpload } from "./file-upload.mjs";
9
+ import { pdfCoJobCheck } from "./job-check.mjs";
10
+ import { pdfCoPdfAdd } from "./pdf-add.mjs";
11
+ import { pdfCoPdfChangeTextSearchable } from "./pdf-change-text-searchable.mjs";
12
+ import { pdfCoPdfDeletePages } from "./pdf-delete-pages.mjs";
13
+ import { pdfCoPdfExtractAttachments } from "./pdf-extract-attachments.mjs";
14
+ import { pdfCoPdfFind } from "./pdf-find.mjs";
15
+ import { pdfCoPdfFormsInfoReader } from "./pdf-forms-info-reader.mjs";
16
+ import { pdfCoPdfFromDocumentTxt } from "./pdf-from-document-txt.mjs";
17
+ import { pdfCoPdfFromEmail } from "./pdf-from-email.mjs";
18
+ import { pdfCoPdfFromHtml } from "./pdf-from-html.mjs";
19
+ import { pdfCoPdfInfoReader } from "./pdf-info-reader.mjs";
20
+ import { pdfCoPdfMerge } from "./pdf-merge.mjs";
21
+ import { pdfCoPdfRotate } from "./pdf-rotate.mjs";
22
+ import { pdfCoPdfSearchAndDeleteText } from "./pdf-search-and-delete-text.mjs";
23
+ import { pdfCoPdfSearchAndReplaceText } from "./pdf-search-and-replace-text.mjs";
24
+ import { pdfCoPdfSplit } from "./pdf-split.mjs";
25
+ import { pdfCoPdfToCsv } from "./pdf-to-csv.mjs";
26
+ import { pdfCoPdfToHtml } from "./pdf-to-html.mjs";
27
+ import { pdfCoPdfToImage } from "./pdf-to-image.mjs";
28
+ import { pdfCoPdfToJson } from "./pdf-to-json.mjs";
29
+ import { pdfCoPdfToText } from "./pdf-to-text.mjs";
30
+ import { pdfCoPdfToXls } from "./pdf-to-xls.mjs";
31
+ import { pdfCoPdfToXlsx } from "./pdf-to-xlsx.mjs";
32
+ import { pdfCoPdfToXml } from "./pdf-to-xml.mjs";
33
+ import { pdfCoPdfcoPostBarcodeGenerate } from "./pdfco-post-barcode-generate.mjs";
34
+ import { pdfCoPdfcoPostFileUploadBase64 } from "./pdfco-post-file-upload-base64.mjs";
35
+ export { pdfCoAccountBalanceInfo, pdfCoConvertExcelToCsv, pdfCoConvertExcelToHtml, pdfCoConvertExcelToJson, pdfCoConvertExcelToText, pdfCoConvertExcelToXml, pdfCoDocumentParser, pdfCoFileUpload, pdfCoJobCheck, pdfCoPdfAdd, pdfCoPdfChangeTextSearchable, pdfCoPdfDeletePages, pdfCoPdfExtractAttachments, pdfCoPdfFind, pdfCoPdfFormsInfoReader, pdfCoPdfFromDocumentTxt, pdfCoPdfFromEmail, pdfCoPdfFromHtml, pdfCoPdfInfoReader, pdfCoPdfMerge, pdfCoPdfRotate, pdfCoPdfSearchAndDeleteText, pdfCoPdfSearchAndReplaceText, pdfCoPdfSplit, pdfCoPdfToCsv, pdfCoPdfToHtml, pdfCoPdfToImage, pdfCoPdfToJson, pdfCoPdfToText, pdfCoPdfToXls, pdfCoPdfToXlsx, pdfCoPdfToXml, pdfCoPdfcoPostBarcodeGenerate, pdfCoPdfcoPostFileUploadBase64 };