Convert pdfcreationdate to pdfa-1b pdfinfoUsing non ASCII characters in author names and titles within...

Are small insurances worth it

Casually inserting sexuality

Why does Starman/Roadster have radial acceleration?

Closure of presentable objects under finite limits

Why does the 31P{1H} NMR spectrum of cis-[Mo(CO)2(dppe)2] show two signals?

Exponential growth/decay formula: what happened to the other constant of integration?

If a druid in Wild Shape swallows a creature whole, then turns back to her normal form, what happens?

Use comma instead of & in table

How to deny access to SQL Server to certain login over SSMS, but allow over .Net SqlClient Data Provider

Equivalent to "source" in OpenBSD?

What do the pedals on grand pianos do?

How to mitigate "bandwagon attacking" from players?

How to tighten battery clamp?

The change directory (cd) command is not working with a USB drive

Is there a low-level alternative to Animate Objects?

What is this waxed root vegetable?

What to do when being responsible for data protection in your lab, yet advice is ignored?

Did 5.25" floppies undergo a change in magnetic coating?

Auto Insert date into Notepad

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?

Is there a frame of reference in which I was born before I was conceived?

Sometimes a banana is just a banana

Make me a metasequence



Convert pdfcreationdate to pdfa-1b pdfinfo


Using non ASCII characters in author names and titles within hyperref pdfinfoConvert LaTeX to HTMLAdobe Garamond and LaTeX (Linux)How to convert scanned .tiff files into editable LaTeX filesSetting pdfinfo fields from a class filefont missing! convert pdf to pdf/aLatex convert Date string format from mm/dd/yyyyy to dd/MM/yyyySpurious comma appears when combining hyperref pdfa with hyperxmpLuaLaTex, pdfpages, distinguish between with-font and no-font?Convert saved edits in pdf to latex code?













0















I am using usual method to prepare pdfinfo with date conversion:



defconvertDate{%
getYear
}

