
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Catbuilder software: B2B product catalog management and creation</title>
    <meta name="description" content="Catbuilder is a B2B PIM software that allows you to manage your product data and automatically create catalogs, technical data sheets and commercial documents.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="all,follow">
	
	<link rel="alternate" hreflang="fr" href="https://www.catbuilder.eu/fr/logiciel.html">
	<link rel="alternate" hreflang="nl" href="https://www.catbuilder.eu/nl/software.html">		

    <!-- Bootstrap CSS-->
    <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
    <!-- Google fonts-->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
    <!-- Icon fonts-->
    <link rel="stylesheet" href="/css/pe-icon-7-stroke.css">
    <!-- Lightbox CSS-->
    <link rel="stylesheet" href="/vendor/lightbox2/css/lightbox.min.css">
    <!-- Leaflet CSS-->
    <link rel="stylesheet" href="/vendor/leaflet/leaflet.css">
    <!-- theme stylesheet-->
    <link rel="stylesheet" href="/css/style.default.css" id="theme-stylesheet">
    <!-- Custom stylesheet - for your changes-->
    <link rel="stylesheet" href="/css/custom.css">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css">
    <!-- Favicon-->
    <link rel="shortcut icon" href="/img/favicon.png">
    <!-- Tweaks for older IEs--><!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  </head>
  <body>
    <!-- navbar-->
	<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XLVYWK4Z83"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-XLVYWK4Z83');
</script>

<script>
	function global_replace(text,val1,val2)
	{
		if (!text) return '';
		var tab = text.split(val1);
		return tab.join(val2) 	
	}
		
	function changeLanguage(myLang) {
		const url = new URL(window.location.href);
		var myString = String(url.pathname); 	
		
		var current_language = "en";	
		var language = new Array("fr","en","nl");
		var url_name = new Array();
		
		url_name[0]= new Array("accueil","logiciel","impression","catalogues_interactifs","catalogues_en_ligne","applications_mobiles","middleware","pim","cms","references","nouveautes","contact");
		url_name[1]= new Array("home","software","print","interactive_catalogs","online_catalogs","mobile_applications","middleware","pim","cms","references","news","contact");
		url_name[2]= new Array("welkom","software","drukwerk","interactieve_catalogi","online_catalogi","mobiele_applicaties","middleware","pim","cms","referenties","nieuws","contact");
		
		var index_current_language = language.indexOf(current_language);
		var index_new_language = language.indexOf(myLang);
				
		myString = global_replace(myString,'/'+current_language+'/','/'+myLang+'/');
		
		var p1 = myString.split('/'+myLang+'/');
		var p2 = p1[1].split(".");
		
		var index_current_page = url_name[index_current_language].indexOf(p2[0]);
	
		if (index_current_page == -1 ){
			myString = p1[0]+"/"+myLang;
		}else{
			myString = global_replace(myString,url_name[index_current_language][index_current_page] , url_name[index_new_language][index_current_page]);
		}
		
		url.pathname = myString;
		window.location.href = url.toString();
		
	}
</script>

