@activepieces/piece-pdfcrowd 0.1.2 → 0.1.4
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.
- package/package.json +7 -13
- package/src/index.js +13 -35
- package/src/index.d.ts +0 -2
- package/src/index.d.ts.map +0 -1
- package/src/index.js.map +0 -1
- package/src/lib/actions/html-to-pdf.d.ts +0 -109
- package/src/lib/actions/html-to-pdf.d.ts.map +0 -1
- package/src/lib/actions/html-to-pdf.js +0 -858
- package/src/lib/actions/html-to-pdf.js.map +0 -1
- package/src/lib/actions/url-to-pdf.d.ts +0 -109
- package/src/lib/actions/url-to-pdf.d.ts.map +0 -1
- package/src/lib/actions/url-to-pdf.js +0 -858
- package/src/lib/actions/url-to-pdf.js.map +0 -1
- package/src/lib/common/auth.d.ts +0 -2
- package/src/lib/common/auth.d.ts.map +0 -1
- package/src/lib/common/auth.js +0 -39
- package/src/lib/common/auth.js.map +0 -1
- package/src/lib/common/client.d.ts +0 -7
- package/src/lib/common/client.d.ts.map +0 -1
- package/src/lib/common/client.js +0 -14
- package/src/lib/common/client.js.map +0 -1
package/src/index.d.ts
DELETED
package/src/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,QAAQ,4GAyBnB,CAAC"}
|
package/src/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,qEAA6D;AAC7D,4CAAiD;AACjD,yDAA0D;AAC1D,2DAA4D;AAC5D,iDAAqD;AACrD,+DAAwE;AACxE,gDAA+C;AAElC,QAAA,QAAQ,GAAG,IAAA,8BAAW,EAAC;IAClC,WAAW,EAAE,UAAU;IACvB,IAAI,EAAE,mBAAY;IAClB,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,kDAAkD;IAC3D,OAAO,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;IACpC,UAAU,EAAE,CAAC,sBAAa,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EACT,oEAAoE;IACtE,OAAO,EAAE;QACP,2BAAc;QACd,6BAAe;QACf,IAAA,yCAAyB,EAAC;YACxB,IAAI,EAAE,mBAAY;YAClB,OAAO,EAAE,GAAG,EAAE,CAAC,iBAAQ;YACvB,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAC1B,OAAO;oBACL,aAAa,EAAE,SAAS,MAAM,CAAC,IAAI,CACjC,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE,CACpC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;iBACvB,CAAC;YACJ,CAAC,CAAA;SACF,CAAC;KACH;IACD,QAAQ,EAAE,EAAE;CACb,CAAC,CAAC"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
export declare const htmlToPdfAction: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").BasicAuthProperty, {
|
|
2
|
-
htmlContent: import("@activepieces/pieces-framework").LongTextProperty<true>;
|
|
3
|
-
outputFilename: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
4
|
-
page_size: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
5
|
-
page_width: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
6
|
-
page_height: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
7
|
-
orientation: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
8
|
-
margin_top: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
9
|
-
margin_right: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
10
|
-
margin_bottom: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
11
|
-
margin_left: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
12
|
-
no_margins: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
13
|
-
print_page_range: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
14
|
-
content_viewport_width: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
15
|
-
content_viewport_height: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
16
|
-
content_fit_mode: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
17
|
-
remove_blank_pages: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
18
|
-
header_url: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
19
|
-
header_html: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
20
|
-
header_height: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
21
|
-
footer_url: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
22
|
-
footer_html: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
23
|
-
footer_height: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
24
|
-
no_header_footer_horizontal_margins: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
25
|
-
exclude_header_on_pages: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
26
|
-
exclude_footer_on_pages: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
27
|
-
header_footer_scale_factor: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
28
|
-
page_numbering_offset: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
29
|
-
page_watermark_url: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
30
|
-
multipage_watermark_url: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
31
|
-
page_background_url: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
32
|
-
multipage_background_url: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
33
|
-
page_background_color: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
34
|
-
use_print_media: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
35
|
-
no_background: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
36
|
-
disable_javascript: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
37
|
-
disable_image_loading: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
38
|
-
disable_remote_fonts: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
39
|
-
load_iframes: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
40
|
-
block_ads: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
41
|
-
default_encoding: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
42
|
-
locale: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
43
|
-
http_auth_user_name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
44
|
-
http_auth_password: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
45
|
-
cookies: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
46
|
-
verify_ssl_certificates: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
47
|
-
fail_on_main_url_error: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
48
|
-
fail_on_any_url_error: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
49
|
-
css_page_rule_mode: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
50
|
-
custom_css: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
51
|
-
custom_javascript: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
52
|
-
on_load_javascript: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
53
|
-
custom_http_header: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
54
|
-
javascript_delay: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
55
|
-
element_to_convert: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
56
|
-
element_to_convert_mode: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
57
|
-
wait_for_element: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
58
|
-
auto_detect_element_to_convert: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
59
|
-
readability_enhancements: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
60
|
-
scale_factor: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
61
|
-
jpeg_quality: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
62
|
-
convert_images_to_jpeg: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
63
|
-
image_dpi: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
64
|
-
enable_pdf_forms: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
65
|
-
linearize: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
66
|
-
encrypt: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
67
|
-
user_password: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
68
|
-
owner_password: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
69
|
-
no_print: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
70
|
-
no_modify: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
71
|
-
no_copy: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
72
|
-
title: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
73
|
-
subject: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
74
|
-
author: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
75
|
-
keywords: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
76
|
-
extract_meta_tags: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
77
|
-
page_layout: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
78
|
-
page_mode: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
79
|
-
initial_zoom_type: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
80
|
-
initial_page: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
81
|
-
initial_zoom: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
82
|
-
hide_toolbar: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
83
|
-
hide_menubar: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
84
|
-
hide_window_ui: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
85
|
-
fit_window: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
86
|
-
center_window: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
87
|
-
display_title: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
88
|
-
right_to_left: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
89
|
-
data_string: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
90
|
-
data_format: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
91
|
-
data_ignore_undefined: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
92
|
-
data_auto_escape: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
93
|
-
data_trim_blocks: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
94
|
-
data_options: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
95
|
-
debug_log: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
96
|
-
tag: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
97
|
-
http_proxy: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
98
|
-
https_proxy: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
99
|
-
layout_dpi: import("@activepieces/pieces-framework").NumberProperty<false>;
|
|
100
|
-
main_document_css_annotation: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
101
|
-
header_footer_css_annotation: import("@activepieces/pieces-framework").CheckboxProperty<false>;
|
|
102
|
-
conversion_config: import("@activepieces/pieces-framework").LongTextProperty<false>;
|
|
103
|
-
converter_version: import("@activepieces/pieces-framework").StaticDropdownProperty<string, false>;
|
|
104
|
-
page_watermark: import("@activepieces/pieces-framework").FileProperty<false>;
|
|
105
|
-
multipage_watermark: import("@activepieces/pieces-framework").FileProperty<false>;
|
|
106
|
-
page_background: import("@activepieces/pieces-framework").FileProperty<false>;
|
|
107
|
-
multipage_background: import("@activepieces/pieces-framework").FileProperty<false>;
|
|
108
|
-
}>;
|
|
109
|
-
//# sourceMappingURL=html-to-pdf.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"html-to-pdf.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/html-to-pdf.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA41B1B,CAAC"}
|