{catcode`D=12
gdefgetYear D:#1#2#3#4{edefxYear{#1#2#3#4}getMonth}
}
defgetMonth#1#2{edefxMonth{#1#2}getDay}
defgetDay#1#2{edefxDay{#1#2}getHour}
defgetHour#1#2{edefxHour{#1#2}getMin}
defgetMin#1#2{edefxMin{#1#2}getSec}
defgetSec#1#2{edefxSec{#1#2}getTZh}
defgetTZh +#1#2{edefxTZh{#1#2}getTZm}
defgetTZm '#1#2'{%
edefxTZm{#1#2}%
edefconvDate{xYear-xMonth-xDay TxHour:xMin:xSec+xTZh:xTZm}%
}

expandafterconvertDatepdfcreationdate


However this doesn't work for me. I am using Overleaf with pdfLaTeX compiler.



Error is



Use of getTZh doesn't match its definition.

<inserted text> D:20190304112428Z

l.155 expandafterconvertDatepdfcreationdate


I am guessing it has to do with the "Z" at the end. But why is "Z" there? There should be +01'00' there.










share|improve this question









New contributor




user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I am using usual method to prepare pdfinfo with date conversion:



    defconvertDate{%
    getYear
    }

    {catcode`D=12
    gdefgetYear D:#1#2#3#4{edefxYear{#1#2#3#4}getMonth}
    }
    defgetMonth#1#2{edefxMonth{#1#2}getDay}
    defgetDay#1#2{edefxDay{#1#2}getHour}
    defgetHour#1#2{edefxHour{#1#2}getMin}
    defgetMin#1#2{edefxMin{#1#2}getSec}
    defgetSec#1#2{edefxSec{#1#2}getTZh}
    defgetTZh +#1#2{edefxTZh{#1#2}getTZm}
    defgetTZm '#1#2'{%
    edefxTZm{#1#2}%
    edefconvDate{xYear-xMonth-xDay TxHour:xMin:xSec+xTZh:xTZm}%
    }

    expandafterconvertDatepdfcreationdate


    However this doesn't work for me. I am using Overleaf with pdfLaTeX compiler.



    Error is



    Use of getTZh doesn't match its definition.

    <inserted text> D:20190304112428Z

    l.155 expandafterconvertDatepdfcreationdate


    I am guessing it has to do with the "Z" at the end. But why is "Z" there? There should be +01'00' there.










    share|improve this question









    New contributor




    user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I am using usual method to prepare pdfinfo with date conversion:



      defconvertDate{%
      getYear
      }

      {catcode`D=12
      gdefgetYear D:#1#2#3#4{edefxYear{#1#2#3#4}getMonth}
      }
      defgetMonth#1#2{edefxMonth{#1#2}getDay}
      defgetDay#1#2{edefxDay{#1#2}getHour}
      defgetHour#1#2{edefxHour{#1#2}getMin}
      defgetMin#1#2{edefxMin{#1#2}getSec}
      defgetSec#1#2{edefxSec{#1#2}getTZh}
      defgetTZh +#1#2{edefxTZh{#1#2}getTZm}
      defgetTZm '#1#2'{%
      edefxTZm{#1#2}%
      edefconvDate{xYear-xMonth-xDay TxHour:xMin:xSec+xTZh:xTZm}%
      }

      expandafterconvertDatepdfcreationdate


      However this doesn't work for me. I am using Overleaf with pdfLaTeX compiler.



      Error is



      Use of getTZh doesn't match its definition.

      <inserted text> D:20190304112428Z

      l.155 expandafterconvertDatepdfcreationdate


      I am guessing it has to do with the "Z" at the end. But why is "Z" there? There should be +01'00' there.










      share|improve this question









      New contributor




      user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am using usual method to prepare pdfinfo with date conversion:



      defconvertDate{%
      getYear
      }

      {catcode`D=12
      gdefgetYear D:#1#2#3#4{edefxYear{#1#2#3#4}getMonth}
      }
      defgetMonth#1#2{edefxMonth{#1#2}getDay}
      defgetDay#1#2{edefxDay{#1#2}getHour}
      defgetHour#1#2{edefxHour{#1#2}getMin}
      defgetMin#1#2{edefxMin{#1#2}getSec}
      defgetSec#1#2{edefxSec{#1#2}getTZh}
      defgetTZh +#1#2{edefxTZh{#1#2}getTZm}
      defgetTZm '#1#2'{%
      edefxTZm{#1#2}%
      edefconvDate{xYear-xMonth-xDay TxHour:xMin:xSec+xTZh:xTZm}%
      }

      expandafterconvertDatepdfcreationdate


      However this doesn't work for me. I am using Overleaf with pdfLaTeX compiler.



      Error is



      Use of getTZh doesn't match its definition.

      <inserted text> D:20190304112428Z

      l.155 expandafterconvertDatepdfcreationdate


      I am guessing it has to do with the "Z" at the end. But why is "Z" there? There should be +01'00' there.







      pdftex date pdf-a






      share|improve this question









      New contributor




      user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 14 hours ago









      JouleV

      4,76111039




      4,76111039






      New contributor




      user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 14 hours ago









      user182728user182728

      1




      1




      New contributor




      user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I figured it out just after posting the question. Overleaf needs the time zone set. This is an example.



          It works now.






          share|improve this answer










          New contributor




          user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "85"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });






            user182728 is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477670%2fconvert-pdfcreationdate-to-pdfa-1b-pdfinfo%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            I figured it out just after posting the question. Overleaf needs the time zone set. This is an example.



            It works now.






            share|improve this answer










            New contributor




            user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              I figured it out just after posting the question. Overleaf needs the time zone set. This is an example.



              It works now.






              share|improve this answer










              New contributor




              user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                I figured it out just after posting the question. Overleaf needs the time zone set. This is an example.



                It works now.






                share|improve this answer










                New contributor




                user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                I figured it out just after posting the question. Overleaf needs the time zone set. This is an example.



                It works now.







                share|improve this answer










                New contributor




                user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer








                edited 14 hours ago









                JouleV

                4,76111039




                4,76111039






                New contributor




                user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 14 hours ago









                user182728user182728

                1




                1




                New contributor




                user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                user182728 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






















                    user182728 is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    user182728 is a new contributor. Be nice, and check out our Code of Conduct.













                    user182728 is a new contributor. Be nice, and check out our Code of Conduct.












                    user182728 is a new contributor. Be nice, and check out our Code of Conduct.
















                    Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477670%2fconvert-pdfcreationdate-to-pdfa-1b-pdfinfo%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

                    How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

                    Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...