How to draw multiple fillable PDF forms inside a rectangle using `tikzpicture` environmentHow to define the...

Do natural melee weapons (from racial traits) trigger Improved Divine Smite?

Create chunks from an array

Why are special aircraft used for the carriers in the United States Navy?

Can a Mexican citizen living in US under DACA drive to Canada?

When to use the term transposed instead of modulation?

What is the purpose of a disclaimer like "this is not legal advice"?

Can a space-faring robot still function over a billion years?

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

Are small insurances worth it

Who is at the mall?

Convert an array of objects to array of the objects' values

Is "cogitate" an appropriate word for this?

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

How to chmod files that have a specific set of permissions

3.5% Interest Student Loan or use all of my savings on Tuition?

Is every open circuit a capacitor?

Paper published similar to PhD thesis

School performs periodic password audits. Is my password compromised?

Why is there an extra space when I type "ls" on the Desktop?

The need of reserving one's ability in job interviews

Are Wave equations equivalent to Maxwell equations in free space?

How spaceships determine each other's mass in space?

Quitting employee has privileged access to critical information



How to draw multiple fillable PDF forms inside a rectangle using `tikzpicture` environment


How to define the default vertical distance between nodes?To wrap the external lines so that it can touch the perimeterNumerical conditional within tikz keys?TikZ: Drawing an arc from an intersection to an intersectionHow to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Line up nested tikz enviroments or how to get rid of themMaking fillable forms in LaTeX using TextField and CheckBoxTypesetting fillable PDF forms with `hyperref`How to draw this rectangle using tikzpicture environmentUnable to get fillable empty text fields in hyperref forms inside tabular environment with XeTeX













0















I would like to draw two differents pictures. One of them consists of two rectangles, one with text and the other (below the first) with fillable text, as shown below:



Picture with fillable text



Here is text of this length is just normal text, and the fillable text consists in three TextField of the hyperref package separated by a /, like the date DD/MM/YYYY.



The other picture is very similar but the only difference is that the fillable text is deleted:



Picture without fillable text



However, I am not able to produce the combination of the two rectangles in one (so that the bottom one is centered) using tikzset.



MWE:



documentclass{article}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}

