Skip to content

cfjedimaster/PDFEmbedVue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Embed Vue.js Component

A work in progress on a Vue component for the Adobe PDF Embed API. Requires a free(!) key to use, although the one included will work on localhost. Basic usage is:

<PDFEmbed :adobeKey="adobeKey" 
	divId="unique ID" 
	url="url to PDF"
	width="800px" height="800px"
	mode="embed mode, see docs and optional"
	>
</PDFEmbed>

About

Testing a component for PDF Embed and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published