.section-1 .cont-list .cell .list-group li:not(:last-child) { margin-bottom: 8px; } .section-1 .cont-list .cell .list-group li::before { content: ""; width: 16px; height: 16px; background: url('data:image/svg+xml,'); background-size: cover; position: absolute; left: 0; top: 50%; transform: translateY(-50%); /* Centreer het pictogram verticaal */ } .section-1 .cont-list .cell .dropdown button { min-width: 282px; border: 1.5px solid rgba(0, 0, 0, 0.7); border-radius: 8px; background: none; position: relative; height: 42px; line-height: 1.2; } .section-1 .cont-list .cell .dropdown button.dropdown-toggle::after { min-width: 24px; height: 24px; border: none; position: absolute; right: 16px; top:7px; background: url('data:image/svg+xml,'); } .section-1 .cont-list .cell .dropdown button.show.dropdown-toggle::after { top:10px; background: url('data:image/svg+xml,'); } .section-1 .cont-list .cell .dropdown .dropdown-menu { min-width: 282px; border: 1.5px solid rgba(0, 0, 0, 0.7); border-radius: 8px; } .section-1 .cont-list .cell .dropdown .dropdown-menu .dropdown-item:hover { color: #0462F0; background: rgba(4, 98, 240, 0.05); border-radius: 8px; } .section-1 .cont-list .cell.recommend { background: linear-gradient(0deg, #152684 0%, #00A5F6 100%), #FFF; padding: 7px 0 24px; } .section-1 .cont-list .cell.recommend .list-group li { color:#fff; } @media (min-width: 1600px) { .section-1 .cont-list .cell.recommend { padding: 7px 0 80px; } } .section-1 .cont-list .cell.recommend .save-tips { background: #FF612E; padding: 10px 24px; border-radius: 0 0 8px 8px; } .section-1 .cont-list .cell.recommend .tit { padding-top: 48px; } .section-1 .cont-list .cell.recommend .list-group li::before { background: url('data:image/svg+xml,'); background-size: cover; } .section-1 .cont-list .cell.recommend .dropdown-menu { border: 1.5px solid rgba(255, 255, 255, 0.7); } .section-1 .cont-list .cell.recommend .dropdown button { border: 1.5px solid rgba(255, 255, 255, 0.7); } .section-1 .cont-list .cell.recommend .dropdown button.dropdown-toggle::after { background: url('data:image/svg+xml,'); } .section-1 .cont-list .cell.recommend .dropdown button.show.dropdown-toggle::after { background: url('data:image/svg+xml,'); } .section-1 .cont-list .cell .load-list { cursor: pointer; } .section-1 .note { font-weight: 400; } @media (min-width: 1280px) { .section-1 .note { font-weight: 500; } } .section-1 .accept img { margin: 4px 12px; } @media (min-width: 1280px) { .section-1 .accept img { margin: 0 16px; } } .tooltip a, .tooltip .tooltip-inner { color: rgba(0, 0, 0, 0.7) !important; } .section-2 { padding-bottom: 60px; } @media (min-width: 1280px) { .section-2 { padding-bottom: 140px; } } .section-2 .tabone { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; } .section-2 .tabone .nav-link { width: 160px; height: 40px; border: none; color: rgba(0, 0, 0, 0.5); } .section-2 .tabone .nav-link.active { color: #0462F0; background: rgba(4, 98, 240, 0.1); border-radius: 8px; } .section-2 .bundles-cont { max-width: 1200px; padding: 8px 8px 40px; background: rgba(4, 98, 240, 0.05); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 24px; } @media (min-width: 1280px) { .section-2 .bundles-cont { padding: 32px; } } .section-2 .bundles-cont .box { border-radius: 16px; width: 327px; } @media (min-width: 1280px) { .section-2 .bundles-cont .box { width: 383px; } } .section-2 .bundles-cont .box img { width: 100px; } @media (min-width: 1280px) { .section-2 .bundles-cont .box img { width: 130px; } } .section-2 .bundles-cont .box span { font-size: 18px; } .section-2 .bundles-cont .box-switch { width: 327px; border-radius: 16px; } @media (min-width: 1280px) { .section-2 .bundles-cont .box-switch { width: 384px; } } .section-2 .bundles-cont .box-switch .price { font-size: 20px; } .section-2 .bundles-cont .box-switch .switch-list { cursor: pointer; } .section-2 .bundles-cont .box-switch .switch-list .radio { width: 16px; height: 16px; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 50%; } .section-2 .bundles-cont .box-switch .switch-list .radio.checked { border: 1px solid #0462F0; } .section-2 .bundles-cont .box-switch .switch-list .radio.checked::before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #0462F0; top: 4px; left: 4px; } .section-2 .bundles-cont .box-switch .switch-list:hover, .section-2 .bundles-cont .box-switch .switch-list.active { background: rgba(0, 0, 0, 0.02); } .section-2 .bundles-cont .box-switch .switch-list:not(:last-child) { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .section-2 .bundles-cont .result { width: 248px; } .section-2 .bundles-cont .result .res-list { display: none; } .section-2 .bundles-cont .result .res-list.active { display: block; } .section-2 .bundles-cont .result .price { font-size: 48px; line-height: 1.2; } .section-2 .bundles-cont .result del { font-size: 24px; } .section-2 .off-icon { width: 48px; height: 48px; background: url(static/image/off-icon.svg) no-repeat; background-size: 100% 100%; top: -18px; right: -18px; padding-top: 10px; transform: rotate(45deg); } .section-2 .education-cont { max-width: 960px; background: rgba(4, 98, 240, 0.05); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 24px; } .section-2 .education-cont h4 { padding: 27px; border-radius: 24px 24px 0 0; } .section-2 .education-cont .discount-list { padding: 32px 8px 40px; } @media (min-width: 1280px) { .section-2 .education-cont .discount-list { padding: 72px 110px 90px; } } .section-2 .education-cont .discount-list .time-list li { width: 327px; padding: 12px 16px; border-radius: 8px; } @media (min-width: 1280px) { .section-2 .education-cont .discount-list .time-list li { width: 360px; padding: 12px 20px; } } .section-2 .education-cont .discount-list .time-list li p { margin-bottom: 0; font-size: 20px; } .section-2 .education-cont .discount-list .time-list li p.time { font-size: 18px; } .section-2 .education-cont .discount-list .time-list li:not(:last-child) { margin-bottom: 12px; } .section-2 .education-cont .discount-list .tit { font-size: 20px; } .section-3 { padding: 40px 0; } @media (min-width: 1280px) { .section-3 { background: rgba(4, 98, 240, 0.05); padding: 80px 0 100px; } } .section-3 .container { padding: 0; } @media (min-width: 1280px) { .section-3 .container { padding: 0 12px; } } .section-3 .reviews { padding: 40px 16px; background: rgba(4, 98, 240, 0.05); } @media (min-width: 1280px) { .section-3 .reviews { padding: 48px 16px 0; background: none; } } .section-3 .reviews .cell { border: 1px solid rgba(0, 0,0, 0.1); border-radius: 16px; } .section-3 .reviews .tip-1 { background: url(static/image/review-bg1.png) no-repeat; background-size: 100% 100%; margin: 32px 0; transform: rotate(-8deg); } .section-3 .reviews .deep { height: 100px; background: url(static/image/review-mobile-bg.png) no-repeat; background-size: 100% 100%; } @media (min-width: 1280px) { .section-3 .reviews .deep { height: 140px; background: url(static/image/review-bg.png) no-repeat; background-size: 100% 100%; } } .section-3 .reviews .deep .tip-2 { background: url(static/image/review-bg2.png) no-repeat; background-size: 100% 100%; transform: rotate(8deg); bottom: 0; left: 10px; } @media (min-width: 1280px) { .section-3 .reviews .deep .tip-2 { bottom: 15px; left: 10px; } } .section-4 { padding: 64px 0; } @media (min-width: 1280px) { .section-4 { padding: 120px 0; } } .section-4 .accordion-item { padding: 16px; border-radius: 16px !important; } @media (min-width: 1280px) { .section-4 .accordion-item { padding: 32px; } } .section-4 .accordion-item .accordion-button { font-size: 16px !important; padding: 0 !important; } @media (min-width: 1280px) { .section-4 .accordion-item .accordion-button { font-size: 20px !important; } } .section-4 .accordion-item .accordion-button::after { width: 24px; height: 24px; background-image: url('data:image/svg+xml,') !important; background-size: 100% !important; } @media (min-width: 1280px) { .section-4 .accordion-item .accordion-button::after { width: 32px; height: 32px; } } .section-4 .accordion-item .accordion-button:not(.collapsed)::after { background-image: url('data:image/svg+xml,') !important; -webkit-transform: rotate(-180deg) !important; transform: rotate(-180deg) !important; } .section-4 .accordion-item .accordion-body { max-width: 1032px; } .section-5 { padding-bottom:30px; } @media (min-width: 1280px) { .section-5 { padding-bottom:50px; } } .section-5 .cell .tit { font-size: 18px; } .section-5 .cell :not(:last-child) { margin-bottom: 40px; } @media (min-width: 1280px) { .section-5 .cell :not(:last-child) { margin-bottom: 0; } }

Koop PDFGeeker voor Mac Ga naar Windows >>

Ga naar Mac >>
Persoonlijk Plan
$29.95 $39.95

1 Licentie voor 1 Mac

  • 1 Licentie voor 1 Mac
  • Eenmalige Aankoop
  • Licentie geldig voor het leven
  • Levenslange gratis upgrades
  • 30 Dagen Geld Terug Garantie
Bestverkoper
Familieplan
$39.95 $59.95

1 Licentie voor 1 PC

  • 1 Licentie voor 4 Macs
  • Eenmalige Aankoop
  • Licentie geldig voor het leven
  • Levenslange gratis upgrades
  • 30 Dagen Geld-terug-garantie
Zakelijk Plan
$189.95 $389.95

1 Licentie voor 1 PC

  • 1 Licentie voor 30 Macs
  • Eenmalige Aankoop
  • Licentie geldig voor levensduur
  • Levenslange gratis upgrades
  • 30 Dagen Geld-terug-garantie

paypal master card visa jcb
dsicover ae maestro bleue

Hoor wat onze klanten zeggen

Neem niet alleen ons woord ervoor. Zie waarom SYSCute zeer wordt aanbevolen door meer dan 100 miljoen tevreden gebruikers wereldwijd

9.7

Gebruiksgemak


Gebaseerd op 2000+ beoordelingen

Ik heb een klein bedrijf en moet vaak PDF-facturen converteren naar afbeeldingen voor boekhoudkundige doeleinden. PDFGeeker maakt dit proces naadloos en efficiënt. De functie voor batchconversie bespaart echt tijd. Geweldig gereedschap!

auteur
ster ster ster ster ster

Door Kyle Moris

Als Mac-gebruiker kan het lastig zijn om een goede PDF-converter te vinden die soepel werkt. PDFGeeker heeft mijn verwachtingen overtroffen. Het is gebruiksvriendelijk en ondersteunt een breed scala aan formaten. De klantenservice is ook zeer responsief en behulpzaam

auteur
ster ster ster ster ster

Door John Smith

Een fantastisch hulpmiddel voor iedereen die regelmatig met PDF's werkt. De interface is intuïtief en de conversiesnelheid is indrukwekkend. Ik waardeer vooral hoe goed het omgaat met complexe documenten met veel afbeeldingen en tabellen.

auteur
ster ster ster ster ster

Door Michael Spencer



Geld-terug-garantie

Geld-terug-garantie

Onze producten worden geleverd met een 30-dagen geld-terug-garantie.

Veilige aankoop

Veilige aankoop

De hele aankoop is 100% veilig en uw privacy is beschermd. Geen virussen of malware.

24/7 Klantenservice

24/7 Klantenservice

SYSCute biedt directe e-mailservice binnen 24 uur door ons professionele klantenteam.

Levenslange gratis updates

Levenslange gratis updates

Heeft u nog vragen over onze producten en service? U kunt ons altijd gemakkelijk bereiken.