shoshin
- 55,032 total downloads
- last updated 10/23/2021
- Latest version: 2.2.4
Describes Apple Receipt Models
- 54,498 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
- 39,211 total downloads
- last updated 10/23/2021
- Latest version: 2.2.4
Library for validating receipts with the App Store
- 4,747 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);
}