<!-- navbar-->
<header class="header">
	<nav class="navbar navbar-expand-lg py-lg-0">
		<div class="container">
			<div class="col-2 px-0"><a href="/en/" class="navbar-brand"> <img src="/images/logo-catbuilder.svg" alt="Logo Catbuilder" class="img-fluid mb-1"></a></div>
			<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler navbar-toggler-right small"><span class="text-uppercase mr-2">Menu</span><i class="fas fa-bars"></i></button>
			<div id="navbarSupportedContent" class="collapse navbar-collapse">
				<ul class="navbar-nav ml-auto d-lg-flex align-items-lg-center">
					<li class="nav-item"><a id="m-home" href="/en/" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Home </a></li>
					<li class="nav-item"><a id="m-software" href="/en/software.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Software </a></li>
			 		<li class="nav-item dropdown"><a id="m-solutions" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4 dropdown-toggle">Solutions </a>
						<div  class="dropdown-menu mt-0">
							<a href="/en/print.html" class="dropdown-item small text-uppercase">Print</a>
							<a href="/en/interactive_catalogs.html" class="dropdown-item small text-uppercase">Interactive catalogs</a>
							<a href="/en/online_catalogs.html" class="dropdown-item small text-uppercase">Online catalogs and B2B e-shops</a>
							<a href="/en/mobile_applications.html" class="dropdown-item small text-uppercase">Mobile applications</a>
							<a href="/en/middleware.html" class="dropdown-item small text-uppercase">Middleware</a>
							<a href="/en/pim.html" class="dropdown-item small text-uppercase">PIM</a>
							<a href="/en/cms.html" class="dropdown-item small text-uppercase">CMS</a>
						</div>
					</li>
					<li class="nav-item"><a id="m-reference" href="/en/references.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">References</a></li>
					<li class="nav-item"><a id="m-news" href="/en/news.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">News </a></li>
					<li class="nav-item"><a id="m-contact" href="/en/contact.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Contact </a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('fr')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-fr"> </span></a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('nl')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-nl"> </span></a></li>
				</ul>
			</div>
        </div>
	</nav>
