{"id":19099184,"url":"https://github.com/diev/winprint","last_synced_at":"2025-07-05T01:37:47.864Z","repository":{"id":109043178,"uuid":"100071499","full_name":"diev/WinPrint","owner":"diev","description":"Windows Print - программа графической печати текстов cp866 и XML.","archived":false,"fork":false,"pushed_at":"2021-02-11T13:20:10.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T09:45:49.428Z","etag":null,"topics":["console-application","delphi","printing","russian","win32"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diev.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}},"created_at":"2017-08-11T21:31:47.000Z","updated_at":"2021-03-06T02:45:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"63d5e939-d869-42fd-9b57-2251fae9a14f","html_url":"https://github.com/diev/WinPrint","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/diev/WinPrint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diev%2FWinPrint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diev%2FWinPrint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diev%2FWinPrint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diev%2FWinPrint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diev","download_url":"https://codeload.github.com/diev/WinPrint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diev%2FWinPrint/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263644383,"owners_count":23493906,"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","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":["console-application","delphi","printing","russian","win32"],"created_at":"2024-11-09T03:49:00.987Z","updated_at":"2025-07-05T01:37:47.846Z","avatar_url":"https://github.com/diev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [WinPrint]\n\nWindows Print - программа графической печати текстов cp866 и XML.\n\n## Build\n\n * Embarcadero Delphi 10.3 - https://www.embarcadero.com/products/delphi/starter \n(проект версии 1.х вынесен в отдельную папку [Delphi])\n * Microsoft Visual Studio 2019 - https://visualstudio.microsoft.com/downloads/\n(проект с версии 2.0 ведется на C# для .NET 4.8)\n\n## Usage\n\nNo parameters: `winprint.exe`  \nIt makes the output as follows:\n```\nWinPrint v1.5.7486.56997 (2020-06-30) - Программа графической печати текстов cp866 и XML.\n(c) 2010-2020 Dmitrii Evdokimov\n\nВ качестве параметра требует имя файла для печати.\nВторым параметром может быть указан принтер (номер или имя в cp866).\n\nПрограмма видит следующие принтеры (* - по умолчанию):\n\n  0  \"Send To OneNote 2013\"\n  1  \"OneNote for Windows 10\"\n  2  \"Microsoft Print to PDF\"\n  3* \"Kyocera ECOSYS P3055dn KX\"\n  4  \"Kyocera ECOSYS P2235dn XPS\"\n  5  \"Kyocera ECOSYS P2235dn\"\n  6  \"Fax\"\n\nНажмите Enter для выхода\n```\n\nOne parameter: `winprint.exe text.txt`  \nIt prints the specified file to the default printer (#3 in the output above, \nmarked by `*`).\n\nTwo parameters: `winprint.exe text.txt 2` or  \n`winprint.exe text.txt \"Microsoft Print to PDF\"`  \nIt prints the specified file to the specified printer (i.e. #2 in the output \nabove).\n\n## Delphi Version Info\n\nAbout this option in RAD Studio:\n\n**Auto generate build number** generates the **Release** and **Build** number \nfor you, and increments the numbers each time you \nselect *Project* \u003e *Build Project*.\n\nWhen **Auto generate build number** is set:\n \n * **Release** = number of days since Jan 1 2000 (i.e. 7486 for 2020-06-30) \n * **Build** = number of seconds since midnight (00:00:00), divided by 2 \n\nAuto generate build number might require you to set the environment \nvariable (`SAVEVRC=TRUE`). Go to *Tools* \u003e *Options* \u003e *Environment \nOptions* \u003e *Environment Variables* and add a new User variable called `SAVEVRC` \nwith Value = `TRUE`. This variable enables the generation of a `.vrc` file with \nan auto generated build number and other information. \nThis information is compiled and added to the `.res` file.\n\nIf you right-click the executable `.exe` file in the Windows File Explorer, \nselect *Properties* from the context menu, and find the *File version* in the \nProperties box. \n\nAn example looks like a `v1.5.7486.56997`.\n\n## License\n\nLicensed under the [Apache License, Version 2.0].\n\n[WinPrint]: https://diev.github.io/WinPrint/\n[Delphi]: Delphi\n[Apache License, Version 2.0]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiev%2Fwinprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiev%2Fwinprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiev%2Fwinprint/lists"}