Migrate to github

This commit is contained in:
Paul van Brouwershaven
2022-06-29 21:09:28 +02:00
parent 3caf640baa
commit dc48ea3133
14 changed files with 210 additions and 65 deletions

View File

@@ -4,7 +4,7 @@ import (
"os"
"testing"
"bitbucket.org/digitorus/pdf"
"github.com/digitorus/pdf"
)
func TestCreateCatalog(t *testing.T) {
@@ -40,6 +40,12 @@ func TestCreateCatalog(t *testing.T) {
InfoData: InfoData{
ObjectId: uint32(rdr.XrefInformation.ItemCount) + 2,
},
SignData: SignData{
Signature: SignDataSignature{
CertType: UsageRightsSignature,
DocMDPPerm: AllowFillingExistingFormFieldsAndSignaturesPerms,
},
},
}
catalog, err := context.createCatalog()