</header>	
	<section class="py-5 bg-cover bg-gray">
      <div class="container py-2">
        <div  class="nav">
          <ol class="breadcrumb">
            <li class="breadcrumb-item"><a href="/en/"><i class="fa fa-home" aria-hidden="true"></i></a></li>
            <li aria-current="page" class="breadcrumb-item active">Software</li>
          </ol>
        </div>
        <h1 class="lined">How does Catbuilder work?</h1>
		<h2 class="lead text-left mt-4">Database publishing software to create and manage your product catalogs.</h2>
		<h3 class="lead text-left mt-4">Catbuilder has its own database for quickly importing, centralizing, and publishing your product information within a single- or multi-user client/server application compatible with all modern versions of Windows.</h3>
		<div class="container py-2">
			<div class="row align-items-center">
				<!-- Texte -->
				<div class="col-lg-6 mb-4 mb-lg-0">
					<h3 class="lined black">Catbuilder has three main functions: </h3>
					<ul class="lead">
						<li><a href="#importation">data import and enrichment.</a></li>
						<li><a href="#mise_en_page">layout and printing.</a></li>
						<li><a href="#publication">the publication.</a></li>
					</ul>
					
				</div>
	
				<!-- Vidéo -->
				<div class="col-lg-6 d-flex justify-content-center">
					<div class="video-responsive">
						<video controls>
							<source src="/videos/video_raphaelo_en.mp4" type="video/mp4">
							Your browser does not support video playback.
						</video>
					</div>
				</div>
			</div>
		</div>
      </div>
    </section>

	<section class="py-5">
		<div class="container py-2">
			<div class="row align-items-center">
				<div class="col-lg-12 mb-4 mb-lg-0">
					<h2 class="lined black" id="importation">Importing data</h2>
					<p class="lead text-left mt-4">Catbuilder has its own database but our philosophy is to avoid double encoding of data.<br><br>If your data is already encoded in your management system, we will make every effort to organize the replication of this data in Catbuilder.<br><br>Over the years we have developed tools that allow this replication to be implemented in a completely transparent manner.<br><br>The import module is one of those tools that allows you to easily configure the synchronization of changes to your data in the Catbuilder database.<br><br>If your data structure differs from Catbuilder's, this is not a problem because the import flow can be transformed to ensure compatibility between the two structures. Therefore, you do not need to adapt your database structure; Catbuilder will adapt automatically.<br><br>If your database is not accessible or if you do not have a database, the import module is capable of working with many other data sources. For example, the module is capable of importing XSLX, XML, JSON, CSV, TXT files or <strong>connecting directly to the web service of</strong> Prestashop, Magento, Odoo , <strong>or even to a PIM/DAM like</strong> Akeneo and Keepeek to retrieve photos... and many more.<br><br>Our great strength is being able to <strong>adapt to all data sources</strong> by avoiding custom development but by integrating a new feature into the module, which means that what you need is probably already developed.<br><br></p>
				</div>
				<div class="col-lg-12 mb-4 mb-lg-0">
					<h2 class="lined black">Data enrichment</h2>
					<p class="lead text-left mt-4">Imported data is not always sufficient to produce a quality catalog; most of the time it needs to be enriched.<br><br>Enriching means supplementing them. Data from an ERP system is generally intended for invoicing and often lacks descriptive attributes when a catalog needs to be created. Catbuilder allows you to enrich imported data without breaking the replication process.<br><br>Enriching also means structuring. The family/subfamily structure retrieved by the ERP replication process isn't always the one you want for a catalog. Here again, Catbuilder can manage multiple structures thanks to a unique <strong>shortcut</strong> mechanism that allows you to structure catalogs infinitely without affecting replication.<br><br>Catbuilder offers many functions to enrich data such as very powerful mass copy/paste to add features or batch import of images locally or from the internet.<br><br>Catbuilder's interface is simple and intuitive and is used like a classic office program.<br><br></p>
				</div>
			</div>
		</div>
	</section>
	<section class="py-5 bg-gray">
		<div class="container py-2">
			<div class="row align-items-center">
				<div class="col-lg-12 mb-4 mb-lg-0 " >
					<h2 class="lined black" id="mise_en_page">Layout</h2>
					<p class="lead text-left mt-4">In Catbuilder, you can easily define the layout of your catalog yourself. The application allows you to create various <strong>graphic objects</strong> (presentation templates, headers, footers, backgrounds, chapter headings, etc.) that act as layout plans where you indicate the placement of your data (labels, descriptions, lists, tables, images, etc.) that should appear in your marketing materials.<br><br>These graphic objects can be applied to all the products contained in your materials (catalogs, price lists, product sheets, etc.) and allow you to produce them in record time.<br><br>You can also create different objects per chapter, per product range or per product and adapt your graphic charter according to the target audience and/or the media used.<br><br>Contrary to common misconceptions about automated publishing, Catbuilder is not limited to standardized or “industrial-looking” outputs. Thanks to its intelligent templates and automated layout generation, it is possible to produce catalogs and commercial materials with a modern, creative, and professional design.<br><br><strong>No graphic design expertise</strong> is required to achieve a high-quality result. Catbuilder automates page composition while ensuring layouts remain visually appealing, consistent, and well-balanced.<br><br>Catbuilder has advanced functions for managing text, images and table definitions.<br><br>The result is very dynamic; if you insert products or advertisements, or if you change the order of products and chapters, Catbuilder will be able to <strong>reformat everything without any manual intervention</strong>, including adjusting the table cutouts.<br><br>Catbuilder also allows you to automatically generate different types of indexes and tables of contents.<br><br>In fact, you can manage everything in Catbuilder, including the front and back covers of your catalog.<br><br>Catbuilder allows <strong>language management</strong>, enabling you to publish your marketing materials in any language you choose, creating monolingual or multilingual documents without losing your desired layouts.<br>Do you want to implement the "language change in the dark" printing technique for texts to save on printing costs? Nothing could be easier with Catbuilder, which is able to take into account the language that takes up the most space in order to fix the position of colored objects.<br><br>It is also very easy to manage a variable display of prices (with or without prices, in multiple currencies). Furthermore, it is possible to use calculation formulas with Catbuilder.</p>
				</div>
				<div class="col-lg-12 mb-4 mb-lg-0 bg-gray">
					<h2 class="lined black">Printing</h2>
					<p class="lead text-left mt-4">Printing, in the end, is a mere formality.<br>With Catbuilder it is possible to <strong>generate the catalog every day</strong>, send it for review to product managers, correct it and then regenerate it for a new reading/correction cycle.<br><br>If this cycle is put in place a few weeks before the big day, the final impression will inevitably be good and without surprises.<br><br>At most, Catbuilder requires some additional processing if the document is to be printed in four colors, but only on the final version, the one that will be sent for approval.<br><br>Catbuilder generates a PDF file, which can be sent to the printer or printed in-house. This PDF can also be enhanced with hyperlinks and bookmarks to facilitate internal browsing or create links to a downloadable product sheet or the item in the online store. Such an enhanced PDF is an ideal basis for a flip book or a mobile application.<br><br></p>
				</div>
			</div>
		</div>
	</section>
	<section class="py-5 ">
		<div class="container py-2">
			<div class="row align-items-center">
				<div class="col-lg-12 mb-lg-0">
					<h2 class="lined black" id="publication">Publication</h2>
					<p class="lead text-left mt-4">Publishing is handled by the Catsite module. This is a <strong>configurable</strong> module that allows data to be published via HTTP(S) or FTP, encapsulated in languages as varied as HTML, Javascript, PHP, ASP, or simply in file formats such as XML, JSON, CSV, TXT...<br><br>In fact, there is no limit to the formatting of the publication because it is based on user-defined structures into which data will be inserted, a bit like mail merge when addresses are merged with an envelope template.<br>Whatever form you want to give your publication, it's possible.<br><br>The publication is by default adapted to publishing data on the online catalog <strong>Catbuilder Showcase</strong> with a SOAP type protocol.<br><br><strong>Catbuilder Showcase</strong> is the ideal solution for setting up a B2B intranet/extranet catalog and distributing all product information internally or to your professional partners and clients. This solution offers users access to products and optimized, rapid replenishment. It also allows them to create a customized offer for their own clients, including a technical dossier in the form of a catalog.<br><br>If you have your own online catalog and your own protocol, it is possible to develop <strong>plugins</strong> that allow it to be integrated into the publishing process.<br><br></p>
				</div>
			</div>
		</div>
	</section>
	
	<section class="py-5">
