{"id":22799599,"url":"https://github.com/miyako/cpdf","last_synced_at":"2026-02-27T14:06:23.965Z","repository":{"id":265196401,"uuid":"895417168","full_name":"miyako/cpdf","owner":"miyako","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-15T00:41:57.000Z","size":7835,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T03:28:04.810Z","etag":null,"topics":["4d-class","4d-component","cpdf"],"latest_commit_sha":null,"homepage":"","language":"4D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miyako.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-28T07:05:53.000Z","updated_at":"2025-05-15T00:40:56.000Z","dependencies_parsed_at":"2025-05-15T01:35:47.950Z","dependency_job_id":null,"html_url":"https://github.com/miyako/cpdf","commit_stats":null,"previous_names":["miyako/cpdf"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/cpdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fcpdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fcpdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fcpdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fcpdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/cpdf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2Fcpdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29898962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["4d-class","4d-component","cpdf"],"created_at":"2024-12-12T07:09:23.418Z","updated_at":"2026-02-27T14:06:23.935Z","avatar_url":"https://github.com/miyako.png","language":"4D","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/cpdf)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/cpdf/total)\n\n### Licensing\n\n* the source code of this component is licensed under the [MIT license](https://github.com/miyako/cpdf/blob/master/LICENSE).\n* see [coherentpdf.com](https://www.coherentpdf.com/index.html) for the licensing of **Coherent PDF**.\n\n# cpdf\n\n## dependencies.json\n\n ```json\n{\n\t\"dependencies\": {\n\t\t\"cpdf\": {\n\t\t\t\"github\": \"miyako/cpdf\",\n\t\t\t\"version\": \"latest\"\n\t\t}\n\t}\n}\n```\n\n## Usage\n\n```4d\n#DECLARE($params : Object)\n\nIf ($params=Null)\n\t\n\t/*\n\t\tasync calls must be performed in a worker or form\n\t*/\n\t\n\tCALL WORKER(1; Current method name; {})\n\t\nElse \n\t\n\tvar $cpdf : cs.cpdf.cpdf\n\t$cpdf:=cs.cpdf.cpdf.new(cs._cpdf_Controller)\n\t\n\t$pdf:=File(\"/DATA/brochure.pdf\")\n\t$pdf:=OB Class($pdf).new($pdf.platformPath; fk platform path)\n\t$out:=Folder(fk desktop folder).file(\"brochure.json\")\n\t$out2:=Folder(fk desktop folder).file(\"brochure.pdf\")\n\t$cpdf.perform([\\\n\t[$pdf; \"-output-json\"; \"-output-json-parse-content-streams\"; \"-o\"; $out]; \\\n\t[\"-j\"; $out; \"-o\"; $out2]\\\n\t])\n\t\nEnd if \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fcpdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2Fcpdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2Fcpdf/lists"}