Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: rsc.io/pdf

Package pdf implements reading of PDF files. PDF is Adobe's Portable Document Format, ubiquitous on the internet. A PDF document is a complex data format built on a fairly simple structure. This package exposes the simple structure along with some wrappers to extract basic information. If more complex information is needed, it is possible to extract that information by interpreting the structure exposed by this package. Specifically, a PDF is a data structure built from Values, each of which has one of the following Kinds: The accessors on Value—Int64, Float64, Bool, Name, and so on—return a view of the data as the given type. When there is no appropriate view, the accessor returns a zero result. For example, the Name accessor returns the empty string if called on a Value v for which v.Kind() != Name. Returning zero values this way, especially from the Dict and Array accessors, which themselves return Values, makes it possible to traverse a PDF quickly without writing any error checking. On the other hand, it means that mistakes can go unreported. The basic structure of the PDF file is exposed as the graph of Values. Most richer data structures in a PDF file are dictionaries with specific interpretations of the name-value pairs. The Font and Page wrappers make the interpretation of a specific Value as the corresponding type easier. They are only helpers, though: they are implemented only in terms of the Value API and could be moved outside the package. Equally important, traversal of other PDF data structures can be implemented in other packages as needed.
2 versions
Latest release: about 6 years ago
73 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/rsc.io/pdf

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/rsc%2Fpdf

Dependent Repos 34,638

admariner/jitsu Fork of jitsucom/jitsu
Jitsu is an open-source data integration platform
  • v0.1.1 configurator/backend/go.sum

Size: 29.4 MB - Last synced: about 2 months ago - Pushed: 11 months ago

tetsuzawa/research-tools
Research tools
  • v0.1.1 goresearch/go.sum

Size: 40.8 MB - Last synced: 9 months ago - Pushed: over 1 year ago

aberja/argo Fork of argoproj/argo-workflows
Argo Workflows: Get stuff done with Kubernetes.
  • v0.1.1 go.sum

Size: 67.2 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

cheqd/tendermint Fork of tendermint/tendermint
⟁ Tendermint Core (BFT Consensus) in Go
  • v0.1.1 go.sum

Size: 142 MB - Last synced: about 1 month ago - Pushed: over 1 year ago

marco-spagnuolo/unisacompression
  • v0.1.1 try/go.sum

Size: 3.22 MB - Last synced: 4 months ago - Pushed: over 1 year ago

SammyEnigma/hardentools Fork of hardentools/hardentools
Hardentools simply reduces the attack surface on Microsoft Windows computers by disabling low-hanging fruit risky features.
  • v0.1.1 go.sum

Size: 3.34 MB - Last synced: 7 months ago - Pushed: 7 months ago

xav-b/crypto-stuff
Tinkering around
  • v0.1.1 streaming-ethereum-on-chain-data-to-questdb/go.sum

Size: 7.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v0.1.1 go.sum

Size: 48.3 MB - Last synced: 6 months ago - Pushed: 6 months ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v0.1.1 go.sum
  • v0.1.1 operator/go.sum
  • v0.1.1 tools/lambda-promtail/go.sum

Size: 168 MB - Last synced: 28 days ago - Pushed: about 1 year ago

httpsgithu/go Fork of golang/go
The Go programming language
  • v0.1.1 src/crypto/internal/bigmod/_asm/go.sum
  • v0.1.1 src/crypto/internal/edwards25519/field/_asm/go.sum

Size: 325 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

rancher-max/rancher Fork of rancher/rancher
Complete container management platform
  • v0.1.1 cmd/rancherd/go.sum
  • v0.1.1 go.sum

Size: 131 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

msrinivasssa/go-trial-app
  • v0.1.1 go.sum

Size: 397 KB - Last synced: about 1 year ago - Pushed: about 1 year ago

jrivera-px/operator Fork of libopenstorage/operator
Storage operator for Kubernetes
  • v0.1.1 go.sum

Size: 34.9 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

dtapps/itboy
  • v0.1.1 go.sum

Size: 35.2 KB - Last synced: 27 days ago - Pushed: 27 days ago

dtapps/cma
  • v0.1.1 go.sum

Size: 46.9 KB - Last synced: 27 days ago - Pushed: 27 days ago

influxdata/influxdb-observability
  • v0.1.1 tests-integration/go.sum

