{
  "_id": "6a1483bbacfb0bcc41d464d4",
  "Type": "Package",
  "Package": "doconv",
  "Title": "Document Conversion to 'PDF', Thumbnails and Visual Testing",
  "Version": "0.4.0",
  "Authors@R": "c(\nperson(\"David\", \"Gohel\", , \"david.gohel@ardata.fr\", role = c(\"aut\", \"cre\")),\nperson(\"ArData\", role = \"cph\"),\nperson(\"David\", \"Hajage\", role = \"ctb\",\ncomment = \"initial powershell code\")\n)",
  "Description": "Provides the ability to generate images from documents of\ndifferent types. Three main features are provided: generating\ndocument thumbnails, performing visual tests of documents, and\nupdating fields and tables of contents of a 'Microsoft Word' or\n'RTF' document. 'Microsoft Word' and/or 'LibreOffice' must be\ninstalled on the machine. If 'Microsoft Word' is available, it\ncan produce PDF documents or images identical to the originals;\notherwise 'LibreOffice' is used and the rendering may sometimes\ndiffer from the original documents.",
  "License": "MIT + file LICENSE",
  "BugReports": "https://github.com/ardata-fr/doconv/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "SystemRequirements": "LibreOffice, Microsoft Word",
  "Config/pak/sysreqs": "libcairo2-dev libfontconfig1-dev libfreetype6-dev\nlibmagick++-dev gsfonts libjpeg-dev libssl-dev\nlibpoppler-cpp-dev poppler-data",
  "Repository": "https://ardata-fr.r-universe.dev",
  "Date/Publication": "2026-02-14 17:55:04 UTC",
  "RemoteUrl": "https://github.com/ardata-fr/doconv",
  "RemoteRef": "HEAD",
  "RemoteSha": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 17:12:49 UTC",
    "User": "root"
  },
  "Author": "David Gohel [aut, cre],\nArData [cph],\nDavid Hajage [ctb] (initial powershell code)",
  "Maintainer": "David Gohel <david.gohel@ardata.fr>",
  "MD5sum": "21c39dfb432112d9a771bd36223df232",
  "_user": "ardata-fr",
  "_type": "src",
  "_file": "doconv_0.4.0.tar.gz",
  "_fileid": "e189eb73f016122ac30d483d6ae4d96d8d22230f767064ea214cd13cfddc80cd",
  "_filesize": 587167,
  "_sha256": "e189eb73f016122ac30d483d6ae4d96d8d22230f767064ea214cd13cfddc80cd",
  "_created": "2026-05-25T17:12:49.000Z",
  "_published": "2026-05-25T17:15:39.513Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77747761719,
      "time": 140,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7202310402"
    },
    {
      "job": 77747761740,
      "time": 141,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7202310819"
    },
    {
      "job": 77747761723,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7202299246"
    },
    {
      "job": 77747761721,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7202299729"
    },
    {
      "job": 77747424435,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7202282043"
    },
    {
      "job": 77747761707,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7202306699"
    },
    {
      "job": 77747761718,
      "time": 140,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7202310385"
    },
    {
      "job": 77747761715,
      "time": 123,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7202307585"
    },
    {
      "job": 77747761717,
      "time": 114,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7202305526"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ardata-fr/doconv",
  "_commit": {
    "id": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
    "author": "David Gohel <david.gohel@ardata.fr>",
    "committer": "David Gohel <david.gohel@ardata.fr>",
    "message": "compress images\n",
    "time": 1771091704
  },
  "_maintainer": {
    "name": "David Gohel",
    "email": "david.gohel@ardata.fr",
    "login": "davidgohel",
    "twitter": "@DavidGohel",
    "description": "",
    "uuid": 4331618
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "gdtools",
      "role": "Imports"
    },
    {
      "package": "locatexec",
      "role": "Imports"
    },
    {
      "package": "magick",
      "role": "Imports"
    },
    {
      "package": "pdftools",
      "role": "Imports"
    },
    {
      "package": "processx",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "flextable",
      "role": "Suggests"
    },
    {
      "package": "ragg",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "webshot2",
      "role": "Suggests"
    }
  ],
  "_owner": "ardata-fr",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-32",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 8
    }
  ],
  "_tags": [],
  "_stars": 17,
  "_contributors": [
    {
      "user": "davidgohel",
      "count": 63,
      "uuid": 4331618
    },
    {
      "user": "markheckmann",
      "count": 3,
      "uuid": 152927
    },
    {
      "user": "ms609",
      "count": 1,
      "uuid": 1695515
    }
  ],
  "_userbio": {
    "uuid": 30245123,
    "type": "organization",
    "name": "ArData"
  },
  "_downloads": {
    "count": 10208,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/doconv"
  },
  "_devurl": "https://github.com/ardata-fr/doconv",
  "_searchresults": 65,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/doconv.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ardata-fr/doconv",
  "_realowner": "ardata-fr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-03-30"
    },
    {
      "version": "0.1.1",
      "date": "2021-03-31"
    },
    {
      "version": "0.1.2",
      "date": "2021-05-12"
    },
    {
      "version": "0.1.3",
      "date": "2021-05-19"
    },
    {
      "version": "0.1.4",
      "date": "2022-08-19"
    },
    {
      "version": "0.2.0",
      "date": "2022-11-28"
    },
    {
      "version": "0.3.0",
      "date": "2022-12-16"
    },
    {
      "version": "0.3.1",
      "date": "2023-01-06"
    },
    {
      "version": "0.3.2",
      "date": "2023-02-10"
    },
    {
      "version": "0.3.3",
      "date": "2025-08-18"
    },
    {
      "version": "0.4.0",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "check_libreoffice_export",
    "docx_update",
    "docx2pdf",
    "expect_snapshot_doc",
    "expect_snapshot_flextables",
    "expect_snapshot_ggplots",
    "expect_snapshot_html",
    "init_working_directory",
    "msoffice_available",
    "pptx2pdf",
    "rm_working_directory",
    "run_in_shiny_app",
    "skip_if_not_snapshot_png",
    "to_miniature",
    "to_pdf",
    "working_directory"
  ],
  "_help": [
    {
      "page": "check_libreoffice_export",
      "title": "Check if PDF export is functional",
      "topics": [
        "check_libreoffice_export"
      ]
    },
    {
      "page": "docx_update",
      "title": "Update docx fields",
      "topics": [
        "docx_update"
      ]
    },
    {
      "page": "docx2pdf",
      "title": "Convert docx to pdf",
      "topics": [
        "docx2pdf"
      ]
    },
    {
      "page": "expect_snapshot_doc",
      "title": "Visual test for document",
      "topics": [
        "expect_snapshot_doc"
      ]
    },
    {
      "page": "expect_snapshot_flextables",
      "title": "Visual snapshot test for flextable object(s)",
      "topics": [
        "expect_snapshot_flextables"
      ]
    },
    {
      "page": "expect_snapshot_ggplots",
      "title": "Visual snapshot test for ggplot2 plot(s)",
      "topics": [
        "expect_snapshot_ggplots"
      ]
    },
    {
      "page": "expect_snapshot_html",
      "title": "Visual test for an HTML document",
      "topics": [
        "expect_snapshot_html"
      ]
    },
    {
      "page": "msoffice_available",
      "title": "Check if 'Microsoft Office' is available",
      "topics": [
        "msoffice_available"
      ]
    },
    {
      "page": "pptx2pdf",
      "title": "Convert pptx to pdf",
      "topics": [
        "pptx2pdf"
      ]
    },
    {
      "page": "run_in_shiny_app",
      "title": "Run a command against a running Shiny application",
      "topics": [
        "run_in_shiny_app"
      ]
    },
    {
      "page": "skip_if_not_snapshot_png",
      "title": "Skip tests when PNG snapshot dependencies are unavailable",
      "topics": [
        "skip_if_not_snapshot_png"
      ]
    },
    {
      "page": "to_miniature",
      "title": "Thumbnail of a document",
      "topics": [
        "to_miniature"
      ]
    },
    {
      "page": "to_pdf",
      "title": "Convert documents to pdf",
      "topics": [
        "to_pdf"
      ]
    },
    {
      "page": "working_directory",
      "title": "manage docx2pdf working directory",
      "topics": [
        "init_working_directory",
        "rm_working_directory",
        "working_directory"
      ]
    }
  ],
  "_pkglogo": "https://github.com/ardata-fr/doconv/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/ardata-fr/doconv/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "cli",
    "cpp11",
    "curl",
    "digest",
    "fastmap",
    "fontBitstreamVera",
    "fontLiberation",
    "fontquiver",
    "gdtools",
    "htmltools",
    "jsonlite",
    "lifecycle",
    "locatexec",
    "magick",
    "magrittr",
    "pdftools",
    "processx",
    "ps",
    "qpdf",
    "R6",
    "Rcpp",
    "rlang",
    "sys",
    "systemfonts"
  ],
  "_score": 7.006545448837542,
  "_indexed": true,
  "_nocasepkg": "doconv",
  "_universes": [
    "ardata-fr",
    "davidgohel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-25T17:15:10.000Z",
      "distro": "noble",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "bce7d0b53901534229ffce50661ab7733177ad74f3d67554133f5f77f3f0b33e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-25T17:15:11.000Z",
      "distro": "noble",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "edd2688ef07e49c6bcfd0e98fd6fb775c5e7cf91abd742de31124032279ad01f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-25T17:14:15.000Z",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "2ca4609e8175193c79f3a43d498b73c5f023d88bf6ca2a5ee96cbb04b833efde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-25T17:14:21.000Z",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "f88ce6c7d53dc74663001de1452b500665c630cf18d464fcca48c156c237a92e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-05-25T17:15:06.000Z",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "170da4aa423a3dade9f3e92899c7ae14cd81ad84003b75dbbce1fea028b8455f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-25T17:15:05.000Z",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "1fffee7894d7b5fbdf2a542a074c635422fb24ad3403d690eb5649673bf073ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-25T17:14:51.000Z",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "f4627a896dfca44fc32436ac414ae516cb85bd79e6b86afe9d02c711d299e79a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-25T17:14:41.000Z",
      "commit": "3aaac8b57c51901d48a29ce5b1f80e9fea12ae9e",
      "fileid": "95b8ba0a8a39cd32a0887914a7e8cd8f43758969d1ef04c9274aad8c78424f74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ardata-fr/actions/runs/26411713846"
    }
  ]
}