@tallcomponents/unopdf-vue
Advanced tools
Comparing version 1.2.11-d0987ceb to 1.2.11
@@ -84,19 +84,13 @@ | ||
The `pdf-application` component manages a session with the PDF Viewer API running in the back-end. | ||
(Thus it corresponds to the `Application` entity of the PDF Web API product.) | ||
The `pdf-application` component is a bridge between the browser and the server-side PDF Viewer API. It manages a session with the API, handles secure communication and authentication, and provides application-level services. | ||
It establishes secure communication between the browser and the back-end storage and provides authentication. | ||
It also offers application-level services, for example: | ||
Key Features: | ||
- Manages secure communication with the server-side PDF Viewer API. | ||
- Provides authentication. | ||
- Offers application-level services such as obtaining a list of all uploaded files and controlling storage functions (e.g., deleting files). | ||
- obtaining a list of all uploaded files | ||
- controlling other storage functions, e.g. deleting files | ||
To use any other component, a `pdf-application` component must be instantiated first. One session can be used for any number of PDF documents. | ||
In order to use any other provided component, a `pdf-application` component must be instantiated. | ||
The `<pdf-application>` element can wrap other components, but this is not required. It has no HTML content and is invisible. | ||
One session can be used for any number of PDF documents. | ||
The `<pdf-application>` element may wrap other components, but this is not required. | ||
The `pdf-application` component has no HTML content, i.e., it is invisible. | ||
## Usage | ||
@@ -110,6 +104,5 @@ | ||
To use it without a server, it can be provided a public and private key, but this is less safe. | ||
For security reasons, it's recommended to use it with a server. If used without a server by providing a public and private key, the security could be compromised. | ||
If no public and private key are provided, the component expects an endpoint on the current host with url `/api/sessions` to start a session. | ||
This endpoint can add the keys and fetch a session token from the PDF API. | ||
If no keys are provided, the component expects an endpoint on the current host with url `/api/sessions` to start a session. This endpoint can add the keys and fetch a session token from the PDF API. | ||
@@ -116,0 +109,0 @@ See [Authentication](/guide/authentication/) for more information. |
{ | ||
"name": "@tallcomponents/unopdf-vue", | ||
"//": "below 'version' is set automatically to the version of unopdf-core, when published from ci", | ||
"version": "1.2.11-d0987ceb", | ||
"version": "1.2.11", | ||
"author": "TallComponents <info@tallcomponents.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://unopdf.tallcomponents.com", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
41185
1