Size: 2.21 MB - Last synced: 24 days ago - Pushed: 24 days ago

Zondax/rosetta-filecoin-lib
  • v0.1.1 go.sum

Size: 337 KB - Last synced: 22 days ago - Pushed: 23 days ago

Boroda76/go_service_naked
  • v0.1.1 go.sum

Size: 791 KB - Last synced: 27 days ago - Pushed: about 1 year ago

LATOKEN/bridge-backend-service
  • v0.1.1 src/go.sum

Size: 449 KB - Last synced: 4 months ago - Pushed: over 1 year ago

drh-determined-ai/determined Fork of determined-ai/determined
Determined: Deep Learning Training Platform
  • v0.1.1 agent/go.sum
  • v0.1.1 master/go.sum

Size: 114 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

kubernetes-sigs/cluster-api-provider-nested
Cluster API Provider for Nested Clusters
  • v0.1.1 virtualcluster/pkg/vn-agent/server/test/go.sum

Size: 3.04 MB - Last synced: 6 days ago - Pushed: 27 days ago

manish8561/go_microservice
go_microservice with grpc
  • v0.1.1 farm/go.sum

Size: 1.38 MB - Last synced: 7 months ago - Pushed: 8 months ago

leoluz/argo-rollouts Fork of argoproj/argo-rollouts
Progressive Delivery for Kubernetes
  • v0.1.1 go.sum

Size: 25.8 MB - Last synced: about 1 month ago - Pushed: about 1 year ago

dreamer-zq/cosmos-sdk Fork of cosmos/cosmos-sdk
:chains: A Framework for Building High Value Public Blockchains :sparkles:
  • v0.1.1 go.sum

Size: 217 MB - Last synced: about 1 month ago - Pushed: 7 months ago

millicent-money/cosmos-sdk
  • v0.1.1 go.sum

Size: 361 MB - Last synced: 9 months ago - Pushed: about 1 year ago

elisasre/kops-autoscaler-openstack
Provide AutoScalingGroup capability to OpenStack Kops
  • v0.1.1 go.sum

Size: 17.5 MB - Last synced: 3 days ago - Pushed: 3 days ago

Blake8868/mvm Fork of MetisProtocol/mvm
A hard fork of the Optimistic Ethereum protocol (optimism.io)
  • v0.1.1 go/batch-submitter/go.sum
  • v0.1.1 go/gas-oracle/go.sum
  • v0.1.1 go/op_exporter/go.sum
  • v0.1.1 l2geth/go.sum

Size: 27.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

vinted/prometheus Fork of prometheus/prometheus
The Prometheus monitoring system and time series database.
  • v0.1.1 documentation/examples/remote_storage/go.sum

Size: 161 MB - Last synced: 13 days ago - Pushed: 14 days ago

choria-io/provisioner
Choria Server Provisioning System
  • v0.1.1 go.sum

Size: 4.6 MB - Last synced: about 2 months ago - Pushed: 2 months ago

mclarke47/argo-rollouts Fork of argoproj/argo-rollouts
Progressive Delivery for Kubernetes
  • v0.1.1 go.sum

Size: 11.8 MB - Last synced: about 1 month ago - Pushed: over 1 year ago

macadadi/backend
  • v0.1.1 go.sum

Size: 2.93 KB - Last synced: 8 months ago - Pushed: 8 months ago

codeboten/opentelemetry-lambda Fork of open-telemetry/opentelemetry-lambda
  • v0.1.1 collector/go.sum

Size: 1.59 MB - Last synced: 8 months ago - Pushed: 8 months ago

moov-io/irs
Internal Revenue Service (IRS) Filing Information Returns Electronically (FIRE)
  • v0.1.1 go.sum

Size: 1.47 MB - Last synced: 2 days ago - Pushed: 3 days ago

moov-io/ach-test-harness
Programmatic and configurable ACH scenario testing of returns, NOC/corrections, reconciliation, etc.
  • v0.1.1 go.sum

Size: 973 KB - Last synced: about 2 hours ago - Pushed: about 16 hours ago

VibrentHealth/keycloak-operator Fork of keycloak/keycloak-operator
A Kubernetes Operator based on the Operator SDK for syncing resources in Keycloak
  • v0.1.1 go.sum

Size: 12.4 MB - Last synced: 3 months ago - Pushed: 3 months ago