<div class="container mt-5">
	<h2 class="lined black">Questions and answers about Catbuilder</h2>
	<div id="accordion">
    <div class="card">
      <div class="card-header" id="heading1">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse1">Does Catbuilder allow me to integrate my graphic charter into the catalogs I create?</button></h3>
      </div>
      <div id="collapse1" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Yes, Catbuilder faithfully reproduces your fonts, your logo and your colours to guarantee a result that is totally consistent with your <a href="/en/print.html">visual identity.</a></h3>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="card-header" id="heading2">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse2">Can hyperlinks and bookmarks be added to digital catalogs?</button></h3>
      </div>
      <div id="collapse2" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Yes, the PDF can include <a href="/en/interactive_catalogs.html">clickable links</a>, bookmarks and links to your product pages or your online store. Cela rend la navigation beaucoup plus simple.</h3>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="card-header" id="heading3">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse3">Can my customers place orders on a site made by Catbuilder?</button></h3>
      </div>
      <div id="collapse3" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Oui, vos clients B2B peuvent commander rapidement et efficacement depuis l’interface. An <a href="/en/online_catalogs.html">online payment</a> option can also be activated if necessary.</h3>
        </div>
      </div>
    </div>	
    <div class="card">
      <div class="card-header" id="heading4">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse4">What do the Catbuilder mobile applications allow?</button></h3>
      </div>
      <div id="collapse4" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">They offer complete access to your catalog and the ability to place orders from <a href="/en/mobile_applications.html">a smartphone or tablet.</a>Everything is designed to simplify fieldwork.</h3>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="card-header" id="heading5">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse5">QWhat is the role of Catbuilder as middleware?</button></h3>
      </div>
      <div id="collapse5" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Catbuilder acts as a <a href="/en/middleware.html">central bridge between your different computer systems.</a> It facilitates communication and synchronization of product, customer, and order data.</h3>
        </div>
      </div>
    </div>
    <div class="card">
      <div class="card-header" id="heading6">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse6">Does Catbuilder support the ETIM standard?</button></h3>
      </div>
      <div id="collapse6" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Yes, Catbuilder perfectly handles the <a href="/en/pim.html">ETIM standard.</a> It can also work with any other international standard.</h3>
        </div>
      </div>
    </div>	
