Lesław2644674698h4
Community Beginner
Lesław2644674698h4
Community Beginner
Activity
Oct 21, 2022
10:35 PM
Yes, I read this post earlier. I even found the java code responsible for the animation. unfortunately I don't quite understand what type of file it loads and what names the animation frames must have.
... View more
Oct 21, 2022
07:59 AM
I also wonder how it works. I found that when the Button is clicked, the java code runs: function nextFrame(){ var icon = this.getIcon("Muybridge_"+pad(interval.count,2)); this.getField("Muybridge").buttonSetIcon(icon); interval.count++; if (interval.count == 16) { interval.count = 1; interval.loopCount++; if (interval.loopCount == interval.maxLoops) { app.clearInterval(interval) } } } function pad(n, width, z) { z = z || '0'; n = n + ''; return n.length >= width ? n : new Array(width - n.length + 1).join(z) + n; } var interval = app.setInterval("nextFrame()", 75); interval.count = 1; interval.loopCount = 1 interval.maxLoops = 20; Unfortunately, I don't know what this code is looking for. That is, what names the individual frames of animation should have. And what type of file it is looking for. Maybe: Muybridge_1.ico Muybridge_2.ico Muybridge_3.ico And so the animation only works in Adobe.
... View more
Oct 21, 2022
03:48 AM
Is there any way to loop a video file (or insert a looped gif) into a pdf? I have a *.mov file, I add it to the pdf using the "Rich Media" option. Unfortunately, nowhere in the options do I see the Looping option.
... View more
Oct 19, 2022
09:58 AM
It's a little strange that freeware seems to have more capabilities than paid ADOBE.
... View more
Oct 19, 2022
08:07 AM
I open the same document in ADOBE software and in doPDF. In ADOBE I can't see all the styles used in the document e.g. Hyperlink (Hiperłącze). doPDF shows many more styles available. Why?
... View more
Oct 18, 2022
07:13 AM
When converting from *.docx to *.pdf file, is there any way to make the justified text thicker? The way WPS Office does it.
... View more
Oct 05, 2022
01:40 PM
It's strange that neither WORD nor ADOBE or other companies' converters can correctly convert bottom/endnotes. Only LibreOffice can export to pdf with: -click at the bottom of the page on the footnote number and jumps back to the text But unfortunately it shows the *.docx file incorrectly (no lines at footnotes, different numbering font at the bottom of the page in footnotes-this can be corrected, sometimes different division of pages and tables, no rotation of horizontal page numbering) These are not some elaborate features of WORD, but ordinary functionality used in writing dissertations.
... View more
Oct 05, 2022
09:30 AM
The export options in WORD do not matter. No matter what program I use for conversion in desktop or online version, the options described in my 1 post do not work as in the original *docx file
... View more
Oct 05, 2022
07:34 AM
How to convert a *.docx file to *.pdf that works EXACTLY like in WORD? After converting with ADOBE tools it is missing: -click at the bottom of the page on the footnote number and jumps back to the text -after hovering over the footnote number a balloon appears with the footnote text "footnote tooltip" This is not the fault of the pdf browsers, because I checked in several and none of them displays this.
... View more