Skip to content

Latest commit

 

History

109 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prc

"PRC (Product Representation Compact) is a file format that can be used to embed 3D data in a PDF file" according to Wikipedia. prc is a Rust language implementation of the file format.

prc Status

How to parse a PRC

Build the CMake project under src/tools/prc2json. Afterwards run prc2json input.prc | jq > output.json.

PRC Test Data

Test data is currently very scarce, many parts (structures) of the PRC standard are not yet found in existing test data. If you can, please submit new data (sample 3D PDFs) to increase the coverage of the library. The script extract3d.sh may be used to find and dump PRC and U3D streams from a PDF file.

License

prc is licensed under the MIT License - see the LICENSE file for details.

For commercial support, reach out to the main author.

PRC Documentation

The PRC file format documentation is quite scattered, incomplete, sometimes contradictory and does not properly detail file version differences.

About

Rust implementation of the PRC (Product Representation Compact) file format. PRC is a file format that can be used to embed 3D data in a PDF file.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages