This worked beautifully for me too... saved me lots of work!PhilAmericus wrote:Thanks! Same issue here. I moved the Output folder to the root of my c: drive and it works.
Search found 4 matches
- Wed Mar 23, 2022 10:21 am
- Forum: Web-based Outputs
- Topic: Meaning of Build error 10086 One or more errors occurred
- Replies: 15
- Views: 20233
Re: Meaning of Build error 10086 One or more errors occurred
- Fri Jul 17, 2020 4:19 am
- Forum: Styles, Stylesheets and XML
- Topic: Pseudo Class Not Working In Chm
- Replies: 3
- Views: 1746
Pseudo Class Not Working In Chm
I have used this kind of setup to create a note style:
p.Note
{
border-left: solid 4px #285BC5;
background-color: #f5f5f5;
-moz-border-radius: 0.375em;
-webkit-border-radius: 0.375em;
margin-bottom: 15pt;
padding: 10px 15px;
border-radius: 3px;
}
p.Note::before
{
color: #285bc5;
font ...
p.Note
{
border-left: solid 4px #285BC5;
background-color: #f5f5f5;
-moz-border-radius: 0.375em;
-webkit-border-radius: 0.375em;
margin-bottom: 15pt;
padding: 10px 15px;
border-radius: 3px;
}
p.Note::before
{
color: #285bc5;
font ...
- Wed Oct 30, 2019 8:36 am
- Forum: Flare's General Discussion
- Topic: Zipping Up HTML5 Output
- Replies: 0
- Views: 829
Zipping Up HTML5 Output
Does anybody have a script that I could perhaps use as a post build command on a target - to zip up all of the files in my HTML5 output, and copy the resulting zip file to another directory location?
I have tried this:
cd "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\7-Zip"
7z a -tzip ...
I have tried this:
cd "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\7-Zip"
7z a -tzip ...
- Tue Feb 16, 2016 4:11 am
- Forum: Printed Documentation Targets
- Topic: Equations in PDF
- Replies: 2
- Views: 1753
Re: Equations in PDF
I have the same issue! Did you manage to resolve this issue?