{"id":19199796,"url":"https://github.com/libresign/vue-pdf-editor","last_synced_at":"2025-07-25T12:35:09.704Z","repository":{"id":216524011,"uuid":"727728832","full_name":"LibreSign/vue-pdf-editor","owner":"LibreSign","description":"A vue PDF editor component","archived":false,"fork":false,"pushed_at":"2025-05-12T23:51:38.000Z","size":119053,"stargazers_count":17,"open_issues_count":8,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T07:29:24.657Z","etag":null,"topics":["hactoberfest","pdf","pdf-sign","pdf-signature","pdf-signer","pdf-signing","pdfjs","signature","signatures","vue-pdf","vue-pdfjs","vue-signature","vuejs","vuejs-components"],"latest_commit_sha":null,"homepage":"https://libresign.github.io/vue-pdf-editor/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"llanc/xcc-pdf-editor","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LibreSign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":"libresign","github":"libresign"}},"created_at":"2023-12-05T13:07:08.000Z","updated_at":"2025-06-04T20:39:49.000Z","dependencies_parsed_at":"2024-02-29T03:29:04.582Z","dependency_job_id":"4339004b-a52f-4f50-952b-934edf73d458","html_url":"https://github.com/LibreSign/vue-pdf-editor","commit_stats":null,"previous_names":["libresign/vue-pdf-editor"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/LibreSign/vue-pdf-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fvue-pdf-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fvue-pdf-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fvue-pdf-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fvue-pdf-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LibreSign","download_url":"https://codeload.github.com/LibreSign/vue-pdf-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreSign%2Fvue-pdf-editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267007609,"owners_count":24020262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hactoberfest","pdf","pdf-sign","pdf-signature","pdf-signer","pdf-signing","pdfjs","signature","signatures","vue-pdf","vue-pdfjs","vue-signature","vuejs","vuejs-components"],"created_at":"2024-11-09T12:29:00.135Z","updated_at":"2025-07-25T12:35:09.694Z","avatar_url":"https://github.com/LibreSign.png","language":"Vue","funding_links":["https://patreon.com/libresign","https://github.com/sponsors/libresign"],"categories":[],"sub_categories":[],"readme":"# vue-pdf-editor\n\n- power by vue2\n- thanks https://github.com/ShizukuIchi/pdf-editor\n- thanks https://github.com/ndinhquan1998/vue-pdf-editor-module\n- thanks https://github.com/llanc/xcc-pdf-editor\n\n# npm\nhttps://www.npmjs.com/package/@libresign/vue-pdf-editor\n\n# DEMO\n\n[vue-pdf-editor](https://libresign.github.io/vue-pdf-editor/)\n\n# How to use\n\n- package.json add dependencies and install / npm i @libresign/vue-pdf-editor\n- main.js imports and Vue.use\n\n## eg\n\n```js\n\u003cVuePdfEditor\n    width=\"100%\" \u003c!--Component size default 100%--\u003e\n    height=\"100%\" \u003c!--Component size default 100%--\u003e\n    :show-choose-file-btn=\"true\"  \u003c!--Display file Select button default FALSE--\u003e\n    :show-customize-editor=\"true\"  \u003c!--Display the custom editing column default TRUE--\u003e\n    :show-customize-editor-add-text=\"true\" \u003c!--Add text default TRUE--\u003e\n    :show-customize-editor-add-img=\"true\"  \u003c!--Add a picture default TRUE--\u003e\n    :show-customize-editor-add-draw=\"true\"  \u003c!--Add the handwriting default TRUE--\u003e\n    :show-line-size-select = 'false' \u003c!--Select the default TRUE of the line spacing--\u003e\n    :show-font-size-select= 'false' \u003c!--Select the default TRue--\u003e\n    :show-font-select=\"false\"   \u003c!--Select the default true font--\u003e\n    :show-rename=\"true\"   \u003c!--Show the rename column default TRUE--\u003e\n    :show-save-btn=\"false\"  \u003c!--Show the saving button default TRUE--\u003e\n    :save-to-upload=\"true\"  \u003c!--False directly download; TRUE trigger onsave2upload event default FALSe-\u003e\n    :init-file-src=\"'【pdf url】'\"   \u003c!--Initialization file address--\u003e\n    :init-file=File   \u003c!--Initialization file object--\u003e\n    :init-file-name=\"initFileName\" \u003c!--Initialized file name--\u003e\n    :init-text-fields = \"【text array】\"  \u003c!--Initialized text array--\u003e\n    :init-image-urls = \"【image url array】\"   \u003c!--Initialized picture array--\u003e\n    :init-image-scale = \"0.2\" \u003c!--The zoom level of the initialized picture defaults to 0.2 times the original size--\u003e\n    :seal-image-show=\"true\" \u003c!--Whether to show the signed example of the default FALSE--\u003e\n    :seal-image-hidden-on-save=\"true\" \u003c!--Whether the signed example is hidden by the default FALSE when saving--\u003e\n    @onSave2Upload=\"【save callback】\"  \u003c!--Save the callback load: PDFBYTES and FILENAME--\u003e\n/\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibresign%2Fvue-pdf-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibresign%2Fvue-pdf-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibresign%2Fvue-pdf-editor/lists"}