shoshin
- 9,387 total downloads
- last updated 1/6/2021
- Latest version: 2.1.0
Parser for Apple Receipt that represented in base64 and encoded with ASN.1
- 9,377 total downloads
- last updated 1/6/2021
- Latest version: 2.1.0
Describes Apple Receipt Models
- 5,013 total downloads
- last updated 1/6/2021
- Latest version: 2.1.0
Library for validating receipts with the App Store
- 1,919 total downloads
- last updated 12/4/2017
- Latest version: 0.1.0
using (WordprocessingDocument document = WordprocessingDocument.Open(filePath, true))
{
MainDocumentPart mainPart = document.MainDocumentPart;
Dictionary<string, string> replacers = new Dictionary<string, string>(32);
_openXmlVariableReplacer.ReplaceVariables(mainPart.Document, replacers);
}