https://github.com/1spb-org/dxf2pdf

https://github.com/1spb-org/dxf2pdf

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: 1spb-org
  • Language: C#
  • Default Branch: main
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

The Dxf2Pdf Universal Microservice

Description

The service is intended for use with Autodesk DWG TrueView, see here, to convert DXF to PDF files by calling an executable as follows:

"<Path-to-dwgviewr.exe>" "<path-to-my.dxf>" /b "<path-to-plotPDF.scr>" /nologo

Usage

  1. Configure paths and else in appsettings.json placed in microservice executable current directory.
  2. Launch this microservice.
  3. Create name.json with correct paths to files.
  4. Place name.json in a directory that reachable by the microservise.
  5. Use http(s)://hostname:port/v1/launcher/name as GET request endpoint.
  6. After successful request, use http(s)://hostname:port/hangfire/ to see job progress in the webbrowser.
  7. See requested output file after the job succeeded

Owner

  • Name: Georgii Kupriianov
  • Login: 1spb-org
  • Kind: user
  • Location: St.Petersburg, Russia

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

Dxf2Pdf.Queue.csproj nuget
  • Grpc.AspNetCore 2.67.0
  • Hangfire 1.8.17
  • Hangfire.AspNetCore 1.8.17
  • Hangfire.Core 1.8.17
  • Hangfire.LiteDB 0.4.1
  • Hangfire.NetCore 1.8.17
  • Hangfire.Storage.SQLite 0.4.2
  • LiteDB 5.0.21
  • MailKit 4.8.0
  • Microsoft.AspNetCore.Grpc.Swagger 0.8.11
  • MimeKit 4.8.0
  • Newtonsoft.Json 13.0.3