shoshin
- 45,359 total downloads
- last updated 10/23/2021
- Latest version: 2.2.4
Describes Apple Receipt Models
- 44,829 total downloads
- last updated 10/23/2021
- Latest version: 2.2.4
Parser for Apple Receipt that represented in base64 and encoded with ASN.1
- 31,173 total downloads
- last updated 10/23/2021
- Latest version: 2.2.4
Library for validating receipts with the App Store
- 4,263 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);
}