Group
Extension

Matches 1

App-Test-DWG-LibreDWG-JSON ( S/SK/SKIM/App-Test-DWG-LibreDWG-JSON-0.05.tar.gz, SKIM, 2024; MetaCPAN )
App-Test-DWG-LibreDWG-JSON/JSON.pm ( view source; MetaCPAN )
package App::Test::DWG::LibreDWG::JSON;

use strict;
use warnings;

use CAD::AutoCAD::Detect qw(detect_dwg_file);
use Capture::Tiny qw(capture);
use File::Copy;
use File::Path qw(mkpath);
use File::Sp
le to JSON.
	my $json_file_first = catfile($tmp_dir, 'first.json');
	my $dwg_to_json_first = "$dwgread $v -o $json_file_first $dwg_file_first";
	if ($self->_exec($dwg_to_json_first, 'dwg_to_json')) {
 JSON to dwg file.
	my $dwg_file_second = catfile($tmp_dir, 'second.dwg');
	my $json_to_dwg_first = "$dwgwrite --as $dwgwrite_version $v -o $dwg_file_second $json_file_first";
	if ($self->_exec($json_

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.