overline-mining/gool
it's scary
  • v0.1.1 go.sum

Size: 877 KB - Last synced: 5 months ago - Pushed: 5 months ago

twsnmp/TWLogAIAN
TWSNMP`s Log AI Analyzer
  • v0.1.1 go.sum

Size: 34.3 MB - Last synced: 14 days ago - Pushed: 10 months ago

metallb/metallb-operator
MetalLB Operator for deploying metallb
  • v0.1.1 go.sum

Size: 16.7 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

kare/ewallet
Go program that generates Ethereum private key, public key and address
  • v0.1.1 go.sum

Size: 85 KB - Last synced: 28 days ago - Pushed: 4 months ago

akram/origin Fork of openshift/origin
Enterprise Kubernetes for Developers
  • v0.1.1 go.sum

Size: 1.16 GB - Last synced: about 6 hours ago - Pushed: about 21 hours ago

tts-tblock/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v0.1.1 extensions/open-cluster-management/generator-observability/go.sum

Size: 449 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

iBridge-up/ibridge-node
  • v0.1.1 go.sum

Size: 20.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

digitalbitbox/bitbox-wallet-app
The BitBoxApp for desktop and mobile.
  • v0.1.1 go.sum

Size: 267 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

erda-project/kubeprober
Large-scale Kubernetes cluster diagnostic tool.
  • v0.1.1 go.sum

Size: 268 MB - Last synced: 29 days ago - Pushed: 4 months ago

stakemachine/graph-indexer-cli
The Graph Indexer CLI
  • v0.1.1 go.sum

Size: 201 KB - Last synced: 10 months ago - Pushed: about 1 year ago

longhorn/upgrade-responder
Upgrade responder for Longhorn
  • v0.1.1 go.sum

Size: 53.7 MB - Last synced: 13 days ago - Pushed: 13 days ago

kokizzu/pirsch Fork of pirsch-analytics/pirsch
Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.
  • v0.1.1 go.sum

Size: 2.11 MB - Last synced: 2 days ago - Pushed: 2 days ago

tokend/go-substrate-rpc-client
  • v0.1.1 go.sum

Size: 1.64 MB - Last synced: 10 months ago - Pushed: over 1 year ago

kurtosis-tech/zz-deprecated_kurtosis-onboarding-experience 📦
  • v0.1.1 go.sum

Size: 171 KB - Last synced: 26 days ago - Pushed: over 1 year ago

fragmentsh/ssv Fork of bloxapp/ssv
Secret-Shared-Validator(SSV) for ethereum staking
  • v0.1.1 go.sum

Size: 19.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

filecoin-project/venus-wallet
a remote wallet for provider sign service
  • v0.1.1 go.sum

Size: 1.15 MB - Last synced: 23 days ago - Pushed: 23 days ago

kubesphere/notification-manager
K8s native notification management with multi-tenancy support
  • v0.1.1 sidecar/kubesphere/3.1.0/go.sum
  • v0.1.1 sidecar/kubesphere/3.2.0/go.sum

Size: 2.23 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

Paperspace/csi-driver-nfs Fork of kubernetes-csi/csi-driver-nfs 📦
This driver allows Kubernetes to access NFS server on Linux node.
  • v0.1.1 go.sum

Size: 21.6 MB - Last synced: about 1 month ago - Pushed: almost 2 years ago

PhoenixRedflash/hub Fork of artifacthub/hub
Find, install and publish Kubernetes packages
  • v0.1.1 go.sum

Size: 80.9 MB - Last synced: 16 days ago - Pushed: 16 days ago

moov-io/base
core libraries used in Moov projects
  • v0.1.1 go.sum

Size: 1.61 MB - Last synced: about 2 hours ago - Pushed: about 16 hours ago

boostchicken/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v0.1.1 cmd/configschema/go.sum
  • v0.1.1 cmd/otelcontribcol/go.sum
  • v0.1.1 cmd/oteltestbedcol/go.sum
  • v0.1.1 exporter/signalfxexporter/go.sum

Size: 262 MB - Last synced: 14 days ago - Pushed: 6 months ago

swimricky/wormhole Fork of wormhole-foundation/wormhole
Certus One's reference implementation for the Wormhole blockchain interoperability protocol.
  • v0.1.1 clients/eth/go.sum
  • v0.1.1 event_database/cloud_functions/go.sum
  • v0.1.1 event_database/functions_server/go.sum
  • v0.1.1 node/go.sum
  • v0.1.1 node/tools/go.sum
  • v0.1.1 third_party/abigen-celo/go.sum

Size: 76.7 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

thecolngroup/alphakit
Framework for developing sound algorithmic trading strategies in the Go language.
  • v0.1.1 go.sum

Size: 12.5 MB - Last synced: 6 months ago - Pushed: almost 2 years ago

me-diru/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
  • v0.1.1 go.sum

Size: 13.1 MB - Last synced: 15 days ago - Pushed: about 1 year ago

truenas/k3s Fork of k3s-io/k3s
Lightweight Kubernetes
  • v0.1.1 go.sum

Size: 546 MB - Last synced: 3 months ago - Pushed: 3 months ago

bianjieai/ethermint Fork of evmos/ethermint
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK.
  • v0.1.1 go.sum

Size: 39.2 MB - Last synced: 3 days ago - Pushed: 3 days ago

cisco-ie/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v0.1.1 go.sum

Size: 44 MB - Last synced: 7 months ago - Pushed: over 1 year ago

blrm/osde2e Fork of openshift/osde2e
Repository of e2e test plumbing for OpenShift Dedicated
  • v0.1.1 go.sum

Size: 431 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

jeschkies/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v0.1.1 go.sum
  • v0.1.1 operator/go.sum
  • v0.1.1 tools/lambda-promtail/go.sum

Size: 199 MB - Last synced: 28 days ago - Pushed: about 1 month ago

grassrootseconomics/ge-dw-admin
CLI for admin DW operations
  • v0.1.1 go.sum

Size: 4.08 MB - Last synced: about 1 month ago - Pushed: about 1 year ago

wish/mongoproxy
  • v0.1.1 go.sum

Size: 3.97 MB - Last synced: 10 months ago - Pushed: 12 months ago

pulumi/pulumi-docker-containers
Definitions for official Pulumi Docker images.
  • v0.1.1 tests/go.sum

Size: 517 KB - Last synced: 4 days ago - Pushed: 5 days ago

NikitaSkrynnik/sdk-sriov Fork of networkservicemesh/sdk-sriov
SR-IOV related SDK components
  • v0.1.1 go.sum

Size: 1.18 MB - Last synced: 24 days ago - Pushed: about 1 month ago

sanekkurt/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v0.1.1 go.sum

Size: 43.5 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

Tessg22/osde2e Fork of openshift/osde2e
Repository of e2e test plumbing for OpenShift Dedicated
  • v0.1.1 go.sum

Size: 465 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

getsynq/migrate Fork of golang-migrate/migrate
Database migrations. CLI and Golang library.
  • v0.1.1 go.sum

Size: 1.63 MB - Last synced: 10 months ago - Pushed: almost 2 years ago

monicawoj/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
  • v0.1.1 go.sum

Size: 26.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

chf007/argo-workflows Fork of argoproj/argo-workflows
Workflow engine for Kubernetes
  • v0.1.1 go.sum

Size: 81.6 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

planetary-social/scuttlego
A Go implementation of the Secure Scuttlebutt protocol.
  • v0.1.1 go.sum

Size: 4.51 MB - Last synced: about 1 month ago - Pushed: about 1 year ago

moov-io/go-sftp
A Go client for performing common SFTP operations
  • v0.1.1 go.sum

Size: 768 KB - Last synced: about 2 hours ago - Pushed: about 16 hours ago

realtakahashi/chainbridge-core-example
  • v0.1.1 go.sum

Size: 10.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

xp-1000/signalfx-agent Fork of signalfx/signalfx-agent
The SignalFx Smart Agent
  • v0.1.1 go.sum
  • v0.1.1 pkg/apm/go.sum

Size: 36.4 MB - Last synced: 10 months ago - Pushed: about 1 year ago

p1ratrulezzz/brainser
  • v0.1.1 go.sum

Size: 5.56 MB - Last synced: about 1 month ago - Pushed: 9 months ago

romm80/shortener
  • v0.1.1 go.sum

Size: 7.01 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

strangelove-ventures/lens 📦
⚛️❤️👁 Brought to you by the LensCrafters
  • v0.1.1 go.sum

Size: 18.4 MB - Last synced: about 1 month ago - Pushed: 11 months ago