Apache Pdfbox for NativeScript. This plugin allows you to extract the text from a PDF file.
ALPHA version. Android only (iOS may come in the future, PR are welcome).
The screenshot is based on the sample.pdf included in the demo project.
Based on:
tns plugin add nativescript-pdfbox
import * as fs from 'tns-core-modules/file-system';
import { PdfBox } from 'nativescript-pdfbox';
const appPath = fs.knownFolders.currentApp().path;
const mySampleFile = appPath + '/sample.pdf';
const removeLineBreaks: boolean = true; // optional, default is false
const pdfbox: PdfBox = new PdfBox();
pdfbox
.getText(mySampleFile, removeLineBreaks)
.then(text => {
this.messageNotRemovedLB = text;
super.notifyPropertyChange('messageNotRemovedLB', text);
});
Apache License Version 2.0, January 2004
下载 PDFBox-0.7.3.zip PDFBox-0.7.3.dll lucene-demos-2.0.0.dll lucene-core-2.0.0.dll bcmail-jdk14-132.dll bcprov-jdk14-132.dll FontBox-0.1.0-dev.dll ICSharpCode.SharpZipLib.dll IKVM.AWT.WinForms.dll IKVM
NativeScript 可以使用 Javascript,CSS, XML 创建真正的 Native 跨平台应用,支持 iOS Android,NativeScript 将您的跨平台代码翻译成目标平台的代码。 UI 使用 XML 描述,CSS 样式,在编译时将 UI 转化成本地原生代码,最终得到正在的 Native 原生应用。 Telerik 公开了用于创建安卓、iOS和Windows Unive
NativeScript Command-Line Interface The NativeScript CLI lets you create, build, and deploy NativeScript-based apps on iOS and Android devices. Get it using: npm install -g nativescript What is Native
NativeScript-Snackbar �� �� �� NativeScript plugin for Material Design SnackBar component. Installation: NativeScript 7+:tns plugin add @nstudio/nativescript-snackbar NativeScript version prior to 7:t
Nativescript-Ripple This plugin aims to bring a native (or close to native) ripple implementation on Android and iOS. The android version uses a RippleDrawable and conserves the previous background, a
NativeScript-FloatingActionButton NativeScript plugin for Material Design Floating Action Button UI component. Installation Nativescript 7+: ns plugin add @nstudio/nativescript-floatingactionbutton Na
NativeScript CardView A NativeScript plugin to provide an XML widget to implement the Material Design CardView component. Installation NativeScript 7+: ns plugin add @nstudio/nativescript-cardview Nat
This project has moved: This project is now being maintained here: https://github.com/nativescript-community/ui-mapboxas it's become clear contrary to what I thought, I don't actually have enough time
Nativescript Hijri plugin This plugin is inspired by https://github.com/arabiaweather/hijri-date Nativescript-hijri Hijri plugin allow you to convert gregorian date to islamic hijri date. Installation