Skip to content

Commit

Permalink
VIEWER-224 - Add translations to Viewer for Node.js via Java landing …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
denis-gvardionov committed Nov 28, 2023
1 parent 28e2187 commit db1a7f7
Show file tree
Hide file tree
Showing 50 changed files with 13,950 additions and 0 deletions.
279 changes: 279 additions & 0 deletions content/viewer/nodejs-java/_index.af.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,279 @@
---
############################# Static ############################
layout: "landing"
date: 2023-06-29T12:38:08
draft: false

lang: af
product: "Viewer"
product_tag: "viewer"
platform: "Node.js via Java"
platform_tag: "nodejs-java"

############################# Drop-down ############################
supported_platforms:
items:
# supported_platforms loop
- title: ".NET"
tag: "net"
# supported_platforms loop
- title: "Java"
tag: "java"
# supported_platforms loop
- title: "Node.js"
tag: "nodejs-java"


############################# Head ############################
head_title: "{index-content-nodejs.head_title}"
head_description: "{index-content-nodejs.head_description}"

############################# Header ############################
title: "{index-content-nodejs.header_title}"
description: "{index-content-nodejs.header_description}"
words:
for: "for"

actions:
main: "{index-content-nodejs.actions_main}"
main_link: "https://www.npmjs.com/package/@groupdocs/groupdocs.viewer"
alt: "{index-content-common.actions_alt}"
alt_link: "https://purchase.groupdocs.com/pricing/viewer/nodejs-java"
title: "{index-content-common.actions_title}"
description: "{index-content-common.actions_description}"

release:
title: "{index-content-common.release_title}"
notes: "{index-content-common.release_notes}"
downloads: "{index-content-common.release_downloads}"
link: "https://releases.groupdocs.com/viewer/nodejs-java/release-notes/latest/"

code:
title: "{index-content-nodejs.code_title}"
more: "{index-content-common.code_more}"
more_link: "https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Node.js-via-Java"
install: "npm i @groupdocs/groupdocs.viewer"
content: |
```javascript {style=abap}
//Set output HTML options, one file per page
const viewOptions = HtmlViewOptions.forEmbeddedResources()
// Instantiate Viewer
const viewer = new Viewer("resume.pdf")
// Render PDF to HTML with embedded resources
viewer.view(viewOptions)
viewer.close()
```
############################# Overview ############################
overview:
enable: true
title: "{index-content-nodejs.overview_title}"
description: "{index-content-nodejs.overview_description}"
features:
# feature loop
- title: "{index-content-nodejs.overview_features.feature1_title}"
content: "{index-content-nodejs.overview_features.feature1_content}"

# feature loop
- title: "{index-content-nodejs.overview_features.feature2_title}"
content: "{index-content-nodejs.overview_features.feature2_content}"

# feature loop
- title: "{index-content-nodejs.overview_features.feature3_title}"
content: "{index-content-nodejs.overview_features.feature3_content}"

############################# Platforms ############################
platforms:
enable: true
title: "{index-content-nodejs.platforms_title}"
description: "{index-content-nodejs.platforms_description}"
items:
# platform loop
- title: "Amazon"
image: "amazon"
# platform loop
- title: "Docker"
image: "docker"
# platform loop
- title: "Azure"
image: "azure"
# platform loop
- title: "Eclipse"
image: "eclipse"
# platform loop
- title: "IntelliJ"
image: "intellij"
# platform loop
- title: "Windows"
image: "windows"
# platform loop
- title: "Linux"
image: "linux"
# platform loop
- title: "NPM"
image: "npm"

