{"id":29778,"date":"2023-12-15T08:15:00","date_gmt":"2023-12-15T07:15:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/?p=29778"},"modified":"2026-02-25T21:30:27","modified_gmt":"2026-02-25T20:30:27","slug":"howto-create-a-quick-documentum-rendition-report","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/","title":{"rendered":"HowTo &#8211; Create a quick Documentum rendition report"},"content":{"rendered":"\n<p>When working with any ECM solution, you will have to manage a rendition software. This is used to transform the native documents from most formats (docx, pptx, xlsx, txt, jpeg, png, svg, etc.) into another format (pdf, png, etc.). The rendition can then be used for a multitude of use-cases: thumbnails, previsualization purposes online\/in a browser, for security\/conformity to certain standards, for workflows like sending the PDF version to your customers, annotations, etc\u2026 Most ECM will come with it out-of-the-box (usually with no additional costs) while others will provide the necessary architecture for it but then it&#8217;s up to you to choose which rendition to plug.<\/p>\n\n\n\n<p>In this blog, I will talk about the Documentum rendition part and more specifically about the performance\/report part of it. You can use OpenText software like Documentum CTS\/ADTS (Content Transformation Services \/ Advanced Document Transformation Services) with OpenText Blazon or you can use third-party solutions such as DocShifter or Adlib. As a lot of other features in Documentum, renditions will take advantage of the dmi_queue_item table to store documents that need a rendition and that&#8217;s therefore a good location to look at if you want to check the performance of your rendition system.<\/p>\n\n\n\n<p>Depending on the rendition software that you are using, you might already have some out-of-the-box reports but that would usually only consider the rendition part. As mentioned, Documentum uses the <em>dmi_queue_item<\/em> table, therefore documents are being added into this queue as &#8220;waiting for rendition&#8221;. Then, the rendition server will go and pull items from this table, changing the item status as &#8220;rendition in progress&#8221;. That can take 1s, 5s, 10s or even more because it depends on whether the rendition server has enough bandwidth to process it and because it&#8217;s not a push to the rendition server but a pull from it. The next step is performing the real action and finally upload the rendition created into Documentum, attach it to the native document and change the queue item status to &#8220;rendition completed&#8221;. The &#8220;wait&#8221; time is usually not considered on the rendition server, hence why it could be interesting to create your own report.<\/p>\n\n\n\n<p>DocShifter introduced an &#8220;Insight&#8221; dashboard (somewhere in the last 2 years, version 7.1?), which can show some interesting data. This is an example of what you can get from it, on a DocShifter 8.0 environment:<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee661f3aa1b&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee661f3aa1b\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"698\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1-1024x698.png\" alt=\"DocShifter report - 1\" class=\"wp-image-29779\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1-1024x698.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1-300x205.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1-768x524.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1.png 1436w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee661f3b16e&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee661f3b16e\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"706\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report2-1024x706.png\" alt=\"DocShifter report - 2\" class=\"wp-image-29780\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report2-1024x706.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report2-300x207.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report2-768x529.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report2.png 1438w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>That&#8217;s good and all, but in the end, if you want to see the real time it took from the end-user point of view, that&#8217;s not enough. One of the monitoring that is always implemented at our customers is to detect the long running rendition process. In this blog, I will do things manually since we want to see the global performance of all rendition requests and not just the slowest. So, let&#8217;s start with executing a DQL on a repository that has rendition enabled:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: sql; title: ; notranslate\" title=\"\">\nselect\n  datetostring(q.date_sent, &#039;yyyy\/mm\/dd hh:mi:ss&#039;) as sent_date,\n  datetostring(q.dequeued_date, &#039;yyyy\/mm\/dd hh:mi:ss&#039;) as dequeued_date,\n  86400*(q.dequeued_date - q.date_sent) as time_to_fetch,\n  datetostring(c.set_time, &#039;yyyy\/mm\/dd hh:mi:ss&#039;) as rendition_date,\n  86400*(c.set_time - q.dequeued_date) as rendition_duration,\n  86400*(c.set_time - q.date_sent) as total_wait_for_rendition,\n  q.item_id,\n  d.r_full_content_size as doc_size,\n  c.full_content_size as pdf_size,\n  d.a_content_type as content_type,\n  q.r_object_id as request_id\nfrom\n  dmi_queue_item q,\n  dm_document(all) d,\n  dmr_content c\nwhere\n  q.name = &#039;dm_autorender_win31&#039;\n  and q.supervisor_name = &#039;dm_autorender_win31&#039;\n  and q.item_id = d.r_object_id \n  and any c.parent_id = d.r_object_id\n  and c.rendition = 2\n  and c.full_format = &#039;pdf&#039;\n  and q.date_sent &gt;= date(&#039;2023\/12\/08 00:00:00&#039;, &#039;yyyy\/mm\/dd hh:mi:ss&#039;)\n  and q.date_sent &lt;= date(&#039;2023\/12\/08 23:59:59&#039;, &#039;yyyy\/mm\/dd hh:mi:ss&#039;)\n  and q.dequeued_date &gt; q.date_sent\n  and c.set_time &gt; q.dequeued_date\norder by\n  6, 7;\n<\/pre><\/div>\n\n\n<p>As part of this query, we select multiple dates\/timestamps, which represents the time when the item was put in the rendition queue, when it was picked-up by the rendition server and finally when the process completed. As we need to check for performance, we need all three dates available, therefore renditions that are still in progress won&#8217;t appear here. It also includes details about the document itself like the mimetype, its native size, and its rendered size. As you can see in the &#8220;WHERE&#8221; clauses, we only select PDF renditions here, for the <em>dmi_queue_item<\/em> of &#8220;<em>dm_autorender_win31<\/em>&#8221; and for rendition requests that came on the 8-Dec-2023.<\/p>\n\n\n\n<p>So how can you transform the raw data into a proper report that can be shared with the business? If you want to do it automatically, you can take a look <a href=\"https:\/\/www.linkedin.com\/pulse\/plot-dspy-simple-plotting-command-line-tool-cesare-cervini\/\">here<\/a> and <a href=\"https:\/\/www.dbi-services.com\/blog\/plot-ds-py-a-simple-plotting-command-line-tool-technical-details\/\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a> for some ideas. In this blog, I will create the report myself using something that everybody knows and uses: Microsoft Excel. Here is an example of steps to do that:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open dqMan and execute the query in it (you can also use idql or similar)<\/li>\n\n\n\n<li>Export the source data from dqMan into an Excel Sheet (Select all results &gt; Right click &gt; Export to &gt; Excel)<\/li>\n\n\n\n<li>Select the full content in Excel<\/li>\n\n\n\n<li>Click on Data &gt; Filter<\/li>\n\n\n\n<li>Click on Data &gt; Remove Duplicates\n<ol class=\"wp-block-list\">\n<li>Click on Unselect All<\/li>\n\n\n\n<li>Select item_id<\/li>\n\n\n\n<li>Click on OK<\/li>\n\n\n\n<li>Click on OK<\/li>\n<\/ol>\n<\/li>\n\n\n\n<li>Click on Insert &gt; PivotTable\n<ol class=\"wp-block-list\">\n<li>Click on OK<\/li>\n\n\n\n<li>Drag&amp;Drop time_to_fetch field to the ROWS list<\/li>\n\n\n\n<li>Drag&amp;Drop time_to_fetch field to the VALUES list<\/li>\n\n\n\n<li>Drag&amp;Drop time_to_fetch field to the VALUES list (a 2nd time)<\/li>\n<\/ol>\n<\/li>\n\n\n\n<li>Select the 1st entry of the 1st column of the PivotTable<\/li>\n\n\n\n<li>Right click and select Group\u2026\n<ol class=\"wp-block-list\">\n<li>Set the By to: XX (a value that makes sense, depending on min and max value)<\/li>\n<\/ol>\n<\/li>\n\n\n\n<li>Select the 1st entry of the 2nd column of the PivotTable<\/li>\n\n\n\n<li>Right click and select Summarize Values By: Count<\/li>\n\n\n\n<li>Select the 1st entry of the 3rd column of the PivotTable<\/li>\n\n\n\n<li>Right click and select Summarize Values By: Count<\/li>\n\n\n\n<li>Right click and select Show Values As: % of Grand Total<\/li>\n\n\n\n<li>Select the full PivotTable<\/li>\n\n\n\n<li>Click on Insert &gt; Pie Chart<\/li>\n\n\n\n<li>Select the Pie Chart\n<ol class=\"wp-block-list\">\n<li>Right click and select Add Data Labels &gt; Add Data Labels<\/li>\n<\/ol>\n<\/li>\n\n\n\n<li>Select the Pie Chart&#8217;s Data Labels\n<ol class=\"wp-block-list\">\n<li>Right click and select Format Data Labels\u2026<\/li>\n\n\n\n<li>Select Percentage<\/li>\n\n\n\n<li>Unselect Value<\/li>\n<\/ol>\n<\/li>\n\n\n\n<li>Go back to the 1st sheet in Excel and re-select all content<\/li>\n\n\n\n<li>Click on Insert &gt; PivotTable\n<ol class=\"wp-block-list\">\n<li>Do the same as above but for total_wait_for_rendition instead of time_to_fetch and place the PivotTable just next\/below the previous one<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n\n\n\n<p>That&#8217;s a long list, but it&#8217;s really like 30 to 60s to apply them. In the above steps, we remove the duplicate &#8220;<em>item_id<\/em>&#8221; because that means that there were several rendition requests for a single document. However, there will only be one PDF rendition in the end: a first rendition request will attach the PDF rendition to the document and a second rendition request will normally replace the already existing PDF rendition with a new one. Therefore, the &#8220;creation time&#8221; of the rendition (<em>dmr_content.set_time<\/em>) will have the details of the second rendition and not the first anymore.<\/p>\n\n\n\n<p>The result of such steps should be something like the following:<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee661f3bd08&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee661f3bd08\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"604\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report1-1024x604.png\" alt=\"Rendition report - 1\" class=\"wp-image-29782\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report1-1024x604.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report1-300x177.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report1-768x453.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report1.png 1395w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69ee661f3c2ad&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69ee661f3c2ad\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"611\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report2-1024x611.png\" alt=\"Rendition report - 2\" class=\"wp-image-29783\" srcset=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report2-1024x611.png 1024w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report2-300x179.png 300w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report2-768x458.png 768w, https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/Rendition_report2.png 1183w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>If needed, you can also add other Pie Charts for the size of the native content, the size of the rendition and the mimetype. You can also replace Pie Charts with Line or Bar Charts, depending on how you want to see things, maybe to correlate potentially long-running renditions at certain times of the day (huge number of renditions causing delay in processing? hardware limits?).<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When working with any ECM solution, you will have to manage a rendition software. This is used to transform the native documents from most formats (docx, pptx, xlsx, txt, jpeg, png, svg, etc.) into another format (pdf, png, etc.). The rendition can then be used for a multitude of use-cases: thumbnails, previsualization purposes online\/in a [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197,525],"tags":[3197,2609,3199,3200,504,3198],"type_dbi":[],"class_list":["post-29778","post","type-post","status-publish","format-standard","hentry","category-application-integration-middleware","category-enterprise-content-management","tag-docshifter","tag-documentum-2","tag-excel","tag-graph","tag-rendition","tag-report"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>HowTo - Create a quick Documentum rendition report - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HowTo - Create a quick Documentum rendition report\" \/>\n<meta property=\"og:description\" content=\"When working with any ECM solution, you will have to manage a rendition software. This is used to transform the native documents from most formats (docx, pptx, xlsx, txt, jpeg, png, svg, etc.) into another format (pdf, png, etc.). The rendition can then be used for a multitude of use-cases: thumbnails, previsualization purposes online\/in a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-15T07:15:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T20:30:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1436\" \/>\n\t<meta property=\"og:image:height\" content=\"979\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Morgan Patou\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MorganPatou\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morgan Patou\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/\"},\"author\":{\"name\":\"Morgan Patou\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"headline\":\"HowTo &#8211; Create a quick Documentum rendition report\",\"datePublished\":\"2023-12-15T07:15:00+00:00\",\"dateModified\":\"2026-02-25T20:30:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/\"},\"wordCount\":1121,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/12\\\/docshifter_report1-1024x698.png\",\"keywords\":[\"DocShifter\",\"Documentum\",\"Excel\",\"Graph\",\"Rendition\",\"Report\"],\"articleSection\":[\"Application integration &amp; Middleware\",\"Enterprise content management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/\",\"name\":\"HowTo - Create a quick Documentum rendition report - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/12\\\/docshifter_report1-1024x698.png\",\"datePublished\":\"2023-12-15T07:15:00+00:00\",\"dateModified\":\"2026-02-25T20:30:27+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/12\\\/docshifter_report1.png\",\"contentUrl\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2023\\\/12\\\/docshifter_report1.png\",\"width\":1436,\"height\":979,\"caption\":\"DocShifter report - 1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/howto-create-a-quick-documentum-rendition-report\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HowTo &#8211; Create a quick Documentum rendition report\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/#\\\/schema\\\/person\\\/c4d05b25843a9bc2ab20415dae6bd2d8\",\"name\":\"Morgan Patou\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g\",\"caption\":\"Morgan Patou\"},\"description\":\"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\\\/Banking, and the Pharmaceutical industry.\",\"sameAs\":[\"https:\\\/\\\/blog.dbi-services.com\\\/author\\\/morgan-patou\\\/\",\"https:\\\/\\\/x.com\\\/MorganPatou\"],\"url\":\"https:\\\/\\\/www.dbi-services.com\\\/blog\\\/author\\\/morgan-patou\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"HowTo - Create a quick Documentum rendition report - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/","og_locale":"en_US","og_type":"article","og_title":"HowTo - Create a quick Documentum rendition report","og_description":"When working with any ECM solution, you will have to manage a rendition software. This is used to transform the native documents from most formats (docx, pptx, xlsx, txt, jpeg, png, svg, etc.) into another format (pdf, png, etc.). The rendition can then be used for a multitude of use-cases: thumbnails, previsualization purposes online\/in a [&hellip;]","og_url":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/","og_site_name":"dbi Blog","article_published_time":"2023-12-15T07:15:00+00:00","article_modified_time":"2026-02-25T20:30:27+00:00","og_image":[{"width":1436,"height":979,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1.png","type":"image\/png"}],"author":"Morgan Patou","twitter_card":"summary_large_image","twitter_creator":"@MorganPatou","twitter_misc":{"Written by":"Morgan Patou","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/"},"author":{"name":"Morgan Patou","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"headline":"HowTo &#8211; Create a quick Documentum rendition report","datePublished":"2023-12-15T07:15:00+00:00","dateModified":"2026-02-25T20:30:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/"},"wordCount":1121,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1-1024x698.png","keywords":["DocShifter","Documentum","Excel","Graph","Rendition","Report"],"articleSection":["Application integration &amp; Middleware","Enterprise content management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/","url":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/","name":"HowTo - Create a quick Documentum rendition report - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#primaryimage"},"thumbnailUrl":"http:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1-1024x698.png","datePublished":"2023-12-15T07:15:00+00:00","dateModified":"2026-02-25T20:30:27+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1.png","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2023\/12\/docshifter_report1.png","width":1436,"height":979,"caption":"DocShifter report - 1"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/howto-create-a-quick-documentum-rendition-report\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"HowTo &#8211; Create a quick Documentum rendition report"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/c4d05b25843a9bc2ab20415dae6bd2d8","name":"Morgan Patou","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d7f5bec8b597db68a09107a6f5309e3870d6296ef94fb10ead4b09454ca67e5?s=96&d=mm&r=g","caption":"Morgan Patou"},"description":"Morgan Patou has over 12 years of experience in Enterprise Content Management (ECM) systems, with a strong focus in recent years on platforms such as Alfresco, Documentum, and M-Files. He specializes in the architecture, setup, customization, and maintenance of ECM infrastructures in complex &amp; critical environments. Morgan is well-versed in both engineering and operations aspects, including high availability design, system integration, and lifecycle management. He also has a solid foundation in open-source and proprietary technologies - ranging from Apache, OpenLDAP or Kerberos to enterprise-grade systems like WebLogic. Morgan Patou holds an Engineering Degree in Computer Science from ENSISA (\u00c9cole Nationale Sup\u00e9rieure d'Ing\u00e9nieurs Sud Alsace) in Mulhouse, France. He is Alfresco Content Services Certified Administrator (ACSCA), Alfresco Content Services Certified Engineer (ACSCE) as well as OpenText Documentum Certified Administrator. His industry experience spans the Public Sector, IT Services, Financial Services\/Banking, and the Pharmaceutical industry.","sameAs":["https:\/\/blog.dbi-services.com\/author\/morgan-patou\/","https:\/\/x.com\/MorganPatou"],"url":"https:\/\/www.dbi-services.com\/blog\/author\/morgan-patou\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=29778"}],"version-history":[{"count":9,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29778\/revisions"}],"predecessor-version":[{"id":43184,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/29778\/revisions\/43184"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=29778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=29778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=29778"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=29778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}