<div class="card">
      <div class="card-header" id="heading7">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse7">Can Catbuilder help improve the visibility of my content on the internet?</button></h3>
      </div>
      <div id="collapse7" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Yes, by generating complete and optimized HTML, Catbuilder facilitates <a href="/en/cms.html">indexing and natural referencing</a>. Your pages are better ranked and more visible to your visitors.</h3>
        </div>
      </div>
    </div>	
  </div>
</div>
</section>    <footer style="background: #eee;" class="pt-5">
      <div class="container py-2">
        <div class="row">
          <div class="col-lg-8 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">About Catbuilder</p>
            <p class="text-small">PIM software designed to centralize product data and create personalized catalogs, <strong>Catbuilder</strong> helps B2B companies (industries, manufacturers and distributors) to distribute their commercial documents on all media.<br><br>Wood&d sa, A Belgian company active for almost 30 years ensures its development and continuous evolution.</p>
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Offices</p>
            <p class="mb-0 text-small">Wood&d sa</p>
            <p class="mb-0 text-small">Voie Maréchal Grouchy, 24</p>
            <p class="mb-0 text-small">B-1300 Wavre</p>
            <p class="mb-4 text-small">info@catbuilder.be</p>
			<p class="mb-4 text-small">Tél: +32 (0)473 91 53 88</p>
          </div>
		  
		  
		  



		  
		  
          <div class="col-lg-4 col-md-6 mb-4">
			<img src="/img/favicon.png" alt="Catbuilder icon" class="img-fluid mb-4">
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Let's be friends</p>
            <ul class="list-inline">
              <li class="list-inline-item"><a title="Linkedin" href="https://be.linkedin.com/company/catbuilder" class="social-link"><i class="fab fa-linkedin-in"></i></a></li>
              <li class="list-inline-item"><a title="Email" href="mailto:info@catbuilder.be" class="social-link"><i class="fas fa-envelope"></i></a></li>
            </ul>
          </div>
          <div class="col-lg-4 col-md-6">
            <p class="lined lined-dark mb-3">Newsletter</p>
            <p class="mb-4 text-small">Sign up to receive occasional updates from Catbuilder.</p>
              <form action="newsletter.asp" method="post">
                <div class="input-group mb-3">
				<script>d = new Date(); document.write('<input type="hid'+'den" name="v'+'rif" value="lhjglchb54'+d.getDay()+'5vkjbchkjds">');</script>
                  
                  <input type="text" name="email" placeholder="Email" aria-label="Email" aria-describedby="basic-addon2" class="form-control">
                  <div class="input-group-append">
                    <button id="basic-addon2" type="submit" class="input-group-text" title="Newsletter Subscription"><i class="fas fa-paper-plane"></i></button>
                  </div>
				  
                </div>
              </form>
            
          </div>
        </div>
      </div>
      <div class="bg-dark py-4">    
        <div class="container">
          <div class="row">
            <div class="col-lg-6 text-center text-lg-left mb-1 mb-lg-0">
              <p class="small text-gray mb-0">©Catbuilder sarl</p>
            </div>
          </div>
        </div>
      </div>
    </footer>	


    <!-- JavaScript files-->
    <script src="/vendor/jquery/jquery.min.js"></script>
    <script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
    <script src="/vendor/lightbox2/js/lightbox.min.js"></script>
    <script src="/vendor/leaflet/leaflet.js"></script>
    <script src="/js/front.js"></script>
		<script>
		$( "#m-software" ).addClass( "active" );

		(function() {
			$('<i id="back-to-top" style="z-index:99999"></i>').appendTo($('body'));

			$(window).scroll(function() {

				if($(this).scrollTop() != 0) {
					$('#back-to-top').fadeIn();	
				} else {
					$('#back-to-top').fadeOut();
				}

			});
			
			$('#back-to-top').click(function() {
				$('body,html').animate({scrollTop:0},600);
			});	

		})();
	</script>
    <!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  </body>
</html>