############################# File formats ############################
formats:
enable: true
title: "{index-content-common.formats.title}"
description: |
{index-content-nodejs.formats.description}
groups:
# group loop
- color: "green"
content: |
### {index-content-common.formats.group1}
* **Word:** DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT
* **Excel:** XLS, XLSX, XLSM, XLSB, XLTM, XLT, XLTM, XLTX
* **PowerPoint:** PPT, PPTX, PPS, PPSX, PPSM, POT, POTM, POTX, PPTM
* **Project:** MPP, MPT, MPX
* **Outlook:** MSG, EML, EMLX, PST, OST
* **OneNote:** ONE
* **OpenDocument:** ODT, OTT, ODS, ODP, OTP, OTS, ODG
* **Fixed Page Layout:** PDF, TEX, XPS, OXPS
* **e-Books:** EPUB, MOBI, DjVu
* **Delimiter-Separated Values:** CSV, TSV
# group loop
- color: "blue"
content: |
### {index-content-common.formats.group2}
* **{index-content-common.formats.raster}:** BMP, GIF, JPG, PNG, TIFF, WebP, DNG, DIB, Jpeg2000 family
* **Windows Icon:** ICO
* **Scalable Vector Graphics:** SVG, CDR, CMX, IGS, SVGZ
* **Adobe Photoshop:** PSD, PSB
* **Stereo Lithography (3D Printing):** STL
* **Medical Imaging:** DICOM
* **Plotter Documents:** PLT, HPG
* **Autodesk Design Web Formats:** DWF, DWG
* **AutoCAD Drawing:** DWT, IFC, STL, CF2
# group loop
- color: "red"
content: |
### {index-content-common.formats.group3}
* **{index-content-common.formats.web}:** HTML, MHT, MHTML, XML
* **Metafile:** WMF, EMF, CGM, EMZ, WMZ
* **Visio:** VSD, VDX, VSS, VSSX, VSX, VST, VSTX, VTX, VSDX, VDW, VSTM, VSSM, VSDM
* **Project:** MPP, MPT, MPX
* **PostScript:** PS, EPS
* **{index-content-common.formats.archives}:** ZIP, TAR, BZ2, GZ, RAR, RAR5
* **{index-content-common.formats.group3}:** VCF, VCARD, NUMBERS, NSF, OBJ
* **C/C++/C# Files:** C, CC, C# , CPP, CXX, CS, H, HH, M, MM
* **Java/JavaScript Files:** JAVA, JS, JSON, PROPERTIES
############################# Features ############################
features:
enable: true
title: "{index-content-common.features.title}"
description: "{index-content-common.features.description}"

items:
# feature loop
- icon: "viewhtml"
title: "{index-content-common.features.feature1_title}"
content: "{index-content-common.features.feature1_content}"

# feature loop
- icon: "rasterize"
title: "{index-content-common.features.feature2_title}"
content: "{index-content-common.features.feature2_content}"

# feature loop
- icon: "sourcecode"
title: "{index-content-common.features.feature3_title}"
content: "{index-content-common.features.feature3_content}"

# feature loop
- icon: "convertpdf"
title: "{index-content-common.features.feature4_title}"
content: "{index-content-common.features.feature4_content}"

# feature loop
- icon: "transform"
title: "{index-content-common.features.feature5_title}"
content: "{index-content-common.features.feature5_content}"

# feature loop
- icon: "adjustment"
title: "{index-content-common.features.feature6_title}"
content: "{index-content-common.features.feature6_content}"

# feature loop
- icon: "complex"
title: "{index-content-common.features.feature7_title}"
content: "{index-content-common.features.feature7_content}"

# feature loop
- icon: "optimization"
title: "{index-content-common.features.feature8_title}"
content: "{index-content-common.features.feature8_content}"

# feature loop
- icon: "passwordprotected"
title: "{index-content-common.features.feature9_title}"
content: "{index-content-common.features.feature9_content}"

############################# Code samples ############################
code_samples:
enable: true
title: "{index-content-nodejs.code_samples.title}"
description: "{index-content-nodejs.code_samples.description}"
items:
# code sample loop
- title: "{index-content-nodejs.code_samples.sample1_title}"
content: |
{index-content-nodejs.code_samples.sample1_content1} {index-content-nodejs.code_samples.sample1_content2}
{{< landing/code title="JavaScript">}}
```javascript {style=abap}
import { Viewer, HtmlViewOptions } from '@groupdocs/groupdocs.viewer'
//Set output HTML options, one file per page
const viewOptions = HtmlViewOptions.forEmbeddedResources()
// Instantiate Viewer
const viewer = new Viewer("resume.docx")
// Render PDF to HTML with embedded resources
viewer.view(viewOptions)
viewer.close()
```
{{< /landing/code >}}
# code sample loop
- title: "{index-content-nodejs.code_samples.sample2_title}"
content: |
{index-content-nodejs.code_samples.sample2_content1} {index-content-nodejs.code_samples.sample2_content2}
{{< landing/code title="JavaScript">}}
```javascript {style=abap}
import { Viewer, PdfViewOptions } from '@groupdocs/groupdocs.viewer'
//Set output PDF options
const viewOptions = new PdfViewOptions("presentation.pdf")
// Instantiate Viewer
const viewer = new Viewer("presentation.pptx")
// Render PDF to HTML with embedded resources
viewer.view(viewOptions)
viewer.close()
```
{{< /landing/code >}}
############################# Reviews ############################
# reviews:
# enable: true
# title: "{index-content-common.reviews.title}"
# description: "{index-content-common.reviews.description}"

# items:
# # review loop
# - title: "GroupDocs.Viewer"
# content: "{index-content-common.reviews.content1}"
# author: "Martin Lasarga"
# company: "Product Manager at Axentria ECM by G.S.I."

# # review loop
# - title: "GroupDocs.Viewer"
# content: "{index-content-common.reviews.content2}"
# author: "Mats Oustad"
# company: "Senior Consultant/Partner at Novanet AS"
---
Loading

0 comments on commit db1a7f7

Please sign in to comment.