@activepieces/piece-pdfcrowd 0.0.3 → 0.0.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 +8 -17
- package/src/index.js.map +1 -1
- package/src/lib/actions/html-to-pdf.d.ts +82 -4
- package/src/lib/actions/html-to-pdf.js +626 -46
- package/src/lib/actions/html-to-pdf.js.map +1 -1
- package/src/lib/actions/url-to-pdf.d.ts +82 -4
- package/src/lib/actions/url-to-pdf.js +621 -39
- package/src/lib/actions/url-to-pdf.js.map +1 -1
- package/src/lib/common/auth.js +21 -0
- package/src/lib/common/auth.js.map +1 -1
- package/src/lib/common/client.d.ts +2 -0
- package/src/lib/common/client.js +6 -1
- package/src/lib/common/client.js.map +1 -1
- package/README.md +0 -7
- package/src/i18n/de.json +0 -96
- package/src/i18n/es.json +0 -96
- package/src/i18n/fr.json +0 -96
- package/src/i18n/ja.json +0 -96
- package/src/i18n/nl.json +0 -96
- package/src/i18n/pt.json +0 -96
- package/src/i18n/translation.json +0 -96
- package/src/i18n/zh.json +0 -96
package/src/i18n/nl.json
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Convert web pages and HTML to PDF with advanced formatting options": "Webpagina's en HTML converteren naar PDF met geavanceerde opmaakopties",
|
|
3
|
-
"Username": "Gebruikersnaam",
|
|
4
|
-
"Your Pdfcrowd username": "Je Pdfcrowd gebruikersnaam",
|
|
5
|
-
"API Key": "API Sleutel",
|
|
6
|
-
"Your Pdfcrowd API key": "Uw Pdfcrowd API-sleutel",
|
|
7
|
-
"Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Uw Pdfcrowd API inloggegevens. Download deze op https://pdfcrowd.com/user/account/",
|
|
8
|
-
"Convert URL to PDF": "Converteer URL naar PDF",
|
|
9
|
-
"Convert HTML to PDF": "HTML converteren naar PDF",
|
|
10
|
-
"Custom API Call": "Custom API Call",
|
|
11
|
-
"Convert a web page URL to PDF document": "Converteer een webpagina-URL naar PDF-document",
|
|
12
|
-
"Convert HTML content (string) to PDF document": "Converteer HTML-inhoud (string) naar PDF-document",
|
|
13
|
-
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
14
|
-
"URL": "URL",
|
|
15
|
-
"Output Filename": "Uitvoer bestandsnaam",
|
|
16
|
-
"Page Size": "Paginagrootte",
|
|
17
|
-
"Page Width": "Pagina breedte",
|
|
18
|
-
"Page Height": "Pagina hoogte",
|
|
19
|
-
"Orientation": "Oriëntatie",
|
|
20
|
-
"Margin Top": "Marge boven",
|
|
21
|
-
"Margin Right": "Rand rechts",
|
|
22
|
-
"Margin Bottom": "Marge onder",
|
|
23
|
-
"Margin Left": "Rand links",
|
|
24
|
-
"Content Viewport Width": "Inhoud Viewport Breedte",
|
|
25
|
-
"Custom CSS": "Custom CSS",
|
|
26
|
-
"Custom JavaScript": "Aangepaste JavaScript",
|
|
27
|
-
"Element To Convert": "Element om te converteren",
|
|
28
|
-
"Header HTML": "Koptekst HTML",
|
|
29
|
-
"Header URL": "Koptekst URL",
|
|
30
|
-
"Footer HTML": "HTML voettekst",
|
|
31
|
-
"Footer URL": "Voettekst URL",
|
|
32
|
-
"Page Watermark": "Pagina watermerk",
|
|
33
|
-
"Multipage Watermark": "Watermerk met meerdere pagina's",
|
|
34
|
-
"Page Background": "Pagina achtergrond",
|
|
35
|
-
"Multipage Background": "Meervoudige pagina achtergrond",
|
|
36
|
-
"HTML Content": "HTML inhoud",
|
|
37
|
-
"Method": "Methode",
|
|
38
|
-
"Headers": "Kopteksten",
|
|
39
|
-
"Query Parameters": "Query parameters",
|
|
40
|
-
"Body Type": "Type lichaam",
|
|
41
|
-
"Body": "Lichaam",
|
|
42
|
-
"Response is Binary ?": "Antwoord is binair?",
|
|
43
|
-
"No Error on Failure": "Geen fout bij fout",
|
|
44
|
-
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
45
|
-
"Follow redirects": "Volg omleidingen",
|
|
46
|
-
"The URL of the web page to convert. Must be publicly accessible.": "De URL van de webpagina om te converteren. Moet openbaar toegankelijk zijn.",
|
|
47
|
-
"The filename for the generated PDF": "De bestandsnaam voor de gegenereerde PDF",
|
|
48
|
-
"Set the output page size using standard formats (A4, Letter, A3, etc.).": "Stel de uitvoer pagina grootte in met standaard formaten (A4, Letter, A3, enz.).",
|
|
49
|
-
"Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Stel aangepaste pagina breedte in (bijv. \"8.27in\", \"210mm\"). Het veilige maximum is 200in.",
|
|
50
|
-
"Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Stel de hoogte van een aangepaste pagina in. Stel in op \"-1\" voor een enkele pagina PDF die groter wordt om aan alle inhoud te voldoen.",
|
|
51
|
-
"Set the output page orientation.": "Stel de uitvoer pagina oriëntatie in.",
|
|
52
|
-
"Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Bestuur witruimte bovenaan de pagina (bijv. \"0,4in\", \"10mm\").",
|
|
53
|
-
"Control white space on the right edge of the page.": "Beheer witte ruimte aan de rechterkant van de pagina.",
|
|
54
|
-
"Control white space at the bottom of the page.": "Beheer witte ruimte onderaan de pagina.",
|
|
55
|
-
"Control white space on the left edge of the page.": "Beheer witte ruimte aan de linkerkant van de pagina.",
|
|
56
|
-
"Set the viewport width for formatting the HTML content.": "Stel de breedte van de viewport in voor het formatteren van de HTML inhoud.",
|
|
57
|
-
"Apply custom CSS to modify the visual appearance and layout of your content.": "Pas aangepaste CSS toe om het uiterlijk en de lay-out van uw content te wijzigen.",
|
|
58
|
-
"Run custom JavaScript after the document is loaded and ready to print.": "Aangepaste JavaScript uitvoeren nadat het document is geladen en klaar om af te drukken.",
|
|
59
|
-
"Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Alleen het opgegeven element met behulp van CSS-selector converteren (bijv. \"#content\", \".article\").",
|
|
60
|
-
"HTML content for the page header.": "HTML inhoud voor de pagina kop.",
|
|
61
|
-
"URL of the page header HTML.": "URL van de pagina header HTML.",
|
|
62
|
-
"HTML content for the page footer.": "HTML-inhoud voor de voettekst van de pagina.",
|
|
63
|
-
"URL of the page footer HTML.": "URL van de footer HTML van de pagina.",
|
|
64
|
-
"Apply a watermark PDF overlay to every page of the output.": "Gebruik een watermerk PDF overlay op elke pagina van de uitvoer.",
|
|
65
|
-
"Apply each page of a watermark PDF to corresponding output pages.": "Elke pagina van een watermerk PDF toepassen op de bijbehorende uitvoerpagina's.",
|
|
66
|
-
"Apply a background PDF to every page of the output.": "Gebruik PDF als achtergrond voor elke pagina van de uitvoer.",
|
|
67
|
-
"Apply each page of a background PDF to corresponding output pages.": "Elke pagina van een achtergrond PDF gebruiken op de bijbehorende uitvoerpagina's.",
|
|
68
|
-
"The HTML content to convert to PDF": "De HTML-inhoud om te converteren naar PDF",
|
|
69
|
-
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
70
|
-
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
71
|
-
"A0": "A0",
|
|
72
|
-
"A1": "A1",
|
|
73
|
-
"A2": "A2",
|
|
74
|
-
"A3": "A3",
|
|
75
|
-
"A4": "A4",
|
|
76
|
-
"A5": "A5",
|
|
77
|
-
"A6": "A6",
|
|
78
|
-
"Letter": "Brief",
|
|
79
|
-
"Portrait": "Staand",
|
|
80
|
-
"Landscape": "Liggend",
|
|
81
|
-
"Balanced": "Evenwichtig",
|
|
82
|
-
"Small": "Klein",
|
|
83
|
-
"Medium": "Middelgroot",
|
|
84
|
-
"Large": "groot",
|
|
85
|
-
"Extra Large": "Extra groot",
|
|
86
|
-
"GET": "KRIJG",
|
|
87
|
-
"POST": "POSTE",
|
|
88
|
-
"PATCH": "BEKIJK",
|
|
89
|
-
"PUT": "PUT",
|
|
90
|
-
"DELETE": "VERWIJDEREN",
|
|
91
|
-
"HEAD": "HOOFD",
|
|
92
|
-
"None": "geen",
|
|
93
|
-
"JSON": "JSON",
|
|
94
|
-
"Form Data": "Formulieren gegevens",
|
|
95
|
-
"Raw": "Onbewerkte"
|
|
96
|
-
}
|
package/src/i18n/pt.json
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Convert web pages and HTML to PDF with advanced formatting options": "Converta páginas da web e HTML para PDF com opções avançadas de formatação",
|
|
3
|
-
"Username": "Usuário:",
|
|
4
|
-
"Your Pdfcrowd username": "Seu nome de usuário do Pdfcrowd",
|
|
5
|
-
"API Key": "Chave de API",
|
|
6
|
-
"Your Pdfcrowd API key": "Sua chave de API Pdfcrowd",
|
|
7
|
-
"Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Suas credenciais de API Pdfcrowd. Obtenha-as em https://pdfcrowd.com/user/account/",
|
|
8
|
-
"Convert URL to PDF": "Converter URL para PDF",
|
|
9
|
-
"Convert HTML to PDF": "Converter HTML para PDF",
|
|
10
|
-
"Custom API Call": "Chamada de API personalizada",
|
|
11
|
-
"Convert a web page URL to PDF document": "Converter o URL da página web para PDF",
|
|
12
|
-
"Convert HTML content (string) to PDF document": "Converter conteúdo HTML (string) para o documento PDF",
|
|
13
|
-
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
14
|
-
"URL": "URL:",
|
|
15
|
-
"Output Filename": "Nome do arquivo de saída",
|
|
16
|
-
"Page Size": "Tamanho da página",
|
|
17
|
-
"Page Width": "Largura de Página",
|
|
18
|
-
"Page Height": "Altura da Página",
|
|
19
|
-
"Orientation": "Orientação",
|
|
20
|
-
"Margin Top": "Margem superior",
|
|
21
|
-
"Margin Right": "Margem Direita",
|
|
22
|
-
"Margin Bottom": "Margem inferior",
|
|
23
|
-
"Margin Left": "Margem Esquerda",
|
|
24
|
-
"Content Viewport Width": "Largura do conteúdo visualizado",
|
|
25
|
-
"Custom CSS": "Custom CSS",
|
|
26
|
-
"Custom JavaScript": "JavaScript Personalizado",
|
|
27
|
-
"Element To Convert": "Elemento para Converter",
|
|
28
|
-
"Header HTML": "HTML de cabeçalho",
|
|
29
|
-
"Header URL": "URL do Cabeçalho",
|
|
30
|
-
"Footer HTML": "HTML do Rodapé",
|
|
31
|
-
"Footer URL": "URL do Rodapé",
|
|
32
|
-
"Page Watermark": "Marca d'água da página",
|
|
33
|
-
"Multipage Watermark": "Marca d'água multi-página",
|
|
34
|
-
"Page Background": "Fundo da Página",
|
|
35
|
-
"Multipage Background": "Fundo Multipágina",
|
|
36
|
-
"HTML Content": "Conteúdo HTML",
|
|
37
|
-
"Method": "Método",
|
|
38
|
-
"Headers": "Cabeçalhos",
|
|
39
|
-
"Query Parameters": "Parâmetros da consulta",
|
|
40
|
-
"Body Type": "Tipo de Corpo",
|
|
41
|
-
"Body": "Conteúdo",
|
|
42
|
-
"Response is Binary ?": "A resposta é binária ?",
|
|
43
|
-
"No Error on Failure": "Nenhum erro no Failure",
|
|
44
|
-
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
45
|
-
"Follow redirects": "Seguir redirecionamentos",
|
|
46
|
-
"The URL of the web page to convert. Must be publicly accessible.": "O URL da página para conversão. Deve ser acessível ao público.",
|
|
47
|
-
"The filename for the generated PDF": "O nome do arquivo para PDF gerado",
|
|
48
|
-
"Set the output page size using standard formats (A4, Letter, A3, etc.).": "Definir o tamanho da página de saída usando formatos padrão (A4, Letter, A3, etc.).",
|
|
49
|
-
"Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Definir largura da página personalizada (por exemplo, \"8.27in\", \"210mm\"). O máximo seguro é 200in.",
|
|
50
|
-
"Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Definir altura da página personalizada. Definir como \\\"-1\\\" para PDF de uma única página que expanda para que todo o conteúdo se encaixe.",
|
|
51
|
-
"Set the output page orientation.": "Definir a orientação da página de saída.",
|
|
52
|
-
"Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Controlar espaço em branco no topo da página (por exemplo, \"0.4in\", \"10mm\").",
|
|
53
|
-
"Control white space on the right edge of the page.": "Controle o espaço em branco na borda direita da página.",
|
|
54
|
-
"Control white space at the bottom of the page.": "Controle espaço em branco no final da página.",
|
|
55
|
-
"Control white space on the left edge of the page.": "Controle o espaço em branco na borda esquerda da página.",
|
|
56
|
-
"Set the viewport width for formatting the HTML content.": "Defina a largura do visor para formatar o conteúdo HTML.",
|
|
57
|
-
"Apply custom CSS to modify the visual appearance and layout of your content.": "Aplique o CSS personalizado para modificar a aparência visual e o layout do seu conteúdo.",
|
|
58
|
-
"Run custom JavaScript after the document is loaded and ready to print.": "Executar JavaScript personalizado após o documento ser carregado e pronto para imprimir.",
|
|
59
|
-
"Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Converter apenas o elemento especificado usando seletor CSS (por exemplo, \"#content\", \".article\").",
|
|
60
|
-
"HTML content for the page header.": "Conteúdo HTML para o cabeçalho da página.",
|
|
61
|
-
"URL of the page header HTML.": "URL do HTML do cabeçalho da página.",
|
|
62
|
-
"HTML content for the page footer.": "Conteúdo HTML para o rodapé da página.",
|
|
63
|
-
"URL of the page footer HTML.": "URL do HTML do rodapé da página.",
|
|
64
|
-
"Apply a watermark PDF overlay to every page of the output.": "Aplicar uma sobreposição de marca d'água em todas as páginas da saída.",
|
|
65
|
-
"Apply each page of a watermark PDF to corresponding output pages.": "Aplica cada página de um PDF de marca d'água às páginas de saída correspondentes.",
|
|
66
|
-
"Apply a background PDF to every page of the output.": "Aplica um PDF em segundo plano a cada página da saída.",
|
|
67
|
-
"Apply each page of a background PDF to corresponding output pages.": "Aplicar cada página de um PDF em segundo plano às páginas de saída correspondentes.",
|
|
68
|
-
"The HTML content to convert to PDF": "O conteúdo HTML a ser convertido para PDF",
|
|
69
|
-
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
70
|
-
"Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
|
|
71
|
-
"A0": "A0",
|
|
72
|
-
"A1": "A1",
|
|
73
|
-
"A2": "A2",
|
|
74
|
-
"A3": "A3",
|
|
75
|
-
"A4": "A4",
|
|
76
|
-
"A5": "A5",
|
|
77
|
-
"A6": "A6",
|
|
78
|
-
"Letter": "Letra",
|
|
79
|
-
"Portrait": "Retrato",
|
|
80
|
-
"Landscape": "Paisagem",
|
|
81
|
-
"Balanced": "Equilibrado",
|
|
82
|
-
"Small": "Pequeno",
|
|
83
|
-
"Medium": "Média",
|
|
84
|
-
"Large": "grande",
|
|
85
|
-
"Extra Large": "Extra grande",
|
|
86
|
-
"GET": "OBTER",
|
|
87
|
-
"POST": "POSTAR",
|
|
88
|
-
"PATCH": "COMPRAR",
|
|
89
|
-
"PUT": "COLOCAR",
|
|
90
|
-
"DELETE": "EXCLUIR",
|
|
91
|
-
"HEAD": "CABEÇA",
|
|
92
|
-
"None": "Nenhuma",
|
|
93
|
-
"JSON": "JSON",
|
|
94
|
-
"Form Data": "Dados de Formulário",
|
|
95
|
-
"Raw": "RAW"
|
|
96
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Convert web pages and HTML to PDF with advanced formatting options": "Convert web pages and HTML to PDF with advanced formatting options",
|
|
3
|
-
"Username": "Username",
|
|
4
|
-
"Your Pdfcrowd username": "Your Pdfcrowd username",
|
|
5
|
-
"API Key": "API Key",
|
|
6
|
-
"Your Pdfcrowd API key": "Your Pdfcrowd API key",
|
|
7
|
-
"Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/",
|
|
8
|
-
"Convert URL to PDF": "Convert URL to PDF",
|
|
9
|
-
"Convert HTML to PDF": "Convert HTML to PDF",
|
|
10
|
-
"Custom API Call": "Custom API Call",
|
|
11
|
-
"Convert a web page URL to PDF document": "Convert a web page URL to PDF document",
|
|
12
|
-
"Convert HTML content (string) to PDF document": "Convert HTML content (string) to PDF document",
|
|
13
|
-
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
14
|
-
"URL": "URL",
|
|
15
|
-
"Output Filename": "Output Filename",
|
|
16
|
-
"Page Size": "Page Size",
|
|
17
|
-
"Page Width": "Page Width",
|
|
18
|
-
"Page Height": "Page Height",
|
|
19
|
-
"Orientation": "Orientation",
|
|
20
|
-
"Margin Top": "Margin Top",
|
|
21
|
-
"Margin Right": "Margin Right",
|
|
22
|
-
"Margin Bottom": "Margin Bottom",
|
|
23
|
-
"Margin Left": "Margin Left",
|
|
24
|
-
"Content Viewport Width": "Content Viewport Width",
|
|
25
|
-
"Custom CSS": "Custom CSS",
|
|
26
|
-
"Custom JavaScript": "Custom JavaScript",
|
|
27
|
-
"Element To Convert": "Element To Convert",
|
|
28
|
-
"Header HTML": "Header HTML",
|
|
29
|
-
"Header URL": "Header URL",
|
|
30
|
-
"Footer HTML": "Footer HTML",
|
|
31
|
-
"Footer URL": "Footer URL",
|
|
32
|
-
"Page Watermark": "Page Watermark",
|
|
33
|
-
"Multipage Watermark": "Multipage Watermark",
|
|
34
|
-
"Page Background": "Page Background",
|
|
35
|
-
"Multipage Background": "Multipage Background",
|
|
36
|
-
"HTML Content": "HTML Content",
|
|
37
|
-
"Method": "Method",
|
|
38
|
-
"Headers": "Headers",
|
|
39
|
-
"Query Parameters": "Query Parameters",
|
|
40
|
-
"Body Type": "Body Type",
|
|
41
|
-
"Body": "Body",
|
|
42
|
-
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
-
"No Error on Failure": "No Error on Failure",
|
|
44
|
-
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
45
|
-
"Follow redirects": "Follow redirects",
|
|
46
|
-
"The URL of the web page to convert. Must be publicly accessible.": "The URL of the web page to convert. Must be publicly accessible.",
|
|
47
|
-
"The filename for the generated PDF": "The filename for the generated PDF",
|
|
48
|
-
"Set the output page size using standard formats (A4, Letter, A3, etc.).": "Set the output page size using standard formats (A4, Letter, A3, etc.).",
|
|
49
|
-
"Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.",
|
|
50
|
-
"Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.",
|
|
51
|
-
"Set the output page orientation.": "Set the output page orientation.",
|
|
52
|
-
"Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").",
|
|
53
|
-
"Control white space on the right edge of the page.": "Control white space on the right edge of the page.",
|
|
54
|
-
"Control white space at the bottom of the page.": "Control white space at the bottom of the page.",
|
|
55
|
-
"Control white space on the left edge of the page.": "Control white space on the left edge of the page.",
|
|
56
|
-
"Set the viewport width for formatting the HTML content.": "Set the viewport width for formatting the HTML content.",
|
|
57
|
-
"Apply custom CSS to modify the visual appearance and layout of your content.": "Apply custom CSS to modify the visual appearance and layout of your content.",
|
|
58
|
-
"Run custom JavaScript after the document is loaded and ready to print.": "Run custom JavaScript after the document is loaded and ready to print.",
|
|
59
|
-
"Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").",
|
|
60
|
-
"HTML content for the page header.": "HTML content for the page header.",
|
|
61
|
-
"URL of the page header HTML.": "URL of the page header HTML.",
|
|
62
|
-
"HTML content for the page footer.": "HTML content for the page footer.",
|
|
63
|
-
"URL of the page footer HTML.": "URL of the page footer HTML.",
|
|
64
|
-
"Apply a watermark PDF overlay to every page of the output.": "Apply a watermark PDF overlay to every page of the output.",
|
|
65
|
-
"Apply each page of a watermark PDF to corresponding output pages.": "Apply each page of a watermark PDF to corresponding output pages.",
|
|
66
|
-
"Apply a background PDF to every page of the output.": "Apply a background PDF to every page of the output.",
|
|
67
|
-
"Apply each page of a background PDF to corresponding output pages.": "Apply each page of a background PDF to corresponding output pages.",
|
|
68
|
-
"The HTML content to convert to PDF": "The HTML content to convert to PDF",
|
|
69
|
-
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
70
|
-
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
71
|
-
"A0": "A0",
|
|
72
|
-
"A1": "A1",
|
|
73
|
-
"A2": "A2",
|
|
74
|
-
"A3": "A3",
|
|
75
|
-
"A4": "A4",
|
|
76
|
-
"A5": "A5",
|
|
77
|
-
"A6": "A6",
|
|
78
|
-
"Letter": "Letter",
|
|
79
|
-
"Portrait": "Portrait",
|
|
80
|
-
"Landscape": "Landscape",
|
|
81
|
-
"Balanced": "Balanced",
|
|
82
|
-
"Small": "Small",
|
|
83
|
-
"Medium": "Medium",
|
|
84
|
-
"Large": "Large",
|
|
85
|
-
"Extra Large": "Extra Large",
|
|
86
|
-
"GET": "GET",
|
|
87
|
-
"POST": "POST",
|
|
88
|
-
"PATCH": "PATCH",
|
|
89
|
-
"PUT": "PUT",
|
|
90
|
-
"DELETE": "DELETE",
|
|
91
|
-
"HEAD": "HEAD",
|
|
92
|
-
"None": "None",
|
|
93
|
-
"JSON": "JSON",
|
|
94
|
-
"Form Data": "Form Data",
|
|
95
|
-
"Raw": "Raw"
|
|
96
|
-
}
|
package/src/i18n/zh.json
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Convert web pages and HTML to PDF with advanced formatting options": "Convert web pages and HTML to PDF with advanced formatting options",
|
|
3
|
-
"Username": "用户名",
|
|
4
|
-
"Your Pdfcrowd username": "Your Pdfcrowd username",
|
|
5
|
-
"API Key": "API 密钥",
|
|
6
|
-
"Your Pdfcrowd API key": "Your Pdfcrowd API key",
|
|
7
|
-
"Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/": "Your Pdfcrowd API credentials. Get them at https://pdfcrowd.com/user/account/",
|
|
8
|
-
"Convert URL to PDF": "Convert URL to PDF",
|
|
9
|
-
"Convert HTML to PDF": "Convert HTML to PDF",
|
|
10
|
-
"Custom API Call": "自定义 API 呼叫",
|
|
11
|
-
"Convert a web page URL to PDF document": "Convert a web page URL to PDF document",
|
|
12
|
-
"Convert HTML content (string) to PDF document": "Convert HTML content (string) to PDF document",
|
|
13
|
-
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
14
|
-
"URL": "URL",
|
|
15
|
-
"Output Filename": "Output Filename",
|
|
16
|
-
"Page Size": "Page Size",
|
|
17
|
-
"Page Width": "Page Width",
|
|
18
|
-
"Page Height": "Page Height",
|
|
19
|
-
"Orientation": "Orientation",
|
|
20
|
-
"Margin Top": "Margin Top",
|
|
21
|
-
"Margin Right": "Margin Right",
|
|
22
|
-
"Margin Bottom": "Margin Bottom",
|
|
23
|
-
"Margin Left": "Margin Left",
|
|
24
|
-
"Content Viewport Width": "Content Viewport Width",
|
|
25
|
-
"Custom CSS": "Custom CSS",
|
|
26
|
-
"Custom JavaScript": "Custom JavaScript",
|
|
27
|
-
"Element To Convert": "Element To Convert",
|
|
28
|
-
"Header HTML": "Header HTML",
|
|
29
|
-
"Header URL": "Header URL",
|
|
30
|
-
"Footer HTML": "Footer HTML",
|
|
31
|
-
"Footer URL": "Footer URL",
|
|
32
|
-
"Page Watermark": "Page Watermark",
|
|
33
|
-
"Multipage Watermark": "Multipage Watermark",
|
|
34
|
-
"Page Background": "Page Background",
|
|
35
|
-
"Multipage Background": "Multipage Background",
|
|
36
|
-
"HTML Content": "HTML Content",
|
|
37
|
-
"Method": "方法",
|
|
38
|
-
"Headers": "信头",
|
|
39
|
-
"Query Parameters": "查询参数",
|
|
40
|
-
"Body Type": "Body Type",
|
|
41
|
-
"Body": "正文内容",
|
|
42
|
-
"Response is Binary ?": "Response is Binary ?",
|
|
43
|
-
"No Error on Failure": "失败时没有错误",
|
|
44
|
-
"Timeout (in seconds)": "超时(秒)",
|
|
45
|
-
"Follow redirects": "Follow redirects",
|
|
46
|
-
"The URL of the web page to convert. Must be publicly accessible.": "The URL of the web page to convert. Must be publicly accessible.",
|
|
47
|
-
"The filename for the generated PDF": "The filename for the generated PDF",
|
|
48
|
-
"Set the output page size using standard formats (A4, Letter, A3, etc.).": "Set the output page size using standard formats (A4, Letter, A3, etc.).",
|
|
49
|
-
"Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.": "Set custom page width (e.g., \"8.27in\", \"210mm\"). The safe maximum is 200in.",
|
|
50
|
-
"Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.": "Set custom page height. Set to \"-1\" for a single-page PDF that expands to fit all content.",
|
|
51
|
-
"Set the output page orientation.": "Set the output page orientation.",
|
|
52
|
-
"Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").": "Control white space at the top of the page (e.g., \"0.4in\", \"10mm\").",
|
|
53
|
-
"Control white space on the right edge of the page.": "Control white space on the right edge of the page.",
|
|
54
|
-
"Control white space at the bottom of the page.": "Control white space at the bottom of the page.",
|
|
55
|
-
"Control white space on the left edge of the page.": "Control white space on the left edge of the page.",
|
|
56
|
-
"Set the viewport width for formatting the HTML content.": "Set the viewport width for formatting the HTML content.",
|
|
57
|
-
"Apply custom CSS to modify the visual appearance and layout of your content.": "Apply custom CSS to modify the visual appearance and layout of your content.",
|
|
58
|
-
"Run custom JavaScript after the document is loaded and ready to print.": "Run custom JavaScript after the document is loaded and ready to print.",
|
|
59
|
-
"Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").": "Convert only the specified element using CSS selector (e.g., \"#content\", \".article\").",
|
|
60
|
-
"HTML content for the page header.": "HTML content for the page header.",
|
|
61
|
-
"URL of the page header HTML.": "URL of the page header HTML.",
|
|
62
|
-
"HTML content for the page footer.": "HTML content for the page footer.",
|
|
63
|
-
"URL of the page footer HTML.": "URL of the page footer HTML.",
|
|
64
|
-
"Apply a watermark PDF overlay to every page of the output.": "Apply a watermark PDF overlay to every page of the output.",
|
|
65
|
-
"Apply each page of a watermark PDF to corresponding output pages.": "Apply each page of a watermark PDF to corresponding output pages.",
|
|
66
|
-
"Apply a background PDF to every page of the output.": "Apply a background PDF to every page of the output.",
|
|
67
|
-
"Apply each page of a background PDF to corresponding output pages.": "Apply each page of a background PDF to corresponding output pages.",
|
|
68
|
-
"The HTML content to convert to PDF": "The HTML content to convert to PDF",
|
|
69
|
-
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
70
|
-
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
71
|
-
"A0": "A0",
|
|
72
|
-
"A1": "A1",
|
|
73
|
-
"A2": "A2",
|
|
74
|
-
"A3": "A3",
|
|
75
|
-
"A4": "A4",
|
|
76
|
-
"A5": "A5",
|
|
77
|
-
"A6": "A6",
|
|
78
|
-
"Letter": "Letter",
|
|
79
|
-
"Portrait": "Portrait",
|
|
80
|
-
"Landscape": "Landscape",
|
|
81
|
-
"Balanced": "Balanced",
|
|
82
|
-
"Small": "Small",
|
|
83
|
-
"Medium": "Medium",
|
|
84
|
-
"Large": "Large",
|
|
85
|
-
"Extra Large": "Extra Large",
|
|
86
|
-
"GET": "获取",
|
|
87
|
-
"POST": "帖子",
|
|
88
|
-
"PATCH": "PATCH",
|
|
89
|
-
"PUT": "弹出",
|
|
90
|
-
"DELETE": "删除",
|
|
91
|
-
"HEAD": "黑色",
|
|
92
|
-
"None": "无",
|
|
93
|
-
"JSON": "JSON",
|
|
94
|
-
"Form Data": "表单数据",
|
|
95
|
-
"Raw": "原始文件"
|
|
96
|
-
}
|