Hey fellas, I am exploring at a project which involves migration from Madcap Flare which is the current documentation platform to AEM Guides.I have not worked on a DITA based migration project before so would appreciate your inputs as to the pitfalls and things to consider. Also, has anyone worked o...
In the settings of a template in Native PDF, AEM Guides Cloud there are a number of standard pages: TOC, Glossary, Citations, Empty Pages, Chapters & Topics.These are referred to by the bookmap in the following way: <booklists> <glossarylist></glossarylist> <toc></toc></booklists> I want ...
Hello all,We have httpd.conf file added to the dispatcher codebase base and the changes are not updating through code pipeline. All the files are updated through code pipeline except httpd.conf file. Please find below file updated dates, also the user rights also same as other files. Please sugges...
I want to keep the page numbers in the TOC except for what is in Backmatter.I do want the Headings in Backmatter to appear in TOC... but again, not the "...... " and not the page number. How to accomplish this? Something to go into CSS like this? .toc-level-1.back-matter { ?????????}
I have an image in the resources folder in AEM called 'warning_triangle.png'.I want to include this using JavaScript.In the temporary files folder, the image is exported to:publish\templates\dita-templates\pdf\PRESET_NAME\warning_triangle.pngThe JavaScript runs on ‘mergedHTML.htm’ which exists at th...
Using JavaScript I would like to find out what the 'lang' attribute variable is set to. I have used:document.getAttribute('lang').value;document.head.parentNode.getAttribute('lang').value;document.body.parentNode.getAttribute('lang').value;document.querySelector('html').getAttribute('lang').value;wi...
For the standard note types the language variable text is set successfully so it appears in the prefix-content: <div class="note note" data-attr-type="note"><span class="prefix-content">Note: </span>This is a note of type 'note'</div> But for @TyPe=other @othertype I get: <div class="other note" da...
My 2 appendices are <topicref>'s in backmatter. <backmatter> <topicref href="A.dita" type="topic"></topicref> <topicref href="B.dita" type="topic"></topicref></backmatter> Appendix A I want the page numbering to show in the footer "A-1, A-2, A-3..." for appendix AAppendix B and "B-...
Open in FrameMaker" option exists when a a dita asset is check marked. We don't want that option to be enabled, so we have unchecked this option in configMgr. I have also tried cycling the setting on my instance but it has no impact on the behavior. Do we have any other workaround to get this option...
Where PDFs will be printed there is a requirement to generate output PDFs with a page count which is a multiple of 4. Is there a way to count and add pages, if required? I know we can run a JavaScript script post pagination - does this give us access to the page information which would allow us to ...