usepackage{hyperref}
usepackage{pgfplots}
pgfplotsset{compat=1.15}
usetikzlibrary{shapes.multipart}
tikzset{pics/subject/.style n args={1}{code={node[draw,text height=1.5ex,text width=5em,rounded corners] (#1) {TextField[name=day,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=month,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=year,width=2em,charsize=7pt,maxlen=4,bordercolor={1 1 1}]\};}}}

begin{document}

begin{Form}
begin{tikzpicture}
pic at (0,0) {subject={Geography}};
end{tikzpicture}
end{Form}

end{document}


What I have done



Requirements




  • There are two pictures: fillable subject and non-fillable subject.


  • fillable subject must have one argument: the name of the subject (Math, History, etc.). non-fillable subject must have no arguments.

  • Each picture has a specified size, it does not change depending on the length of the text.

  • There are a lot of them in one tikzpicture environment, so the code should be as handle as possible, since we can add several pictures one next to the other.

  • We must be able to create an arrow between two pictures that connect the upper rectangles.


This is what I want:



What I want



Thanks!!









share



























    0















    I would like to draw two differents pictures. One of them consists of two rectangles, one with text and the other (below the first) with fillable text, as shown below:



    Picture with fillable text



    Here is text of this length is just normal text, and the fillable text consists in three TextField of the hyperref package separated by a /, like the date DD/MM/YYYY.



    The other picture is very similar but the only difference is that the fillable text is deleted:



    Picture without fillable text



    However, I am not able to produce the combination of the two rectangles in one (so that the bottom one is centered) using tikzset.



    MWE:



    documentclass{article}
    usepackage[english]{babel}
    usepackage[utf8]{inputenc}
    usepackage[T1]{fontenc}

    usepackage{hyperref}
    usepackage{pgfplots}
    pgfplotsset{compat=1.15}
    usetikzlibrary{shapes.multipart}
    tikzset{pics/subject/.style n args={1}{code={node[draw,text height=1.5ex,text width=5em,rounded corners] (#1) {TextField[name=day,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=month,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=year,width=2em,charsize=7pt,maxlen=4,bordercolor={1 1 1}]\};}}}

    begin{document}

    begin{Form}
    begin{tikzpicture}
    pic at (0,0) {subject={Geography}};
    end{tikzpicture}
    end{Form}

    end{document}


    What I have done



    Requirements




    • There are two pictures: fillable subject and non-fillable subject.


    • fillable subject must have one argument: the name of the subject (Math, History, etc.). non-fillable subject must have no arguments.

    • Each picture has a specified size, it does not change depending on the length of the text.

    • There are a lot of them in one tikzpicture environment, so the code should be as handle as possible, since we can add several pictures one next to the other.

    • We must be able to create an arrow between two pictures that connect the upper rectangles.


    This is what I want:



    What I want



    Thanks!!









    share

























      0












      0








      0








      I would like to draw two differents pictures. One of them consists of two rectangles, one with text and the other (below the first) with fillable text, as shown below:



      Picture with fillable text



      Here is text of this length is just normal text, and the fillable text consists in three TextField of the hyperref package separated by a /, like the date DD/MM/YYYY.



      The other picture is very similar but the only difference is that the fillable text is deleted:



      Picture without fillable text



      However, I am not able to produce the combination of the two rectangles in one (so that the bottom one is centered) using tikzset.



      MWE:



      documentclass{article}
      usepackage[english]{babel}
      usepackage[utf8]{inputenc}
      usepackage[T1]{fontenc}

      usepackage{hyperref}
      usepackage{pgfplots}
      pgfplotsset{compat=1.15}
      usetikzlibrary{shapes.multipart}
      tikzset{pics/subject/.style n args={1}{code={node[draw,text height=1.5ex,text width=5em,rounded corners] (#1) {TextField[name=day,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=month,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=year,width=2em,charsize=7pt,maxlen=4,bordercolor={1 1 1}]\};}}}

      begin{document}

      begin{Form}
      begin{tikzpicture}
      pic at (0,0) {subject={Geography}};
      end{tikzpicture}
      end{Form}

      end{document}


      What I have done



      Requirements




      • There are two pictures: fillable subject and non-fillable subject.


      • fillable subject must have one argument: the name of the subject (Math, History, etc.). non-fillable subject must have no arguments.

      • Each picture has a specified size, it does not change depending on the length of the text.

      • There are a lot of them in one tikzpicture environment, so the code should be as handle as possible, since we can add several pictures one next to the other.

      • We must be able to create an arrow between two pictures that connect the upper rectangles.


      This is what I want:



      What I want



      Thanks!!









      share














      I would like to draw two differents pictures. One of them consists of two rectangles, one with text and the other (below the first) with fillable text, as shown below:



      Picture with fillable text



      Here is text of this length is just normal text, and the fillable text consists in three TextField of the hyperref package separated by a /, like the date DD/MM/YYYY.



      The other picture is very similar but the only difference is that the fillable text is deleted:



      Picture without fillable text



      However, I am not able to produce the combination of the two rectangles in one (so that the bottom one is centered) using tikzset.



      MWE:



      documentclass{article}
      usepackage[english]{babel}
      usepackage[utf8]{inputenc}
      usepackage[T1]{fontenc}

      usepackage{hyperref}
      usepackage{pgfplots}
      pgfplotsset{compat=1.15}
      usetikzlibrary{shapes.multipart}
      tikzset{pics/subject/.style n args={1}{code={node[draw,text height=1.5ex,text width=5em,rounded corners] (#1) {TextField[name=day,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=month,width=1em,charsize=7pt,maxlen=2,bordercolor={1 1 1}]~/~TextField[name=year,width=2em,charsize=7pt,maxlen=4,bordercolor={1 1 1}]\};}}}

      begin{document}

      begin{Form}
      begin{tikzpicture}
      pic at (0,0) {subject={Geography}};
      end{tikzpicture}
      end{Form}

      end{document}


      What I have done



      Requirements




      • There are two pictures: fillable subject and non-fillable subject.


      • fillable subject must have one argument: the name of the subject (Math, History, etc.). non-fillable subject must have no arguments.

      • Each picture has a specified size, it does not change depending on the length of the text.

      • There are a lot of them in one tikzpicture environment, so the code should be as handle as possible, since we can add several pictures one next to the other.

      • We must be able to create an arrow between two pictures that connect the upper rectangles.


      This is what I want:



      What I want



      Thanks!!







      tikz-pgf hyperref diagrams





      share












      share










      share



      share










      asked 6 mins ago









      manoooohmanooooh

      1,0211516




      1,0211516






















          0






          active

          oldest

          votes











          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478341%2fhow-to-draw-multiple-fillable-pdf-forms-inside-a-rectangle-using-tikzpicture-e%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          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%2f478341%2fhow-to-draw-multiple-fillable-pdf-forms-inside-a-rectangle-using-tikzpicture-e%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...