Skip to content

logicchild0x00/ghostbuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghostbuster

Any2Any document converter

The main goal of this project to create a library to convert any file format to any other file format. It might use a common/base format, such as XPS file

Example:

XPS as a target format:

PS -> XPS
PCL -> XPS
PDF -> XPS
DOCX -> XPS

XPS as a source format:

XPS -> PS
XPS -> PCL
XPS -> PDF
XPS -> DOCX

XPS as a mediator:

PS -> PDF: will be executed as: PS -> XPS -> PDF
and so on...

So, the first thing is to build the models of XPS, or a graphics abstraction layer

Programming languages:

  • C#: .Net Frameworkd 4.7.2; this will be the main branch. As it comes with Windows(R); no need for installation
  • C#: .Net 6/7/...; these will be in other branches. Which what I prefer, but it will be planned later
  • C++: If needed

-----------------------------
Happy to accept any ideas :)

About

Any2Any document converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages