github.com/pdfcpu/pdfcpu@v0.11.1/pkg/testdata/json/form/demo/croatian.json (about) 1 { 2 "paper": "A4P", 3 "crop": "10", 4 "origin": "LowerLeft", 5 "contentBox": false, 6 "debug": false, 7 "guides": false, 8 "colors": { 9 "DarkOrange": "#FF8C00", 10 "DarkSeaGreen": "#8FBC8F" 11 }, 12 "dirs": { 13 "images": "../../testdata/resources" 14 }, 15 "files": { 16 "logo1": "$images/logoVerySmall.png", 17 "logo2": "$images/github.png" 18 }, 19 "images": { 20 "logo1": { 21 "src": "$logo1", 22 "url": "https://pdfcpu.io", 23 "margin": { 24 "width": 5 25 } 26 }, 27 "logo2": { 28 "src": "$logo2", 29 "url": "https://github.com/pdfcpu/pdfcpu", 30 "margin": { 31 "width": 5 32 } 33 } 34 }, 35 "fonts": { 36 "input": { 37 "name": "Roboto-Regular", 38 "lang": "hr", 39 "script": "Latn", 40 "size": 12 41 }, 42 "label": { 43 "name": "$input" 44 } 45 }, 46 "margin": { 47 "width": 10 48 }, 49 "header": { 50 "font": { 51 "name": "$label", 52 "size": 24, 53 "col": "#C00000" 54 }, 55 "left": "$logo1", 56 "center": "Demo obrazac", 57 "right": "$logo2", 58 "height": 40, 59 "dx": 5, 60 "dy": 5, 61 "border": false 62 }, 63 "footer": { 64 "font": { 65 "name": "Courier", 66 "size": 9 67 }, 68 "left": "pdfcpu: %v\nCreated: %t", 69 "center": "Optimized for A.Reader\nPage %p of %P", 70 "right": "Source:\ntestdata/json/form/demo/croatian.json", 71 "height": 30, 72 "dx": 5, 73 "dy": 5, 74 "border": false 75 }, 76 "pages": { 77 "1": { 78 "content": { 79 "textfield": [ 80 { 81 "hide": false, 82 "id": "firstName1", 83 "tip": "Ime", 84 "tab": 1, 85 "pos": [ 86 125, 87 665 88 ], 89 "width": 200, 90 "align": "left", 91 "border": { 92 "width":1, 93 "col": "Gray" 94 }, 95 "label": { 96 "value": "Ime:", 97 "width": 85, 98 "gap": 10, 99 "align": "left", 100 "pos": "left" 101 } 102 }, 103 { 104 "hide": false, 105 "id": "lastName1", 106 "tip": "Prezime", 107 "tab": 2, 108 "pos": [ 109 125, 110 645 111 ], 112 "width": 200, 113 "align": "left", 114 "border": { 115 "width":1, 116 "col": "Gray" 117 }, 118 "label": { 119 "value": "Prezime:", 120 "width": 85, 121 "gap": 10, 122 "align": "left", 123 "pos": "left" 124 } 125 }, 126 { 127 "hide": false, 128 "id": "note1", 129 "tip": "Razlog", 130 "tab": 12, 131 "multiline": true, 132 "value": "Ovo je primjer teksta.\nOvo je sljedeći redak.", 133 "pos": [ 134 125, 135 132 136 ], 137 "width": 200, 138 "height":70, 139 "align": "left", 140 "border": { 141 "width":1, 142 "col": "Gray" 143 } 144 } 145 ], 146 147 "datefield": [ 148 { 149 "hide": false, 150 "id": "dob1", 151 "tab": 3, 152 "format": "dd.mm.yyyy", 153 "pos": [ 154 125, 155 625 156 ], 157 "width": 70, 158 "border": { 159 "width":1, 160 "col": "Gray" 161 }, 162 "label": { 163 "value": "Datum rođenja:", 164 "width": 85, 165 "gap": 10, 166 "align": "left", 167 "pos": "left" 168 } 169 } 170 ], 171 172 "radiobuttongroup": [ 173 { 174 "hide": false, 175 "id": "gender1", 176 "tip": "Spol", 177 "tab": 4, 178 "orientation": "hor", 179 "pos": [ 180 125, 181 605 182 ], 183 "width": 12, 184 "buttons": { 185 "values": [ 186 "žena", 187 "muški", 188 "nebinarno" 189 ], 190 "label": { 191 "value": "dummy", 192 "width": 50, 193 "gap": 10, 194 "pos": "right" 195 } 196 }, 197 "label": { 198 "value": "Spol:", 199 "width": 85, 200 "gap": 10, 201 "align": "left", 202 "pos": "left" 203 } 204 } 205 ], 206 207 "checkbox": [ 208 { 209 "hide": false, 210 "id": "cb11", 211 "tip": "Google pretraživanje", 212 "tab": 7, 213 "value": false, 214 "pos": [ 215 30, 216 270 217 ], 218 "width": 12, 219 "label": { 220 "value": "Google pretraživanje", 221 "width": 80, 222 "gap": 5, 223 "align": "left", 224 "pos": "right" 225 } 226 }, 227 { 228 "hide": false, 229 "id": "cb12", 230 "tip": "Github pretraživanje", 231 "tab": 8, 232 "value": false, 233 "pos": [ 234 30, 235 250 236 ], 237 "width": 12, 238 "label": { 239 "value": "Github pretraživanje", 240 "width": 80, 241 "gap": 5, 242 "align": "left", 243 "pos": "right" 244 } 245 }, 246 { 247 "hide": false, 248 "id": "cb13", 249 "tip": "Golang tjednik", 250 "tab": 9, 251 "value": false, 252 "pos": [ 253 30, 254 230 255 ], 256 "width": 12, 257 "label": { 258 "value": "Golang tjedniky", 259 "width": 80, 260 "gap": 5, 261 "align": "left", 262 "pos": "right" 263 } 264 }, 265 { 266 "hide": false, 267 "id": "cb14", 268 "tip": "Kolega Gopher", 269 "tab": 10, 270 "value": false, 271 "pos": [ 272 30, 273 210 274 ], 275 "width": 12, 276 "label": { 277 "value": "Kolega Gopherr", 278 "width": 80, 279 "gap": 5, 280 "align": "left", 281 "pos": "right" 282 } 283 }, 284 { 285 "hide": false, 286 "id": "cb15", 287 "tip": "Ostalo", 288 "tab": 11, 289 "value": false, 290 "pos": [ 291 30, 292 190 293 ], 294 "width": 12, 295 "label": { 296 "value": "Ostalo:", 297 "width": 80, 298 "gap": 5, 299 "align": "left", 300 "pos": "right" 301 } 302 } 303 ], 304 305 "listbox": [ 306 { 307 "hide": false, 308 "id": "city11", 309 "tip": "Omiljeni grad", 310 "tab": 5, 311 "options": [ 312 "San Francisco", 313 "Sao Paulo", 314 "Beč" 315 ], 316 "multi": true, 317 "pos": [ 318 125, 319 530 320 ], 321 "width": 200, 322 "height": 50, 323 "border": { 324 "width":1, 325 "col": "Gray" 326 }, 327 "label": { 328 "value": "Omiljeni grad:", 329 "width": 85, 330 "gap": 10, 331 "align": "left", 332 "pos": "left" 333 } 334 } 335 ], 336 337 "combobox": [ 338 { 339 "hide": false, 340 "id": "city12", 341 "tip": "Grad", 342 "tab": 6, 343 "options": [ 344 "Split", 345 "Zagreb", 346 "Zadar" 347 ], 348 "edit": false, 349 "pos": [ 350 125, 351 490 352 ], 353 "width": 200, 354 "border": { 355 "width":1, 356 "col": "Gray" 357 }, 358 "label": { 359 "value": "Grad:", 360 "width": 85, 361 "gap": 10, 362 "align": "left", 363 "pos": "left" 364 } 365 } 366 ], 367 368 "text": [ 369 { 370 "hide": false, 371 "value": "1) Recite nam nešto o sebi:", 372 "pos": [ 373 10, 374 690 375 ], 376 "font": { 377 "name": "$label" 378 } 379 }, 380 { 381 "hide": false, 382 "value": "2) Kako ste čuli za pdfcpu:", 383 "pos": [ 384 10, 385 290 386 ], 387 "font": { 388 "name": "$label" 389 } 390 } 391 ] 392 } 393 }, 394 "2": { 395 "content": { 396 "textfield": [ 397 { 398 "hide": false, 399 "id": "firstName2", 400 "tip": "Ime", 401 "tab": 1, 402 "value": "Jackie", 403 "pos": [ 404 125, 405 665 406 ], 407 "width": 200, 408 "align": "left", 409 "border": { 410 "width":1, 411 "col": "Gray" 412 }, 413 "label": { 414 "value": "Ime:", 415 "width": 85, 416 "gap": 10, 417 "align": "left", 418 "pos": "left" 419 } 420 }, 421 { 422 "hide": false, 423 "id": "lastName2", 424 "tip": "Prezime", 425 "tab": 2, 426 "value": "Doe", 427 "pos": [ 428 125, 429 645 430 ], 431 "width": 200, 432 "align": "left", 433 "border": { 434 "width":1, 435 "col": "Gray" 436 }, 437 "label": { 438 "value": "Prezime:", 439 "width": 85, 440 "gap": 10, 441 "align": "left", 442 "pos": "left" 443 } 444 }, 445 { 446 "hide": false, 447 "id": "note2", 448 "tip": "Razlog", 449 "tab": 12, 450 "multiline": true, 451 "value": "Ovo je primjer teksta.\nOvo je sljedeći redak.", 452 "pos": [ 453 125, 454 132 455 ], 456 "width": 200, 457 "height":70, 458 "align": "left", 459 "border": { 460 "width":1, 461 "col": "Gray" 462 } 463 } 464 ], 465 466 "datefield": [ 467 { 468 "hide": false, 469 "id": "dob2", 470 "tab": 3, 471 "value": "31.12.1999", 472 "pos": [ 473 125, 474 625 475 ], 476 "width": 70, 477 "border": { 478 "width":1, 479 "col": "Gray" 480 }, 481 "label": { 482 "value": "Datum rođenja:", 483 "width": 85, 484 "gap": 10, 485 "align": "left", 486 "pos": "left" 487 } 488 } 489 ], 490 491 "radiobuttongroup": [ 492 { 493 "hide": false, 494 "id": "gender2", 495 "tip": "Spol", 496 "tab": 4, 497 "value": "nebinarno", 498 "orientation": "hor", 499 "pos": [ 500 125, 501 605 502 ], 503 "width": 12, 504 "buttons": { 505 "values": [ 506 "žena", 507 "muški", 508 "nebinarno" 509 ], 510 "label": { 511 "value": "dummy", 512 "width": 50, 513 "gap": 10, 514 "pos": "right" 515 } 516 }, 517 "label": { 518 "value": "Spol:", 519 "width": 85, 520 "gap": 10, 521 "align": "left", 522 "pos": "left" 523 } 524 } 525 ], 526 527 "checkbox": [ 528 { 529 "hide": false, 530 "id": "cb21", 531 "tip": "Google pretraživanje", 532 "tab": 7, 533 "value": true, 534 "pos": [ 535 30, 536 270 537 ], 538 "width": 12, 539 "label": { 540 "value": "Google pretraživanje", 541 "width": 80, 542 "gap": 5, 543 "align": "left", 544 "pos": "right" 545 } 546 }, 547 { 548 "hide": false, 549 "id": "cb22", 550 "tip": "Github pretraživanje", 551 "tab": 8, 552 "value": false, 553 "pos": [ 554 30, 555 250 556 ], 557 "width": 12, 558 "label": { 559 "value": "Github pretraživanje", 560 "width": 80, 561 "gap": 5, 562 "align": "left", 563 "pos": "right" 564 } 565 }, 566 { 567 "hide": false, 568 "id": "cb23", 569 "tip": "Golang tjednik", 570 "tab": 9, 571 "value": false, 572 "pos": [ 573 30, 574 230 575 ], 576 "width": 12, 577 "label": { 578 "value": "Golang tjednik", 579 "width": 80, 580 "gap": 5, 581 "align": "left", 582 "pos": "right" 583 } 584 }, 585 { 586 "hide": false, 587 "id": "cb24", 588 "tip": "Kolega Gopher", 589 "tab": 10, 590 "value": false, 591 "pos": [ 592 30, 593 210 594 ], 595 "width": 12, 596 "label": { 597 "value": "Kolega Gopher", 598 "width": 80, 599 "gap": 5, 600 "align": "left", 601 "pos": "right" 602 } 603 }, 604 { 605 "hide": false, 606 "id": "cb25", 607 "tip": "Ostalo", 608 "tab": 11, 609 "value": false, 610 "pos": [ 611 30, 612 190 613 ], 614 "width": 12, 615 "label": { 616 "value": "Ostalo:", 617 "width": 80, 618 "gap": 5, 619 "align": "left", 620 "pos": "right" 621 } 622 } 623 ], 624 625 "listbox": [ 626 { 627 "hide": false, 628 "id": "city21", 629 "tip": "Omiljeni grad", 630 "tab": 5, 631 "options": [ 632 "San Francisco", 633 "Sao Paulo", 634 "Beč" 635 ], 636 "multi": false, 637 "value": "San Francisco", 638 "pos": [ 639 125, 640 530 641 ], 642 "width": 200, 643 "height": 50, 644 "border": { 645 "width":1, 646 "col": "Gray" 647 }, 648 "label": { 649 "value": "Omiljeni grad:", 650 "width": 85, 651 "gap": 10, 652 "align": "left", 653 "pos": "left" 654 } 655 } 656 ], 657 658 "combobox": [ 659 { 660 "hide": false, 661 "id": "city22", 662 "tip": "Grad", 663 "tab": 6, 664 "options": [ 665 "Split", 666 "Zagreb", 667 "Zadar" 668 ], 669 "edit": false, 670 "value": "Split", 671 "pos": [ 672 125, 673 490 674 ], 675 "width": 200, 676 "border": { 677 "width":1, 678 "col": "Gray" 679 }, 680 "label": { 681 "value": "Grad", 682 "width": 85, 683 "gap": 10, 684 "align": "left", 685 "pos": "left" 686 } 687 } 688 ], 689 690 "text": [ 691 { 692 "hide": false, 693 "value": "1) Recite nam nešto o sebi:", 694 "pos": [ 695 10, 696 690 697 ], 698 "font": { 699 "name": "$label" 700 } 701 }, 702 { 703 "hide": false, 704 "value": "2) Kako ste čuli za pdfcpu:", 705 "pos": [ 706 10, 707 290 708 ], 709 "font": { 710 "name": "$label" 711 } 712 } 713 ] 714 } 715 } 716 } 717 }