spire-pdf 11.6.1__py3-none-win_amd64.whl → 11.9.0__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of spire-pdf might be problematic. Click here for more details.

Files changed (527) hide show
  1. spire/pdf/PdfBorders.py +5 -1
  2. spire/pdf/PdfCollection.py +3 -3
  3. spire/pdf/PdfDocument.py +17 -18
  4. spire/pdf/PdfFileInfo.py +7 -7
  5. spire/pdf/PdfNewDocument.py +21 -13
  6. spire/pdf/PdfPageBase.py +2 -2
  7. spire/pdf/PdfSection.py +5 -4
  8. spire/pdf/PdfSectionPageCollection.py +9 -9
  9. spire/pdf/__init__.py +477 -482
  10. spire/pdf/{PdfGotoNameAction.py → actions/PdfGotoNameAction.py} +4 -2
  11. spire/pdf/actions/__init__.py +0 -0
  12. spire/pdf/additions/__init__.py +0 -0
  13. spire/pdf/additions/html/HtmlToPdfResult.py +36 -0
  14. spire/pdf/additions/html/__init__.py +0 -0
  15. spire/pdf/{LineBorder.py → annotations/LineBorder.py} +8 -6
  16. spire/pdf/{Pdf3DCrossSection.py → annotations/Pdf3DCrossSection.py} +6 -6
  17. spire/pdf/{Pdf3DNode.py → annotations/Pdf3DNode.py} +8 -8
  18. spire/pdf/{Pdf3DView.py → annotations/Pdf3DView.py} +1 -1
  19. spire/pdf/{PdfAnnotationCollection.py → annotations/PdfAnnotationCollection.py} +2 -0
  20. spire/pdf/{PdfAnnotationWidgetCollection.py → annotations/PdfAnnotationWidgetCollection.py} +3 -3
  21. spire/pdf/{PdfRubberStampAnnotation.py → annotations/PdfRubberStampAnnotation.py} +13 -13
  22. spire/pdf/{PdfTextMarkupAnnotation.py → annotations/PdfTextMarkupAnnotation.py} +36 -15
  23. spire/pdf/{PdfTextWebLink.py → annotations/PdfTextWebLink.py} +5 -5
  24. spire/pdf/{PdfWatermarkAnnotation.py → annotations/PdfWatermarkAnnotation.py} +8 -4
  25. spire/pdf/annotations/__init__.py +0 -0
  26. spire/pdf/{PdfAppearanceState.py → annotations/appearance/PdfAppearanceState.py} +15 -8
  27. spire/pdf/{PdfExtendedAppearance.py → annotations/appearance/PdfExtendedAppearance.py} +3 -3
  28. spire/pdf/annotations/appearance/__init__.py +0 -0
  29. spire/pdf/{PdfAttachmentCollection.py → attachments/PdfAttachmentCollection.py} +16 -16
  30. spire/pdf/attachments/__init__.py +0 -0
  31. spire/pdf/{PdfCreationDateField.py → automaticfields/PdfCreationDateField.py} +7 -7
  32. spire/pdf/{PdfSectionPageCountField.py → automaticfields/PdfSectionPageCountField.py} +5 -5
  33. spire/pdf/{PdfSectionPageNumberField.py → automaticfields/PdfSectionPageNumberField.py} +5 -5
  34. spire/pdf/automaticfields/__init__.py +0 -0
  35. spire/pdf/barcode/__init__.py +0 -0
  36. spire/pdf/{PdfBookmark.py → bookmarks/PdfBookmark.py} +1 -1
  37. spire/pdf/{PdfBookmarkCollection.py → bookmarks/PdfBookmarkCollection.py} +11 -11
  38. spire/pdf/bookmarks/__init__.py +0 -0
  39. spire/pdf/{PdfFolder.py → collections/PdfFolder.py} +9 -9
  40. spire/pdf/collections/__init__.py +0 -0
  41. spire/pdf/{PdfICCColorSpace.py → colorspace/PdfICCColorSpace.py} +9 -7
  42. spire/pdf/colorspace/__init__.py +0 -0
  43. spire/pdf/comparison/__init__.py +0 -0
  44. spire/pdf/{OfdConverter.py → conversion/OfdConverter.py} +8 -8
  45. spire/pdf/conversion/PdfToHtmlParameter.py +48 -0
  46. spire/pdf/conversion/__init__.py +0 -0
  47. spire/pdf/conversion/compression/__init__.py +0 -0
  48. spire/pdf/document/__init__.py +0 -0
  49. spire/pdf/{Collections_PdfCollection.py → document/collections/Collections_PdfCollection.py} +12 -12
  50. spire/pdf/document/collections/__init__.py +0 -0
  51. spire/pdf/exceptions/__init__.py +0 -0
  52. spire/pdf/{PdfFieldCollection.py → fileds/PdfFieldCollection.py} +10 -10
  53. spire/pdf/{PdfForm.py → fileds/PdfForm.py} +1 -1
  54. spire/pdf/{PdfRadioButtonListItem.py → fileds/PdfRadioButtonListItem.py} +6 -6
  55. spire/pdf/fileds/__init__.py +0 -0
  56. spire/pdf/general/__init__.py +0 -0
  57. spire/pdf/graphics/HtmlToPdfLayoutParams.py +93 -0
  58. spire/pdf/{PdfBitmap.py → graphics/PdfBitmap.py} +7 -7
  59. spire/pdf/{PdfCanvas.py → graphics/PdfCanvas.py} +6 -5
  60. spire/pdf/graphics/PdfHTMLTextElement.py +142 -0
  61. spire/pdf/graphics/PdfHtmlLayoutFormat.py +148 -0
  62. spire/pdf/{PdfMargins.py → graphics/PdfMargins.py} +13 -13
  63. spire/pdf/{PdfStringFormat.py → graphics/PdfStringFormat.py} +10 -7
  64. spire/pdf/{PdfTemplate.py → graphics/PdfTemplate.py} +12 -12
  65. spire/pdf/graphics/__init__.py +0 -0
  66. spire/pdf/graphics/fonts/__init__.py +0 -0
  67. spire/pdf/{PdfLayer.py → graphics/layer/PdfLayer.py} +2 -2
  68. spire/pdf/graphics/layer/__init__.py +0 -0
  69. spire/pdf/{PdfGrid.py → grid/PdfGrid.py} +6 -0
  70. spire/pdf/{PdfGridCell.py → grid/PdfGridCell.py} +5 -6
  71. spire/pdf/{PdfGridColumn.py → grid/PdfGridColumn.py} +5 -5
  72. spire/pdf/{PdfGridRow.py → grid/PdfGridRow.py} +1 -1
  73. spire/pdf/{PdfGridRowCollection.py → grid/PdfGridRowCollection.py} +30 -1
  74. spire/pdf/grid/__init__.py +0 -0
  75. spire/pdf/interactive/__init__.py +0 -0
  76. spire/pdf/interactive/annotations/PdfBorderEffect.py +15 -0
  77. spire/pdf/interactive/annotations/__init__.py +0 -0
  78. spire/pdf/{IPdfSignatureAppearance.py → interactive/digitalSignatures/IPdfSignatureAppearance.py} +3 -1
  79. spire/pdf/{IPdfSignatureFormatter.py → interactive/digitalSignatures/IPdfSignatureFormatter.py} +2 -2
  80. spire/pdf/{PdfCustomAppearance.py → interactive/digitalSignatures/PdfCustomAppearance.py} +1 -1
  81. spire/pdf/{PdfPKCS1Formatter.py → interactive/digitalSignatures/PdfPKCS1Formatter.py} +2 -2
  82. spire/pdf/{PdfSignatureAppearance.py → interactive/digitalSignatures/PdfSignatureAppearance.py} +1 -1
  83. spire/pdf/interactive/digitalSignatures/__init__.py +0 -0
  84. spire/pdf/interchange/__init__.py +0 -0
  85. spire/pdf/{PdfStructureElement.py → interchange/taggedpdf/PdfStructureElement.py} +10 -10
  86. spire/pdf/interchange/taggedpdf/__init__.py +0 -0
  87. spire/pdf/lib/Spire.Pdf.Base.dll +0 -0
  88. spire/pdf/lib/libHarfBuzzSharp.dll +0 -0
  89. spire/pdf/license/LicenseProvider.py +146 -0
  90. spire/pdf/license/__init__.py +0 -0
  91. spire/pdf/{PdfList.py → lists/PdfList.py} +9 -9
  92. spire/pdf/{PdfListItemCollection.py → lists/PdfListItemCollection.py} +26 -26
  93. spire/pdf/{PdfMarker.py → lists/PdfMarker.py} +1 -1
  94. spire/pdf/{PdfSortedList.py → lists/PdfSortedList.py} +11 -11
  95. spire/pdf/lists/__init__.py +0 -0
  96. spire/pdf/{PdfSinglePageScalingMode.py → pdfprint/PdfSinglePageScalingMode.py} +5 -4
  97. spire/pdf/pdfprint/__init__.py +0 -0
  98. spire/pdf/{PdfSecurity.py → security/PdfSecurity.py} +20 -20
  99. spire/pdf/{Security_IPdfSignatureFormatter.py → security/Security_IPdfSignatureFormatter.py} +2 -2
  100. spire/pdf/security/__init__.py +0 -0
  101. spire/pdf/{PdfColumnCollection.py → tables/PdfColumnCollection.py} +3 -3
  102. spire/pdf/{PdfRowCollection.py → tables/PdfRowCollection.py} +2 -1
  103. spire/pdf/tables/__init__.py +0 -0
  104. spire/pdf/texts/Find_TextFindParameter.py +17 -0
  105. spire/pdf/{PdfTextFragment.py → texts/PdfTextFragment.py} +1 -1
  106. spire/pdf/texts/__init__.py +0 -0
  107. spire/pdf/utilities/__init__.py +0 -0
  108. spire/pdf/{PdfCheckBoxWidgetFieldWidget.py → widget/PdfCheckBoxWidgetFieldWidget.py} +4 -4
  109. spire/pdf/{PdfComboBoxWidgetFieldWidget.py → widget/PdfComboBoxWidgetFieldWidget.py} +6 -6
  110. spire/pdf/{PdfFieldWidget.py → widget/PdfFieldWidget.py} +11 -11
  111. spire/pdf/{PdfFormFieldWidgetCollection.py → widget/PdfFormFieldWidgetCollection.py} +2 -2
  112. spire/pdf/{PdfListBoxWidgetFieldWidget.py → widget/PdfListBoxWidgetFieldWidget.py} +2 -2
  113. spire/pdf/{PdfListWidgetItemCollection.py → widget/PdfListWidgetItemCollection.py} +15 -8
  114. spire/pdf/{PdfSignatureFieldWidget.py → widget/PdfSignatureFieldWidget.py} +1 -1
  115. spire/pdf/{XfaChoiceListField.py → widget/XfaChoiceListField.py} +4 -4
  116. spire/pdf/{XfaDateTimeField.py → widget/XfaDateTimeField.py} +3 -3
  117. spire/pdf/widget/__init__.py +0 -0
  118. {spire_pdf-11.6.1.dist-info → spire_pdf-11.9.0.dist-info}/METADATA +1 -1
  119. spire_pdf-11.9.0.dist-info/RECORD +606 -0
  120. spire/pdf/HtmlToPdfLayoutParams.py +0 -93
  121. spire/pdf/HtmlToPdfResult.py +0 -36
  122. spire/pdf/PdfHTMLTextElement.py +0 -142
  123. spire/pdf/PdfHtmlLayoutFormat.py +0 -148
  124. spire/pdf/PdfToHtmlParameter.py +0 -48
  125. spire_pdf-11.6.1.dist-info/RECORD +0 -566
  126. /spire/pdf/{PdfAction.py → actions/PdfAction.py} +0 -0
  127. /spire/pdf/{PdfActionCollection.py → actions/PdfActionCollection.py} +0 -0
  128. /spire/pdf/{PdfActionDestination.py → actions/PdfActionDestination.py} +0 -0
  129. /spire/pdf/{PdfAnnotationActions.py → actions/PdfAnnotationActions.py} +0 -0
  130. /spire/pdf/{PdfDocumentActions.py → actions/PdfDocumentActions.py} +0 -0
  131. /spire/pdf/{PdfEmbeddedGoToAction.py → actions/PdfEmbeddedGoToAction.py} +0 -0
  132. /spire/pdf/{PdfFieldActions.py → actions/PdfFieldActions.py} +0 -0
  133. /spire/pdf/{PdfFilePathType.py → actions/PdfFilePathType.py} +0 -0
  134. /spire/pdf/{PdfFormAction.py → actions/PdfFormAction.py} +0 -0
  135. /spire/pdf/{PdfGoToAction.py → actions/PdfGoToAction.py} +0 -0
  136. /spire/pdf/{PdfJavaScript.py → actions/PdfJavaScript.py} +0 -0
  137. /spire/pdf/{PdfJavaScriptAction.py → actions/PdfJavaScriptAction.py} +0 -0
  138. /spire/pdf/{PdfLaunchAction.py → actions/PdfLaunchAction.py} +0 -0
  139. /spire/pdf/{PdfNamedAction.py → actions/PdfNamedAction.py} +0 -0
  140. /spire/pdf/{PdfResetAction.py → actions/PdfResetAction.py} +0 -0
  141. /spire/pdf/{PdfSoundAction.py → actions/PdfSoundAction.py} +0 -0
  142. /spire/pdf/{PdfSubmitAction.py → actions/PdfSubmitAction.py} +0 -0
  143. /spire/pdf/{PdfSubmitFormFlags.py → actions/PdfSubmitFormFlags.py} +0 -0
  144. /spire/pdf/{PdfUriAction.py → actions/PdfUriAction.py} +0 -0
  145. /spire/pdf/{AspectRatio.py → additions/html/AspectRatio.py} +0 -0
  146. /spire/pdf/{Clip.py → additions/html/Clip.py} +0 -0
  147. /spire/pdf/{HtmlConverter.py → additions/html/HtmlConverter.py} +0 -0
  148. /spire/pdf/{LoadHtmlType.py → additions/html/LoadHtmlType.py} +0 -0
  149. /spire/pdf/{Pdf3DActivation.py → annotations/Pdf3DActivation.py} +0 -0
  150. /spire/pdf/{Pdf3DAnimation.py → annotations/Pdf3DAnimation.py} +0 -0
  151. /spire/pdf/{Pdf3DAnnotation.py → annotations/Pdf3DAnnotation.py} +0 -0
  152. /spire/pdf/{Pdf3DBackground.py → annotations/Pdf3DBackground.py} +0 -0
  153. /spire/pdf/{Pdf3DCrossSectionCollection.py → annotations/Pdf3DCrossSectionCollection.py} +0 -0
  154. /spire/pdf/{Pdf3DLighting.py → annotations/Pdf3DLighting.py} +0 -0
  155. /spire/pdf/{Pdf3DLightingStyle.py → annotations/Pdf3DLightingStyle.py} +0 -0
  156. /spire/pdf/{Pdf3DNodeCollection.py → annotations/Pdf3DNodeCollection.py} +0 -0
  157. /spire/pdf/{Pdf3DProjection.py → annotations/Pdf3DProjection.py} +0 -0
  158. /spire/pdf/{Pdf3DProjectionClipStyle.py → annotations/Pdf3DProjectionClipStyle.py} +0 -0
  159. /spire/pdf/{Pdf3DProjectionOrthoScaleMode.py → annotations/Pdf3DProjectionOrthoScaleMode.py} +0 -0
  160. /spire/pdf/{Pdf3DProjectionType.py → annotations/Pdf3DProjectionType.py} +0 -0
  161. /spire/pdf/{Pdf3DRenderStyle.py → annotations/Pdf3DRenderStyle.py} +0 -0
  162. /spire/pdf/{Pdf3DRendermode.py → annotations/Pdf3DRendermode.py} +0 -0
  163. /spire/pdf/{Pdf3DViewCollection.py → annotations/Pdf3DViewCollection.py} +0 -0
  164. /spire/pdf/{PdfActionAnnotation.py → annotations/PdfActionAnnotation.py} +0 -0
  165. /spire/pdf/{PdfActionLinkAnnotation.py → annotations/PdfActionLinkAnnotation.py} +0 -0
  166. /spire/pdf/{PdfAnnotation.py → annotations/PdfAnnotation.py} +0 -0
  167. /spire/pdf/{PdfAnnotationBorder.py → annotations/PdfAnnotationBorder.py} +0 -0
  168. /spire/pdf/{PdfAnnotationException.py → annotations/PdfAnnotationException.py} +0 -0
  169. /spire/pdf/{PdfAnnotationFlags.py → annotations/PdfAnnotationFlags.py} +0 -0
  170. /spire/pdf/{PdfAnnotationIntent.py → annotations/PdfAnnotationIntent.py} +0 -0
  171. /spire/pdf/{PdfAnnotationWidget.py → annotations/PdfAnnotationWidget.py} +0 -0
  172. /spire/pdf/{PdfAnnotationWidgetTypes.py → annotations/PdfAnnotationWidgetTypes.py} +0 -0
  173. /spire/pdf/{PdfAttachmentAnnotation.py → annotations/PdfAttachmentAnnotation.py} +0 -0
  174. /spire/pdf/{PdfAttachmentAnnotationWidget.py → annotations/PdfAttachmentAnnotationWidget.py} +0 -0
  175. /spire/pdf/{PdfAttachmentIcon.py → annotations/PdfAttachmentIcon.py} +0 -0
  176. /spire/pdf/{PdfBorderEffect.py → annotations/PdfBorderEffect.py} +0 -0
  177. /spire/pdf/{PdfCaretAnnotationWidget.py → annotations/PdfCaretAnnotationWidget.py} +0 -0
  178. /spire/pdf/{PdfDocumentLinkAnnotation.py → annotations/PdfDocumentLinkAnnotation.py} +0 -0
  179. /spire/pdf/{PdfDocumentLinkAnnotationWidget.py → annotations/PdfDocumentLinkAnnotationWidget.py} +0 -0
  180. /spire/pdf/{PdfFileAnnotation.py → annotations/PdfFileAnnotation.py} +0 -0
  181. /spire/pdf/{PdfFileLinkAnnotation.py → annotations/PdfFileLinkAnnotation.py} +0 -0
  182. /spire/pdf/{PdfFileLinkAnnotationWidget.py → annotations/PdfFileLinkAnnotationWidget.py} +0 -0
  183. /spire/pdf/{PdfFreeTextAnnotation.py → annotations/PdfFreeTextAnnotation.py} +0 -0
  184. /spire/pdf/{PdfFreeTextAnnotationWidget.py → annotations/PdfFreeTextAnnotationWidget.py} +0 -0
  185. /spire/pdf/{PdfInkAnnotation.py → annotations/PdfInkAnnotation.py} +0 -0
  186. /spire/pdf/{PdfInkAnnotationWidget.py → annotations/PdfInkAnnotationWidget.py} +0 -0
  187. /spire/pdf/{PdfLineAnnotation.py → annotations/PdfLineAnnotation.py} +0 -0
  188. /spire/pdf/{PdfLineAnnotationWidget.py → annotations/PdfLineAnnotationWidget.py} +0 -0
  189. /spire/pdf/{PdfLineBorderStyle.py → annotations/PdfLineBorderStyle.py} +0 -0
  190. /spire/pdf/{PdfLineCaptionType.py → annotations/PdfLineCaptionType.py} +0 -0
  191. /spire/pdf/{PdfLineEndingStyle.py → annotations/PdfLineEndingStyle.py} +0 -0
  192. /spire/pdf/{PdfLineIntent.py → annotations/PdfLineIntent.py} +0 -0
  193. /spire/pdf/{PdfLinkAnnotation.py → annotations/PdfLinkAnnotation.py} +0 -0
  194. /spire/pdf/{PdfMarkUpAnnotationWidget.py → annotations/PdfMarkUpAnnotationWidget.py} +0 -0
  195. /spire/pdf/{PdfPolyLineAnnotation.py → annotations/PdfPolyLineAnnotation.py} +0 -0
  196. /spire/pdf/{PdfPolyLineAnnotationWidget.py → annotations/PdfPolyLineAnnotationWidget.py} +0 -0
  197. /spire/pdf/{PdfPolygonAndPolyLineAnnotationWidget.py → annotations/PdfPolygonAndPolyLineAnnotationWidget.py} +0 -0
  198. /spire/pdf/{PdfPolygonAnnotation.py → annotations/PdfPolygonAnnotation.py} +0 -0
  199. /spire/pdf/{PdfPolygonAnnotationWidget.py → annotations/PdfPolygonAnnotationWidget.py} +0 -0
  200. /spire/pdf/{PdfPopupAnnotation.py → annotations/PdfPopupAnnotation.py} +0 -0
  201. /spire/pdf/{PdfPopupAnnotationWidget.py → annotations/PdfPopupAnnotationWidget.py} +0 -0
  202. /spire/pdf/{PdfPopupIcon.py → annotations/PdfPopupIcon.py} +0 -0
  203. /spire/pdf/{PdfRubberStampAnnotationIcon.py → annotations/PdfRubberStampAnnotationIcon.py} +0 -0
  204. /spire/pdf/{PdfRubberStampAnnotationWidget.py → annotations/PdfRubberStampAnnotationWidget.py} +0 -0
  205. /spire/pdf/{PdfSoundAnnotation.py → annotations/PdfSoundAnnotation.py} +0 -0
  206. /spire/pdf/{PdfSoundAnnotationWidget.py → annotations/PdfSoundAnnotationWidget.py} +0 -0
  207. /spire/pdf/{PdfSoundIcon.py → annotations/PdfSoundIcon.py} +0 -0
  208. /spire/pdf/{PdfSquareAnnotationWidget.py → annotations/PdfSquareAnnotationWidget.py} +0 -0
  209. /spire/pdf/{PdfStyledAnnotationWidget.py → annotations/PdfStyledAnnotationWidget.py} +0 -0
  210. /spire/pdf/{PdfTextAnnotationIcon.py → annotations/PdfTextAnnotationIcon.py} +0 -0
  211. /spire/pdf/{PdfTextAnnotationWidget.py → annotations/PdfTextAnnotationWidget.py} +0 -0
  212. /spire/pdf/{PdfTextMarkupAnnotationType.py → annotations/PdfTextMarkupAnnotationType.py} +0 -0
  213. /spire/pdf/{PdfTextMarkupAnnotationWidget.py → annotations/PdfTextMarkupAnnotationWidget.py} +0 -0
  214. /spire/pdf/{PdfTextWebLinkAnnotationWidget.py → annotations/PdfTextWebLinkAnnotationWidget.py} +0 -0
  215. /spire/pdf/{PdfUriAnnotation.py → annotations/PdfUriAnnotation.py} +0 -0
  216. /spire/pdf/{PdfUriAnnotationWidget.py → annotations/PdfUriAnnotationWidget.py} +0 -0
  217. /spire/pdf/{PdfWatermarkAnnotationWidget.py → annotations/PdfWatermarkAnnotationWidget.py} +0 -0
  218. /spire/pdf/{PdfWebLinkAnnotationWidget.py → annotations/PdfWebLinkAnnotationWidget.py} +0 -0
  219. /spire/pdf/{PdfAppearance.py → annotations/appearance/PdfAppearance.py} +0 -0
  220. /spire/pdf/{PdfAttachment.py → attachments/PdfAttachment.py} +0 -0
  221. /spire/pdf/{PdfAutomaticField.py → automaticfields/PdfAutomaticField.py} +0 -0
  222. /spire/pdf/{PdfCompositeField.py → automaticfields/PdfCompositeField.py} +0 -0
  223. /spire/pdf/{PdfDateTimeField.py → automaticfields/PdfDateTimeField.py} +0 -0
  224. /spire/pdf/{PdfDestinationPageNumberField.py → automaticfields/PdfDestinationPageNumberField.py} +0 -0
  225. /spire/pdf/{PdfDocumentAuthorField.py → automaticfields/PdfDocumentAuthorField.py} +0 -0
  226. /spire/pdf/{PdfDynamicField.py → automaticfields/PdfDynamicField.py} +0 -0
  227. /spire/pdf/{PdfMultipleNumberValueField.py → automaticfields/PdfMultipleNumberValueField.py} +0 -0
  228. /spire/pdf/{PdfMultipleValueField.py → automaticfields/PdfMultipleValueField.py} +0 -0
  229. /spire/pdf/{PdfPageCountField.py → automaticfields/PdfPageCountField.py} +0 -0
  230. /spire/pdf/{PdfPageNumberField.py → automaticfields/PdfPageNumberField.py} +0 -0
  231. /spire/pdf/{PdfSectionNumberField.py → automaticfields/PdfSectionNumberField.py} +0 -0
  232. /spire/pdf/{PdfSingleValueField.py → automaticfields/PdfSingleValueField.py} +0 -0
  233. /spire/pdf/{PdfStaticField.py → automaticfields/PdfStaticField.py} +0 -0
  234. /spire/pdf/{PdfBarcode.py → barcode/PdfBarcode.py} +0 -0
  235. /spire/pdf/{PdfBarcodeException.py → barcode/PdfBarcodeException.py} +0 -0
  236. /spire/pdf/{PdfBarcodeQuietZones.py → barcode/PdfBarcodeQuietZones.py} +0 -0
  237. /spire/pdf/{PdfBarcodeTextAlignment.py → barcode/PdfBarcodeTextAlignment.py} +0 -0
  238. /spire/pdf/{PdfCodabarBarcode.py → barcode/PdfCodabarBarcode.py} +0 -0
  239. /spire/pdf/{PdfCode11Barcode.py → barcode/PdfCode11Barcode.py} +0 -0
  240. /spire/pdf/{PdfCode128ABarcode.py → barcode/PdfCode128ABarcode.py} +0 -0
  241. /spire/pdf/{PdfCode128BBarcode.py → barcode/PdfCode128BBarcode.py} +0 -0
  242. /spire/pdf/{PdfCode128CBarcode.py → barcode/PdfCode128CBarcode.py} +0 -0
  243. /spire/pdf/{PdfCode32Barcode.py → barcode/PdfCode32Barcode.py} +0 -0
  244. /spire/pdf/{PdfCode39Barcode.py → barcode/PdfCode39Barcode.py} +0 -0
  245. /spire/pdf/{PdfCode39ExtendedBarcode.py → barcode/PdfCode39ExtendedBarcode.py} +0 -0
  246. /spire/pdf/{PdfCode93Barcode.py → barcode/PdfCode93Barcode.py} +0 -0
  247. /spire/pdf/{PdfCode93ExtendedBarcode.py → barcode/PdfCode93ExtendedBarcode.py} +0 -0
  248. /spire/pdf/{PdfUnidimensionalBarcode.py → barcode/PdfUnidimensionalBarcode.py} +0 -0
  249. /spire/pdf/{TextLocation.py → barcode/TextLocation.py} +0 -0
  250. /spire/pdf/{PdfBookmarkWidget.py → bookmarks/PdfBookmarkWidget.py} +0 -0
  251. /spire/pdf/{PdfTextStyle.py → bookmarks/PdfTextStyle.py} +0 -0
  252. /spire/pdf/{PdfCalGrayColor.py → colorspace/PdfCalGrayColor.py} +0 -0
  253. /spire/pdf/{PdfCalGrayColorSpace.py → colorspace/PdfCalGrayColorSpace.py} +0 -0
  254. /spire/pdf/{PdfCalRGBColor.py → colorspace/PdfCalRGBColor.py} +0 -0
  255. /spire/pdf/{PdfCalRGBColorSpace.py → colorspace/PdfCalRGBColorSpace.py} +0 -0
  256. /spire/pdf/{PdfColorSpace.py → colorspace/PdfColorSpace.py} +0 -0
  257. /spire/pdf/{PdfColorSpaces.py → colorspace/PdfColorSpaces.py} +0 -0
  258. /spire/pdf/{PdfComplexColor.py → colorspace/PdfComplexColor.py} +0 -0
  259. /spire/pdf/{PdfDeviceColorSpace.py → colorspace/PdfDeviceColorSpace.py} +0 -0
  260. /spire/pdf/{PdfICCColor.py → colorspace/PdfICCColor.py} +0 -0
  261. /spire/pdf/{PdfKnownColor.py → colorspace/PdfKnownColor.py} +0 -0
  262. /spire/pdf/{PdfKnownColorSpace.py → colorspace/PdfKnownColorSpace.py} +0 -0
  263. /spire/pdf/{PdfLabColor.py → colorspace/PdfLabColor.py} +0 -0
  264. /spire/pdf/{PdfLabColorSpace.py → colorspace/PdfLabColorSpace.py} +0 -0
  265. /spire/pdf/{PdfSeparationColor.py → colorspace/PdfSeparationColor.py} +0 -0
  266. /spire/pdf/{PdfSeparationColorSpace.py → colorspace/PdfSeparationColorSpace.py} +0 -0
  267. /spire/pdf/{PdfCompareOptions.py → comparison/PdfCompareOptions.py} +0 -0
  268. /spire/pdf/{PdfComparer.py → comparison/PdfComparer.py} +0 -0
  269. /spire/pdf/{DocxOptions.py → conversion/DocxOptions.py} +0 -0
  270. /spire/pdf/{PdfGrayConverter.py → conversion/PdfGrayConverter.py} +0 -0
  271. /spire/pdf/{PdfStandardsConverter.py → conversion/PdfStandardsConverter.py} +0 -0
  272. /spire/pdf/{PdfToDocConverter.py → conversion/PdfToDocConverter.py} +0 -0
  273. /spire/pdf/{PdfToLinearizedPdfConverter.py → conversion/PdfToLinearizedPdfConverter.py} +0 -0
  274. /spire/pdf/{PdfToWordConverter.py → conversion/PdfToWordConverter.py} +0 -0
  275. /spire/pdf/{XlsxLineLayoutOptions.py → conversion/XlsxLineLayoutOptions.py} +0 -0
  276. /spire/pdf/{XlsxOptions.py → conversion/XlsxOptions.py} +0 -0
  277. /spire/pdf/{XlsxTextLayoutOptions.py → conversion/XlsxTextLayoutOptions.py} +0 -0
  278. /spire/pdf/{ImageQuality.py → conversion/compression/ImageQuality.py} +0 -0
  279. /spire/pdf/{OptimizationOptions.py → conversion/compression/OptimizationOptions.py} +0 -0
  280. /spire/pdf/{PdfCompressor.py → conversion/compression/PdfCompressor.py} +0 -0
  281. /spire/pdf/{CompressionLevel.py → document/CompressionLevel.py} +0 -0
  282. /spire/pdf/{CustomFieldType.py → document/CustomFieldType.py} +0 -0
  283. /spire/pdf/{HttpReadType.py → document/HttpReadType.py} +0 -0
  284. /spire/pdf/{ImageFormatType.py → document/ImageFormatType.py} +0 -0
  285. /spire/pdf/{FileRelatedFieldType.py → document/collections/FileRelatedFieldType.py} +0 -0
  286. /spire/pdf/{PdfDocumentPageCollection.py → document/collections/PdfDocumentPageCollection.py} +0 -0
  287. /spire/pdf/{PdfConformanceException.py → exceptions/PdfConformanceException.py} +0 -0
  288. /spire/pdf/{PdfDocumentException.py → exceptions/PdfDocumentException.py} +0 -0
  289. /spire/pdf/{PdfException.py → exceptions/PdfException.py} +0 -0
  290. /spire/pdf/{HttpMethod.py → fileds/HttpMethod.py} +0 -0
  291. /spire/pdf/{IPdfComboBoxField.py → fileds/IPdfComboBoxField.py} +0 -0
  292. /spire/pdf/{PdfAppearanceField.py → fileds/PdfAppearanceField.py} +0 -0
  293. /spire/pdf/{PdfBorderStyle.py → fileds/PdfBorderStyle.py} +0 -0
  294. /spire/pdf/{PdfButtonField.py → fileds/PdfButtonField.py} +0 -0
  295. /spire/pdf/{PdfButtonIconLayout.py → fileds/PdfButtonIconLayout.py} +0 -0
  296. /spire/pdf/{PdfButtonIconScaleMode.py → fileds/PdfButtonIconScaleMode.py} +0 -0
  297. /spire/pdf/{PdfButtonIconScaleReason.py → fileds/PdfButtonIconScaleReason.py} +0 -0
  298. /spire/pdf/{PdfButtonLayoutMode.py → fileds/PdfButtonLayoutMode.py} +0 -0
  299. /spire/pdf/{PdfCheckBoxField.py → fileds/PdfCheckBoxField.py} +0 -0
  300. /spire/pdf/{PdfCheckBoxStyle.py → fileds/PdfCheckBoxStyle.py} +0 -0
  301. /spire/pdf/{PdfCheckFieldBase.py → fileds/PdfCheckFieldBase.py} +0 -0
  302. /spire/pdf/{PdfComboBoxField.py → fileds/PdfComboBoxField.py} +0 -0
  303. /spire/pdf/{PdfField.py → fileds/PdfField.py} +0 -0
  304. /spire/pdf/{PdfFormFieldCollection.py → fileds/PdfFormFieldCollection.py} +0 -0
  305. /spire/pdf/{PdfHighlightMode.py → fileds/PdfHighlightMode.py} +0 -0
  306. /spire/pdf/{PdfListBoxField.py → fileds/PdfListBoxField.py} +0 -0
  307. /spire/pdf/{PdfListField.py → fileds/PdfListField.py} +0 -0
  308. /spire/pdf/{PdfListFieldItem.py → fileds/PdfListFieldItem.py} +0 -0
  309. /spire/pdf/{PdfListFieldItemCollection.py → fileds/PdfListFieldItemCollection.py} +0 -0
  310. /spire/pdf/{PdfRadioButtonItemCollection.py → fileds/PdfRadioButtonItemCollection.py} +0 -0
  311. /spire/pdf/{PdfRadioButtonListField.py → fileds/PdfRadioButtonListField.py} +0 -0
  312. /spire/pdf/{PdfRadioButtonListFieldWidget.py → fileds/PdfRadioButtonListFieldWidget.py} +0 -0
  313. /spire/pdf/{PdfSignatureAppearanceField.py → fileds/PdfSignatureAppearanceField.py} +0 -0
  314. /spire/pdf/{PdfSignatureField.py → fileds/PdfSignatureField.py} +0 -0
  315. /spire/pdf/{PdfSignatureStyledField.py → fileds/PdfSignatureStyledField.py} +0 -0
  316. /spire/pdf/{PdfStyledField.py → fileds/PdfStyledField.py} +0 -0
  317. /spire/pdf/{PdfTextBoxField.py → fileds/PdfTextBoxField.py} +0 -0
  318. /spire/pdf/{SubmitDataFormat.py → fileds/SubmitDataFormat.py} +0 -0
  319. /spire/pdf/{PdfAttachmentRelationship.py → general/PdfAttachmentRelationship.py} +0 -0
  320. /spire/pdf/{PdfDestination.py → general/PdfDestination.py} +0 -0
  321. /spire/pdf/{PdfDestinationMode.py → general/PdfDestinationMode.py} +0 -0
  322. /spire/pdf/{PdfEmbeddedFileSpecification.py → general/PdfEmbeddedFileSpecification.py} +0 -0
  323. /spire/pdf/{PdfFileSpecificationBase.py → general/PdfFileSpecificationBase.py} +0 -0
  324. /spire/pdf/{PdfSound.py → general/PdfSound.py} +0 -0
  325. /spire/pdf/{PdfSoundChannels.py → general/PdfSoundChannels.py} +0 -0
  326. /spire/pdf/{PdfSoundEncoding.py → general/PdfSoundEncoding.py} +0 -0
  327. /spire/pdf/{ImageType.py → graphics/ImageType.py} +0 -0
  328. /spire/pdf/{ImgData.py → graphics/ImgData.py} +0 -0
  329. /spire/pdf/{LayerExportState.py → graphics/LayerExportState.py} +0 -0
  330. /spire/pdf/{LayerPrintState.py → graphics/LayerPrintState.py} +0 -0
  331. /spire/pdf/{LayerViewState.py → graphics/LayerViewState.py} +0 -0
  332. /spire/pdf/{LineInfo.py → graphics/LineInfo.py} +0 -0
  333. /spire/pdf/{LineType.py → graphics/LineType.py} +0 -0
  334. /spire/pdf/{PdfBlend.py → graphics/PdfBlend.py} +0 -0
  335. /spire/pdf/{PdfBlendBase.py → graphics/PdfBlendBase.py} +0 -0
  336. /spire/pdf/{PdfBlendMode.py → graphics/PdfBlendMode.py} +0 -0
  337. /spire/pdf/{PdfBrush.py → graphics/PdfBrush.py} +0 -0
  338. /spire/pdf/{PdfBrushes.py → graphics/PdfBrushes.py} +0 -0
  339. /spire/pdf/{PdfCjkFontFamily.py → graphics/PdfCjkFontFamily.py} +0 -0
  340. /spire/pdf/{PdfCjkStandardFont.py → graphics/PdfCjkStandardFont.py} +0 -0
  341. /spire/pdf/{PdfColorBlend.py → graphics/PdfColorBlend.py} +0 -0
  342. /spire/pdf/{PdfColorMask.py → graphics/PdfColorMask.py} +0 -0
  343. /spire/pdf/{PdfDashStyle.py → graphics/PdfDashStyle.py} +0 -0
  344. /spire/pdf/{PdfDrawWidget.py → graphics/PdfDrawWidget.py} +0 -0
  345. /spire/pdf/{PdfExtend.py → graphics/PdfExtend.py} +0 -0
  346. /spire/pdf/{PdfFillElement.py → graphics/PdfFillElement.py} +0 -0
  347. /spire/pdf/{PdfFillMode.py → graphics/PdfFillMode.py} +0 -0
  348. /spire/pdf/{PdfFont.py → graphics/PdfFont.py} +0 -0
  349. /spire/pdf/{PdfFontBase.py → graphics/PdfFontBase.py} +0 -0
  350. /spire/pdf/{PdfFontFamily.py → graphics/PdfFontFamily.py} +0 -0
  351. /spire/pdf/{PdfFontStyle.py → graphics/PdfFontStyle.py} +0 -0
  352. /spire/pdf/{PdfFontType.py → graphics/PdfFontType.py} +0 -0
  353. /spire/pdf/{PdfGradientBrush.py → graphics/PdfGradientBrush.py} +0 -0
  354. /spire/pdf/{PdfGraphicsState.py → graphics/PdfGraphicsState.py} +0 -0
  355. /spire/pdf/{PdfGraphicsUnit.py → graphics/PdfGraphicsUnit.py} +0 -0
  356. /spire/pdf/{PdfGraphicsWidget.py → graphics/PdfGraphicsWidget.py} +0 -0
  357. /spire/pdf/{PdfImage.py → graphics/PdfImage.py} +0 -0
  358. /spire/pdf/{PdfImageType.py → graphics/PdfImageType.py} +0 -0
  359. /spire/pdf/{PdfLayoutBreakType.py → graphics/PdfLayoutBreakType.py} +0 -0
  360. /spire/pdf/{PdfLayoutHTMLResult.py → graphics/PdfLayoutHTMLResult.py} +0 -0
  361. /spire/pdf/{PdfLayoutParams.py → graphics/PdfLayoutParams.py} +0 -0
  362. /spire/pdf/{PdfLayoutResult.py → graphics/PdfLayoutResult.py} +0 -0
  363. /spire/pdf/{PdfLayoutType.py → graphics/PdfLayoutType.py} +0 -0
  364. /spire/pdf/{PdfLayoutWidget.py → graphics/PdfLayoutWidget.py} +0 -0
  365. /spire/pdf/{PdfLineCap.py → graphics/PdfLineCap.py} +0 -0
  366. /spire/pdf/{PdfLineJoin.py → graphics/PdfLineJoin.py} +0 -0
  367. /spire/pdf/{PdfLinearGradientBrush.py → graphics/PdfLinearGradientBrush.py} +0 -0
  368. /spire/pdf/{PdfLinearGradientMode.py → graphics/PdfLinearGradientMode.py} +0 -0
  369. /spire/pdf/{PdfMask.py → graphics/PdfMask.py} +0 -0
  370. /spire/pdf/{PdfMatrix.py → graphics/PdfMatrix.py} +0 -0
  371. /spire/pdf/{PdfMatrixOrder.py → graphics/PdfMatrixOrder.py} +0 -0
  372. /spire/pdf/{PdfMetafile.py → graphics/PdfMetafile.py} +0 -0
  373. /spire/pdf/{PdfMetafileLayoutFormat.py → graphics/PdfMetafileLayoutFormat.py} +0 -0
  374. /spire/pdf/{PdfPath.py → graphics/PdfPath.py} +0 -0
  375. /spire/pdf/{PdfPen.py → graphics/PdfPen.py} +0 -0
  376. /spire/pdf/{PdfPens.py → graphics/PdfPens.py} +0 -0
  377. /spire/pdf/{PdfRGBColor.py → graphics/PdfRGBColor.py} +0 -0
  378. /spire/pdf/{PdfRadialGradientBrush.py → graphics/PdfRadialGradientBrush.py} +0 -0
  379. /spire/pdf/{PdfShapeWidget.py → graphics/PdfShapeWidget.py} +0 -0
  380. /spire/pdf/{PdfSolidBrush.py → graphics/PdfSolidBrush.py} +0 -0
  381. /spire/pdf/{PdfStringLayoutResult.py → graphics/PdfStringLayoutResult.py} +0 -0
  382. /spire/pdf/{PdfStringLayouter.py → graphics/PdfStringLayouter.py} +0 -0
  383. /spire/pdf/{PdfSubSuperScript.py → graphics/PdfSubSuperScript.py} +0 -0
  384. /spire/pdf/{PdfTextAlignment.py → graphics/PdfTextAlignment.py} +0 -0
  385. /spire/pdf/{PdfTextLayout.py → graphics/PdfTextLayout.py} +0 -0
  386. /spire/pdf/{PdfTextLayoutResult.py → graphics/PdfTextLayoutResult.py} +0 -0
  387. /spire/pdf/{PdfTextWidget.py → graphics/PdfTextWidget.py} +0 -0
  388. /spire/pdf/{PdfTilingBrush.py → graphics/PdfTilingBrush.py} +0 -0
  389. /spire/pdf/{PdfTrueTypeFont.py → graphics/PdfTrueTypeFont.py} +0 -0
  390. /spire/pdf/{PdfUnitConvertor.py → graphics/PdfUnitConvertor.py} +0 -0
  391. /spire/pdf/{PdfVerticalAlignment.py → graphics/PdfVerticalAlignment.py} +0 -0
  392. /spire/pdf/{PdfWordWrapType.py → graphics/PdfWordWrapType.py} +0 -0
  393. /spire/pdf/{PdfUsedFont.py → graphics/fonts/PdfUsedFont.py} +0 -0
  394. /spire/pdf/{PdfLayerCollection.py → graphics/layer/PdfLayerCollection.py} +0 -0
  395. /spire/pdf/{PdfLayerOutline.py → graphics/layer/PdfLayerOutline.py} +0 -0
  396. /spire/pdf/{PdfVisibility.py → graphics/layer/PdfVisibility.py} +0 -0
  397. /spire/pdf/{PdfGridCellCollection.py → grid/PdfGridCellCollection.py} +0 -0
  398. /spire/pdf/{PdfGridCellContent.py → grid/PdfGridCellContent.py} +0 -0
  399. /spire/pdf/{PdfGridCellContentList.py → grid/PdfGridCellContentList.py} +0 -0
  400. /spire/pdf/{PdfGridCellStyle.py → grid/PdfGridCellStyle.py} +0 -0
  401. /spire/pdf/{PdfGridColumnCollection.py → grid/PdfGridColumnCollection.py} +0 -0
  402. /spire/pdf/{PdfGridHeaderCollection.py → grid/PdfGridHeaderCollection.py} +0 -0
  403. /spire/pdf/{PdfGridLayoutFormat.py → grid/PdfGridLayoutFormat.py} +0 -0
  404. /spire/pdf/{PdfGridLayoutResult.py → grid/PdfGridLayoutResult.py} +0 -0
  405. /spire/pdf/{PdfGridRowStyle.py → grid/PdfGridRowStyle.py} +0 -0
  406. /spire/pdf/{PdfGridStyle.py → grid/PdfGridStyle.py} +0 -0
  407. /spire/pdf/{PdfGridStyleBase.py → grid/PdfGridStyleBase.py} +0 -0
  408. /spire/pdf/{PdfHorizontalOverflowType.py → grid/PdfHorizontalOverflowType.py} +0 -0
  409. /spire/pdf/{PDF3DAnimationType.py → interactive/PDF3DAnimationType.py} +0 -0
  410. /spire/pdf/{Pdf3DActivationMode.py → interactive/Pdf3DActivationMode.py} +0 -0
  411. /spire/pdf/{Pdf3DActivationState.py → interactive/Pdf3DActivationState.py} +0 -0
  412. /spire/pdf/{Pdf3DDeactivationMode.py → interactive/Pdf3DDeactivationMode.py} +0 -0
  413. /spire/pdf/{Pdf3DDeactivationState.py → interactive/Pdf3DDeactivationState.py} +0 -0
  414. /spire/pdf/{PdfHorizontalAlignment.py → interactive/annotations/PdfHorizontalAlignment.py} +0 -0
  415. /spire/pdf/{GraphicMode.py → interactive/digitalSignatures/GraphicMode.py} +0 -0
  416. /spire/pdf/{IOCSPService.py → interactive/digitalSignatures/IOCSPService.py} +0 -0
  417. /spire/pdf/{ITSAService.py → interactive/digitalSignatures/ITSAService.py} +0 -0
  418. /spire/pdf/{OCSPHttpService.py → interactive/digitalSignatures/OCSPHttpService.py} +0 -0
  419. /spire/pdf/{PdfMDPSignatureMaker.py → interactive/digitalSignatures/PdfMDPSignatureMaker.py} +0 -0
  420. /spire/pdf/{PdfOrdinarySignatureMaker.py → interactive/digitalSignatures/PdfOrdinarySignatureMaker.py} +0 -0
  421. /spire/pdf/{PdfPKCS7Formatter.py → interactive/digitalSignatures/PdfPKCS7Formatter.py} +0 -0
  422. /spire/pdf/{PdfSignature.py → interactive/digitalSignatures/PdfSignature.py} +0 -0
  423. /spire/pdf/{PdfSignatureMaker.py → interactive/digitalSignatures/PdfSignatureMaker.py} +0 -0
  424. /spire/pdf/{PdfSignatureProperties.py → interactive/digitalSignatures/PdfSignatureProperties.py} +0 -0
  425. /spire/pdf/{SignImageLayout.py → interactive/digitalSignatures/SignImageLayout.py} +0 -0
  426. /spire/pdf/{TSAHttpService.py → interactive/digitalSignatures/TSAHttpService.py} +0 -0
  427. /spire/pdf/{ArtifactPropertyList.py → interchange/taggedpdf/ArtifactPropertyList.py} +0 -0
  428. /spire/pdf/{IStructureNode.py → interchange/taggedpdf/IStructureNode.py} +0 -0
  429. /spire/pdf/{PdfAttributeOwner.py → interchange/taggedpdf/PdfAttributeOwner.py} +0 -0
  430. /spire/pdf/{PdfStandardStructTypes.py → interchange/taggedpdf/PdfStandardStructTypes.py} +0 -0
  431. /spire/pdf/{PdfStructContentItem.py → interchange/taggedpdf/PdfStructContentItem.py} +0 -0
  432. /spire/pdf/{PdfStructureAttributes.py → interchange/taggedpdf/PdfStructureAttributes.py} +0 -0
  433. /spire/pdf/{PdfStructureTreeRoot.py → interchange/taggedpdf/PdfStructureTreeRoot.py} +0 -0
  434. /spire/pdf/{PdfTaggedContent.py → interchange/taggedpdf/PdfTaggedContent.py} +0 -0
  435. /spire/pdf/{PdfListBase.py → lists/PdfListBase.py} +0 -0
  436. /spire/pdf/{PdfListItem.py → lists/PdfListItem.py} +0 -0
  437. /spire/pdf/{PdfListMarkerAlignment.py → lists/PdfListMarkerAlignment.py} +0 -0
  438. /spire/pdf/{PdfMarkerBase.py → lists/PdfMarkerBase.py} +0 -0
  439. /spire/pdf/{PdfOrderedMarker.py → lists/PdfOrderedMarker.py} +0 -0
  440. /spire/pdf/{PdfUnorderedMarkerStyle.py → lists/PdfUnorderedMarkerStyle.py} +0 -0
  441. /spire/pdf/{ConfiguerGraphicType.py → security/ConfiguerGraphicType.py} +0 -0
  442. /spire/pdf/{PdfCertificate.py → security/PdfCertificate.py} +0 -0
  443. /spire/pdf/{PdfCertificationFlags.py → security/PdfCertificationFlags.py} +0 -0
  444. /spire/pdf/{PdfEncryptionKeySize.py → security/PdfEncryptionKeySize.py} +0 -0
  445. /spire/pdf/{PdfPermissionsFlags.py → security/PdfPermissionsFlags.py} +0 -0
  446. /spire/pdf/{Security_GraphicMode.py → security/Security_GraphicMode.py} +0 -0
  447. /spire/pdf/{Security_PdfSignature.py → security/Security_PdfSignature.py} +0 -0
  448. /spire/pdf/{Security_SignImageLayout.py → security/Security_SignImageLayout.py} +0 -0
  449. /spire/pdf/{SignInfoType.py → security/SignInfoType.py} +0 -0
  450. /spire/pdf/{SignTextAlignment.py → security/SignTextAlignment.py} +0 -0
  451. /spire/pdf/{SignatureConfiguerText.py → security/SignatureConfiguerText.py} +0 -0
  452. /spire/pdf/{StoreType.py → security/StoreType.py} +0 -0
  453. /spire/pdf/{PdfCellStyle.py → tables/PdfCellStyle.py} +0 -0
  454. /spire/pdf/{PdfColumn.py → tables/PdfColumn.py} +0 -0
  455. /spire/pdf/{PdfHeaderSource.py → tables/PdfHeaderSource.py} +0 -0
  456. /spire/pdf/{PdfRow.py → tables/PdfRow.py} +0 -0
  457. /spire/pdf/{PdfTable.py → tables/PdfTable.py} +0 -0
  458. /spire/pdf/{PdfTableDataSourceType.py → tables/PdfTableDataSourceType.py} +0 -0
  459. /spire/pdf/{PdfTableException.py → tables/PdfTableException.py} +0 -0
  460. /spire/pdf/{PdfTableExtractor.py → tables/PdfTableExtractor.py} +0 -0
  461. /spire/pdf/{PdfTableLayoutFormat.py → tables/PdfTableLayoutFormat.py} +0 -0
  462. /spire/pdf/{PdfTableLayoutResult.py → tables/PdfTableLayoutResult.py} +0 -0
  463. /spire/pdf/{PdfTableStyle.py → tables/PdfTableStyle.py} +0 -0
  464. /spire/pdf/{TableWidthType.py → tables/TableWidthType.py} +0 -0
  465. /spire/pdf/{PdfTextExtractOptions.py → texts/PdfTextExtractOptions.py} +0 -0
  466. /spire/pdf/{PdfTextExtractor.py → texts/PdfTextExtractor.py} +0 -0
  467. /spire/pdf/{PdfTextFind.py → texts/PdfTextFind.py} +0 -0
  468. /spire/pdf/{PdfTextFindCollection.py → texts/PdfTextFindCollection.py} +0 -0
  469. /spire/pdf/{PdfTextFindOptions.py → texts/PdfTextFindOptions.py} +0 -0
  470. /spire/pdf/{PdfTextFinder.py → texts/PdfTextFinder.py} +0 -0
  471. /spire/pdf/{PdfTextReplaceOptions.py → texts/PdfTextReplaceOptions.py} +0 -0
  472. /spire/pdf/{PdfTextReplacer.py → texts/PdfTextReplacer.py} +0 -0
  473. /spire/pdf/{PdfTextState.py → texts/PdfTextState.py} +0 -0
  474. /spire/pdf/{ReplaceActionType.py → texts/ReplaceActionType.py} +0 -0
  475. /spire/pdf/{SimpleTextExtractionStrategy.py → texts/SimpleTextExtractionStrategy.py} +0 -0
  476. /spire/pdf/{TextAlign.py → texts/TextAlign.py} +0 -0
  477. /spire/pdf/{TextFindParameter.py → texts/TextFindParameter.py} +0 -0
  478. /spire/pdf/{BookletOptions.py → utilities/BookletOptions.py} +0 -0
  479. /spire/pdf/{MergerOptions.py → utilities/MergerOptions.py} +0 -0
  480. /spire/pdf/{PdfBookletBindingMode.py → utilities/PdfBookletBindingMode.py} +0 -0
  481. /spire/pdf/{PdfBookletCreator.py → utilities/PdfBookletCreator.py} +0 -0
  482. /spire/pdf/{PdfImageHelper.py → utilities/PdfImageHelper.py} +0 -0
  483. /spire/pdf/{PdfImageMask.py → utilities/PdfImageMask.py} +0 -0
  484. /spire/pdf/{PdfMerger.py → utilities/PdfMerger.py} +0 -0
  485. /spire/pdf/{Utilities_PdfImageInfo.py → utilities/Utilities_PdfImageInfo.py} +0 -0
  486. /spire/pdf/{Utilities_PdfTable.py → utilities/Utilities_PdfTable.py} +0 -0
  487. /spire/pdf/{DataFormat.py → widget/DataFormat.py} +0 -0
  488. /spire/pdf/{IPdfTextBoxField.py → widget/IPdfTextBoxField.py} +0 -0
  489. /spire/pdf/{PdfButtonWidgetFieldWidget.py → widget/PdfButtonWidgetFieldWidget.py} +0 -0
  490. /spire/pdf/{PdfButtonWidgetItemCollection.py → widget/PdfButtonWidgetItemCollection.py} +0 -0
  491. /spire/pdf/{PdfButtonWidgetWidgetItem.py → widget/PdfButtonWidgetWidgetItem.py} +0 -0
  492. /spire/pdf/{PdfCheckBoxWidgetWidgetItem.py → widget/PdfCheckBoxWidgetWidgetItem.py} +0 -0
  493. /spire/pdf/{PdfCheckBoxWidgetWidgetItemCollection.py → widget/PdfCheckBoxWidgetWidgetItemCollection.py} +0 -0
  494. /spire/pdf/{PdfChoiceWidgetFieldWidget.py → widget/PdfChoiceWidgetFieldWidget.py} +0 -0
  495. /spire/pdf/{PdfComboBoxWidgetItemCollection.py → widget/PdfComboBoxWidgetItemCollection.py} +0 -0
  496. /spire/pdf/{PdfComboBoxWidgetWidgetItem.py → widget/PdfComboBoxWidgetWidgetItem.py} +0 -0
  497. /spire/pdf/{PdfFieldWidgetImportError.py → widget/PdfFieldWidgetImportError.py} +0 -0
  498. /spire/pdf/{PdfFieldWidgetItem.py → widget/PdfFieldWidgetItem.py} +0 -0
  499. /spire/pdf/{PdfFormWidget.py → widget/PdfFormWidget.py} +0 -0
  500. /spire/pdf/{PdfListFieldWidgetItem.py → widget/PdfListFieldWidgetItem.py} +0 -0
  501. /spire/pdf/{PdfListWidgetFieldItemCollection.py → widget/PdfListWidgetFieldItemCollection.py} +0 -0
  502. /spire/pdf/{PdfListWidgetItem.py → widget/PdfListWidgetItem.py} +0 -0
  503. /spire/pdf/{PdfPageCollection.py → widget/PdfPageCollection.py} +0 -0
  504. /spire/pdf/{PdfPageWidgetEnumerator.py → widget/PdfPageWidgetEnumerator.py} +0 -0
  505. /spire/pdf/{PdfRadioButtonWidgetItem.py → widget/PdfRadioButtonWidgetItem.py} +0 -0
  506. /spire/pdf/{PdfRadioButtonWidgetWidgetItemCollection.py → widget/PdfRadioButtonWidgetWidgetItemCollection.py} +0 -0
  507. /spire/pdf/{PdfStateFieldWidget.py → widget/PdfStateFieldWidget.py} +0 -0
  508. /spire/pdf/{PdfStateItemCollection.py → widget/PdfStateItemCollection.py} +0 -0
  509. /spire/pdf/{PdfStateWidgetItem.py → widget/PdfStateWidgetItem.py} +0 -0
  510. /spire/pdf/{PdfStateWidgetItemCollection.py → widget/PdfStateWidgetItemCollection.py} +0 -0
  511. /spire/pdf/{PdfStyledFieldWidget.py → widget/PdfStyledFieldWidget.py} +0 -0
  512. /spire/pdf/{PdfTexBoxWidgetItem.py → widget/PdfTexBoxWidgetItem.py} +0 -0
  513. /spire/pdf/{PdfTextBoxFieldWidget.py → widget/PdfTextBoxFieldWidget.py} +0 -0
  514. /spire/pdf/{PdfTextBoxWidgetItemCollection.py → widget/PdfTextBoxWidgetItemCollection.py} +0 -0
  515. /spire/pdf/{XFAForm.py → widget/XFAForm.py} +0 -0
  516. /spire/pdf/{XfaBarcodeField.py → widget/XfaBarcodeField.py} +0 -0
  517. /spire/pdf/{XfaButtonField.py → widget/XfaButtonField.py} +0 -0
  518. /spire/pdf/{XfaCheckButtonField.py → widget/XfaCheckButtonField.py} +0 -0
  519. /spire/pdf/{XfaDoubleField.py → widget/XfaDoubleField.py} +0 -0
  520. /spire/pdf/{XfaField.py → widget/XfaField.py} +0 -0
  521. /spire/pdf/{XfaFloatField.py → widget/XfaFloatField.py} +0 -0
  522. /spire/pdf/{XfaImageField.py → widget/XfaImageField.py} +0 -0
  523. /spire/pdf/{XfaIntField.py → widget/XfaIntField.py} +0 -0
  524. /spire/pdf/{XfaSignatureField.py → widget/XfaSignatureField.py} +0 -0
  525. /spire/pdf/{XfaTextField.py → widget/XfaTextField.py} +0 -0
  526. {spire_pdf-11.6.1.dist-info → spire_pdf-11.9.0.dist-info}/WHEEL +0 -0
  527. {spire_pdf-11.6.1.dist-info → spire_pdf-11.9.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,606 @@
1
+ spire/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ spire/pdf/FileFormat.py,sha256=pMoyK0hXdkxaMeZ1B54oJWlFQZfhKfDln4XiSAkG-dU,487
3
+ spire/pdf/Find_TextFindParameter.py,sha256=hNjVnn2GIOizupDjw6i8T94nEd9xM_B-Xl24at11KI4,400
4
+ spire/pdf/PdfAlignmentStyle.py,sha256=k3tPihg9GHSoRAjDy6dSLTdxwxEDNXMRb9XeQbXnr9U,521
5
+ spire/pdf/PdfApplicationData.py,sha256=2ukVHwfxWfq9PHs66pYabtKOgpOr9WIO-J_cISOFjMg,835
6
+ spire/pdf/PdfBorderOverlapStyle.py,sha256=jUfeXsDG-pH8VEjYRj9VrEvfrzXZ-Qdk2pjcajFvmkM,336
7
+ spire/pdf/PdfBorders.py,sha256=dcRjshgWgaGcWG1rJlZv6Cmvct_rHCWCC4auJEtK1ao,3958
8
+ spire/pdf/PdfCollection.py,sha256=T75H1xotlAEyaHIN12lOyYc8WCQZWQ55cHKFuUDdPgE,1710
9
+ spire/pdf/PdfCompressionLevel.py,sha256=ZANRgAcG-sezMKgKJ0sg8HrFDSB_gxWutwGFC5tjh4k,723
10
+ spire/pdf/PdfConformanceLevel.py,sha256=1Pvghctuym6kNqNSMWFJmwbz1zbFs7KEF_8CoO-0LWs,456
11
+ spire/pdf/PdfConvertOptions.py,sha256=fPY535qBwXfnh3Ke-jTCRjMJrKf4fqk9a-B1393j9Iw,9544
12
+ spire/pdf/PdfCrossReferenceType.py,sha256=1D3WyOSqe3-lV5ELBJ2XB2RCInjmUSfZk5p-NcxHsz0,413
13
+ spire/pdf/PdfDockStyle.py,sha256=gD541cPdBT2EdNm2bUZ4mOAY1PLRNoyOfJjK7yUGgn4,384
14
+ spire/pdf/PdfDocument.py,sha256=4wVp5xL4moIxIwJ3asrE_kef31cOLfdckulSSsvVIWQ,68872
15
+ spire/pdf/PdfDocumentBase.py,sha256=A2QMB2zfkWnZlptROyFaXUBIevOPMVLEdv7Twfr5Vwk,27420
16
+ spire/pdf/PdfDocumentInformation.py,sha256=ivaUnpzNJnzTJVtTvqwjr8bKru5RyGEBVWQq0V1kKNE,8929
17
+ spire/pdf/PdfDocumentPrivilege.py,sha256=vxBdSTZ7n5_ThnWJzblhFA3DBpkqeFO7keXbRhvuwPY,7359
18
+ spire/pdf/PdfDocumentTemplate.py,sha256=VEWpAmVaYhXH7iTP25phwmTnU1gJTnt6wbkmPtCrhQA,9689
19
+ spire/pdf/PdfEdges.py,sha256=Ecc28PCdAkYXT3PcVBxvI0SdW9e_LyT8VU8CZGeWlRo,2970
20
+ spire/pdf/PdfEncryptionAlgorithm.py,sha256=5GUmtPzSghPpHm8vmg4YpmnMTF9vfOxTorLJo0WpRko,376
21
+ spire/pdf/PdfFileInfo.py,sha256=MULbuNvce_4ESwGuS88V0p1kyOie2tY4yWJ1f2LyizA,3461
22
+ spire/pdf/PdfNewDocument.py,sha256=GsVbdFqBz2kVLs3avkaczNwf5bRf08mDvLNpA9DzXUw,5381
23
+ spire/pdf/PdfNewPage.py,sha256=l7RESpRZ8v2mahuY7-4IfwUOxUPYP5_iK59orq-3_Gg,1158
24
+ spire/pdf/PdfNumberStyle.py,sha256=GNFbOpQCYJ05gjvkzDozE_LT-jdThDWzC0EXsPkrxIM,403
25
+ spire/pdf/PdfPaddings.py,sha256=rNBOwT4OoJYNAf63Ks9123MAlVQadlkZl5m8XgGjF3Y,3135
26
+ spire/pdf/PdfPageBase.py,sha256=GpCP2steRNWrANc4LStE1IjeyaZXxadUv_VMe91LOac,25039
27
+ spire/pdf/PdfPageLabels.py,sha256=TFkQ3Dyb2bUe0bOCrjp-ZgZUr9xAPC4WcARQ127AGHo,5362
28
+ spire/pdf/PdfPageLayout.py,sha256=wHcmVbPcNuE0bzzFqCgPhx6V-Uf62RjBNrvPSGywD7Q,856
29
+ spire/pdf/PdfPageMode.py,sha256=3nFhe2HGRCo6k5l7u3VVguYKhAWpMfoKTAPnMmqLiiQ,414
30
+ spire/pdf/PdfPageOrientation.py,sha256=FSBKt5V5-ohgtQAWwnileMB1fuwhjNvC52mVJ0vYv_g,339
31
+ spire/pdf/PdfPageRotateAngle.py,sha256=_jbA0Eo1V0ApNMQx40om8O38Jgdw6gyVZ4lOy27Bkac,466
32
+ spire/pdf/PdfPageSettings.py,sha256=1GZlFktifOhkjS9xLEPuieJHOy1O-l08vj9bdWqfLg8,12163
33
+ spire/pdf/PdfPageSize.py,sha256=nXEA-P7EE_31XhPOGmjCdUi8jg4bVQI4EMVjwwOZ57I,10434
34
+ spire/pdf/PdfPageTemplateElement.py,sha256=x3dloWED2K9q9VJ-DQKRPm31qnHlAxF1CK360lI3xG0,12786
35
+ spire/pdf/PdfPageTransition.py,sha256=6_jKAcijvI3qoIC_AtyUwB_5Cf87ZctiOVAwypbBROg,7963
36
+ spire/pdf/PdfPageWidget.py,sha256=ut4Q9_WjxrRIRPTCJOWzGuGYwJDJyxKyqaGuJZwNX2Q,1568
37
+ spire/pdf/PdfPasswordSecurityPolicy.py,sha256=C3hK-5akJuqqFz9OlJP9fBUdLHi8Dh3-ejMq8PAB2d4,841
38
+ spire/pdf/PdfPieceInfo.py,sha256=Ue-nVoOvO4ioDHhIXE_IIWSHg_RMIGTroTgAG4Vh2qg,1511
39
+ spire/pdf/PdfSection.py,sha256=S6JLCvV1XlPGG4VEOBG0D212HhLQxrieO-dhKQ23ZXE,3900
40
+ spire/pdf/PdfSectionCollection.py,sha256=6hnjY0JIO1rRYTcENikU1twFBBUY8sklSoUCOBBv0Fo,3988
41
+ spire/pdf/PdfSectionPageCollection.py,sha256=-rxQNN3X_yPW7EuuIzYtr9sOLkCC2ug9Z-6NaB8FRXI,4478
42
+ spire/pdf/PdfSectionTemplate.py,sha256=wD0mFJTGqprEvM7OU1jYU0M4WfdilnpA7HBjOqpLq8g,4874
43
+ spire/pdf/PdfSecurityPolicy.py,sha256=sQ6FwUv-rJdg74CIzMvhHpBMgbi0e6DUf6uuJxc1NPs,2713
44
+ spire/pdf/PdfStampCollection.py,sha256=O2asUqrOn-FKIqUUJM6yeAp5xo8M2PZAOgcRilqUFYg,4805
45
+ spire/pdf/PdfTransitionDimension.py,sha256=pqIuxMEnEEXDpyBo6uZZuzZLvOHplBzBxWEfHNzNUzA,465
46
+ spire/pdf/PdfTransitionDirection.py,sha256=I6I1z-FXquWNoSPzAteCTGzxfCy8x7G-oTcP8Q49520,417
47
+ spire/pdf/PdfTransitionMotion.py,sha256=fHxozV7jU_VI0W-0_VImxuxBXRYP8Cv02-999aidX1w,325
48
+ spire/pdf/PdfTransitionStyle.py,sha256=cezarCxhDV6dZwL2xMQPKFWf3PJJTmKU-Pgyd4nGLyA,1050
49
+ spire/pdf/PdfVersion.py,sha256=V3ab518g6JtF_yqZTI8mBUwETRydMw2k8jPyX4Vvs0A,467
50
+ spire/pdf/PdfViewerPreferences.py,sha256=K8e_tDmX0jcf4sy0MDUn23-8OA9hmimiY09iFyv3t00,7630
51
+ spire/pdf/PrintScalingMode.py,sha256=b5pZovA8pt8AWZpt4WznxCu720nU95SzPemnCPhq4xQ,445
52
+ spire/pdf/TabOrder.py,sha256=GwXU5__-QAkzu0u82djfckZeH9wPUmuJ8OzOPX0_aIk,616
53
+ spire/pdf/__init__.py,sha256=GjClDO_9jL5kwPB3lbwsQ4kjYQIOiYbH_PVwyQPBsL4,38722
54
+ spire/pdf/actions/PdfAction.py,sha256=dbQml08jWtscEhBoiNVqMMVQRtenhZqvzQxl6WneftY,1141
55
+ spire/pdf/actions/PdfActionCollection.py,sha256=lATHP1ehUbqxSsh-r3qHU4-pwS87ytA9v1zbAsqWhrw,3403
56
+ spire/pdf/actions/PdfActionDestination.py,sha256=muYqU8INPcBlBmw64HO0JgvhUuUnnPN1xaMgkQfwF5A,650
57
+ spire/pdf/actions/PdfAnnotationActions.py,sha256=772xm6pL5dWwwd3IJ9dZYhbJlIBpfNN7X1C9wzIJWw0,9255
58
+ spire/pdf/actions/PdfDocumentActions.py,sha256=xTxu2ieSwm9WsDoqKaDkfiTpZSybGL2UFJbNDYBcCKg,7415
59
+ spire/pdf/actions/PdfEmbeddedGoToAction.py,sha256=zrW03ySK29N0mAu5lfg4Z3U2497vvwJvW6W5hqh96rs,3804
60
+ spire/pdf/actions/PdfFieldActions.py,sha256=g0heDvxb9DwW9N6my7206THvq4HTuWSP_6-c6ZJ2vFg,7948
61
+ spire/pdf/actions/PdfFilePathType.py,sha256=0Yb9dSUvxMj3nL8KO7u101erey_5WDaIm_iK0HXDCTM,317
62
+ spire/pdf/actions/PdfFormAction.py,sha256=V0aL6aGtTiD5-L8yY-hmY8GAT4kKnNnTb6VAi6_s5ds,2126
63
+ spire/pdf/actions/PdfGoToAction.py,sha256=4PioqiyIEJeWp0TObXXWIeK37WFBA0iUneUpVZ4Xrgk,2481
64
+ spire/pdf/actions/PdfGotoNameAction.py,sha256=OzwtlzazLXb5VMiLTm9vIfea9ykqY9HMCGu49tHF38Y,1120
65
+ spire/pdf/actions/PdfJavaScript.py,sha256=XxEFc_pL_m0LeF89FGuyvq-MDMW7Roe2LAb6uCiwne8,9202
66
+ spire/pdf/actions/PdfJavaScriptAction.py,sha256=sSfCCwkWA-OmGG58dLquNX_UTJpL316Ifu5-tpHfC9g,1905
67
+ spire/pdf/actions/PdfLaunchAction.py,sha256=21mXGWWOGP0DdEVeKK806gSiywDRnSdNOmYtJUgykoY,2874
68
+ spire/pdf/actions/PdfNamedAction.py,sha256=fIaBCLt96EIuQZwGzsCWxlEKMLRAyl9GsYMdAL-Ei-s,1250
69
+ spire/pdf/actions/PdfResetAction.py,sha256=YifHhVGCKbZxS3wOr7E3k5spcpwQJ2O2sKA4lPs_QMA,1860
70
+ spire/pdf/actions/PdfSoundAction.py,sha256=zs4cIPh2MMt32kXIAky3766ooa2fuVb3e5QdeC_TnCs,6462
71
+ spire/pdf/actions/PdfSubmitAction.py,sha256=zn2nDn2HLDrDtK08qU2Yipu0vjqQAwKoWiI1xtwziDg,9876
72
+ spire/pdf/actions/PdfSubmitFormFlags.py,sha256=17PLcQRI7VdZd-hJWHPOEFB-uSlLxOk5gVR1d0YD4lU,639
73
+ spire/pdf/actions/PdfUriAction.py,sha256=cN2h-UnJw8h6nY1v2lYe80Aqbg6h6VjTWfI-zwn3EhA,954
74
+ spire/pdf/actions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
+ spire/pdf/additions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
76
+ spire/pdf/additions/html/AspectRatio.py,sha256=jBVSaq24ViDrtQZtgRXCrfqFx8HGPpC3Y9Ez1axFuak,361
77
+ spire/pdf/additions/html/Clip.py,sha256=fFVQLWKh06PGxfIH3sAtJZwuCsMPdHDUB6lbmr-weN4,333
78
+ spire/pdf/additions/html/HtmlConverter.py,sha256=DhAtAiUtaiUV32FByePCSo88cuAFKNJFugST_nLOaCM,21576
79
+ spire/pdf/additions/html/HtmlToPdfResult.py,sha256=EbzmdtX3g4bBGQpJJ2bLBkNCEUWXUqCIWKD09geld4M,1389
80
+ spire/pdf/additions/html/LoadHtmlType.py,sha256=MxZhkL74o3FFpoEjVCR_ua2qePFY83xTuJjdwAOEAW4,425
81
+ spire/pdf/additions/html/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
+ spire/pdf/annotations/LineBorder.py,sha256=7iurQZLi69K94wtrJtYsW-_84xR6aIQZEc84Pd-yyMw,2582
83
+ spire/pdf/annotations/Pdf3DActivation.py,sha256=2dWL-o150USIsTqiTpJJcgRw7fd-MQWYp251Tv93oDA,5400
84
+ spire/pdf/annotations/Pdf3DAnimation.py,sha256=cJwR8qAg6as8j5LPTcB2cwUyTDzriJfaGizu4YrB6jY,2606
85
+ spire/pdf/annotations/Pdf3DAnnotation.py,sha256=AI0MRgAX5ggnUGC5QoPTGwaC9ipRgZKnkRua77xPSLs,6459
86
+ spire/pdf/annotations/Pdf3DBackground.py,sha256=7YWWT9Zo__Sq5iwY4Fn97lGooAWJR0wLGhM7Pchy6lw,3372
87
+ spire/pdf/annotations/Pdf3DCrossSection.py,sha256=_6V2QXjFP3iou5K_aTu-su3ptFcWQlUZbshMxQPIm6o,6841
88
+ spire/pdf/annotations/Pdf3DCrossSectionCollection.py,sha256=hb6DkiBE7Z325STn87607931I8SOl1QE3eqwDlcj5ac,4220
89
+ spire/pdf/annotations/Pdf3DLighting.py,sha256=LXcsSiYyYtAblUIwbDi47Lb_xxXCubDhU-2dr2B5pRE,1640
90
+ spire/pdf/annotations/Pdf3DLightingStyle.py,sha256=lnBmMrzLx-JGyszCG2BPzc8tFw7SPKagjuHDEIjuHMI,499
91
+ spire/pdf/annotations/Pdf3DNode.py,sha256=LJMx2GBWPV03Ub3D8S9zuK7o8SMgN1OVzNXsUb2uN1s,3909
92
+ spire/pdf/annotations/Pdf3DNodeCollection.py,sha256=8yqnMEVOkb-Iv8fXzKLEnb73vP5GJFwOwJlLkBvENjE,3985
93
+ spire/pdf/annotations/Pdf3DProjection.py,sha256=8OLU5-vsgUHb_DgfsEtSg53_ZzQZH-RPgACcdPm1kSw,5160
94
+ spire/pdf/annotations/Pdf3DProjectionClipStyle.py,sha256=kZ_aJnWrJKG3GuPCsWKGzl0HFgAEL5Q2z6yMJ2y7xZc,374
95
+ spire/pdf/annotations/Pdf3DProjectionOrthoScaleMode.py,sha256=IijPsfz4JpcGRJ3LPvWi_j9UOxpzNycfOljRybYWgNs,418
96
+ spire/pdf/annotations/Pdf3DProjectionType.py,sha256=QffiVMjD3aPTz4TdcjnTl-v-eV4oxShURqlaH3rQDEg,364
97
+ spire/pdf/annotations/Pdf3DRenderStyle.py,sha256=oVbeIa6Va1447AwR-RgbY-LF7kHW6fKTUhrZ-Ki1fCs,1795
98
+ spire/pdf/annotations/Pdf3DRendermode.py,sha256=npKGl77q30yzZ9xQfLBOdzwlfUqBSqE7NLZXnnqwdb4,5573
99
+ spire/pdf/annotations/Pdf3DView.py,sha256=bxuo7TTQm794LXo6KzZWfzEuO-S6X6j_ZxFcYw5lyQQ,8882
100
+ spire/pdf/annotations/Pdf3DViewCollection.py,sha256=eAOQuNbNF-mmaAs2ka89pFqvBOzDIVvjXcL4Rq1HMxQ,4091
101
+ spire/pdf/annotations/PdfActionAnnotation.py,sha256=o6WQL1jrkSuQTHZ2ZEciwrXSUafv10mymDEtWvngOFA,1119
102
+ spire/pdf/annotations/PdfActionLinkAnnotation.py,sha256=2ckUDFZ5pBN-t9nOHn2PpYLQXmvDEiPFA-AEij6pIcY,1316
103
+ spire/pdf/annotations/PdfAnnotation.py,sha256=EOwND8rQHV3Nna1Lg3GRcT6wwhQtnYEMgIsBET76XT8,6596
104
+ spire/pdf/annotations/PdfAnnotationBorder.py,sha256=PO-6PJW0GaB5tGEPyYfD0fCIaYNGenMG5NX_wKSQ7qs,3730
105
+ spire/pdf/annotations/PdfAnnotationCollection.py,sha256=TcWJBXmhaGiQeRNGiAqA-mxM6BHRlIh2fqiTCF2N1LU,6848
106
+ spire/pdf/annotations/PdfAnnotationException.py,sha256=BcCRlgCiSVOEImJO_uRMqn8GBofxY9AlOUZsACyIXJg,361
107
+ spire/pdf/annotations/PdfAnnotationFlags.py,sha256=7m0UWHY1e2WnfFCjnBUFor1-pUXDkT_v3AWg23K-rns,485
108
+ spire/pdf/annotations/PdfAnnotationIntent.py,sha256=DxpsftP56s0X19f4Lo-7UYJSH5aPFpaMyPotBhh6Z_I,349
109
+ spire/pdf/annotations/PdfAnnotationWidget.py,sha256=GCYiXjhUvCq4DMfglJTdNyMd_pMvvdmJwuf_M-kG5bE,1706
110
+ spire/pdf/annotations/PdfAnnotationWidgetCollection.py,sha256=k3s0iTz9qunoxE3Frnga7tOxyWI3e6oLeDOnvNx0N6Y,2778
111
+ spire/pdf/annotations/PdfAnnotationWidgetTypes.py,sha256=Z4wSrHPNYPOlaXGwjxm887BvKB1CTOPnsDu_lwp2xUI,1225
112
+ spire/pdf/annotations/PdfAttachmentAnnotation.py,sha256=qhsL4oMwj6JcdatSdEGUOfyGW4c7jc7cgC-kUWrC6_I,4245
113
+ spire/pdf/annotations/PdfAttachmentAnnotationWidget.py,sha256=_HD7N2EPceKVOGAFyjAcWP-p21efBG9Tr1MfDfj-wfA,2437
114
+ spire/pdf/annotations/PdfAttachmentIcon.py,sha256=kzrDMZKJDa2QT0HS9a6NJrLo8iI6-gKCCN-KcmcZ7Qg,400
115
+ spire/pdf/annotations/PdfBorderEffect.py,sha256=_ZWE0yUKttnVFz79LenOBlHG9GuZMZowBUc8CTjS_DQ,362
116
+ spire/pdf/annotations/PdfCaretAnnotationWidget.py,sha256=KUjZ1CRqWzNrdrmMD8PCFKwvBVT2y9w4dP_F9TT0A-s,696
117
+ spire/pdf/annotations/PdfDocumentLinkAnnotation.py,sha256=EB05KIDPJbeMnSpnl588YlEQPst9bW2g-wbE95NslZ0,2585
118
+ spire/pdf/annotations/PdfDocumentLinkAnnotationWidget.py,sha256=DG4NcjdGb5DyKaOyg-REkZZbkM1QP5hpXLE6CAfAN2I,1622
119
+ spire/pdf/annotations/PdfFileAnnotation.py,sha256=i8IwGYk02aXpRtT9l_ib03vw54WcYiWdBsxmNFvEurA,1813
120
+ spire/pdf/annotations/PdfFileLinkAnnotation.py,sha256=oqZOpTtJA4fHPygUYbclWiOwxLWrgRmBkEsrLdSemOk,2947
121
+ spire/pdf/annotations/PdfFileLinkAnnotationWidget.py,sha256=G2TTQ8fDpNiO1pI2UuhQhc6fAsIoG1m2eQXv4GsDDIs,1464
122
+ spire/pdf/annotations/PdfFreeTextAnnotation.py,sha256=7fR3mHQTFN1GENddaw_y2zPw1h0QmU-Xb_vMiT6Q2Ok,11447
123
+ spire/pdf/annotations/PdfFreeTextAnnotationWidget.py,sha256=_GpO8GEBGo0rU4m---hGy98njetz_bO35J46IBijxyc,5613
124
+ spire/pdf/annotations/PdfInkAnnotation.py,sha256=9kaHWDzAx9O-nI22rE0-AFcKZbUkhQpAij5cAHD2arI,978
125
+ spire/pdf/annotations/PdfInkAnnotationWidget.py,sha256=kDye6-g-JsOm3isxn7xnbP1WKCsJipaD3LCmw_0vE68,679
126
+ spire/pdf/annotations/PdfLineAnnotation.py,sha256=38MtxvkI2fCcsxz8UrU_HB3bUp_KuPtvuj-tbHneQhc,12337
127
+ spire/pdf/annotations/PdfLineAnnotationWidget.py,sha256=5ikhdIY_5BoNsOLSC869LicXvYYB4li0N1oF5RyHyTo,10613
128
+ spire/pdf/annotations/PdfLineBorderStyle.py,sha256=MN7h3LMAc5VSOX_0V7s-lDsZQBGstIt1d8ZExLIBZQo,405
129
+ spire/pdf/annotations/PdfLineCaptionType.py,sha256=5BceeTffyH3VkrJIOTkilZ50ibURz8WPdZpgX4nglfg,489
130
+ spire/pdf/annotations/PdfLineEndingStyle.py,sha256=8g_jCWdHtlVhtTjUO0NNuT8lVB9WNez7sRluY7QSIVs,495
131
+ spire/pdf/annotations/PdfLineIntent.py,sha256=rU6cYAK-PSZRPFPkRr96i15ShIFsBWYHsU1wFsh-WEg,358
132
+ spire/pdf/annotations/PdfLinkAnnotation.py,sha256=vkV3rPAMcUsLXGZYaGHDs5vPyX2Mi6UXTMjlQhSgQuE,1136
133
+ spire/pdf/annotations/PdfMarkUpAnnotationWidget.py,sha256=hJOIej_GNrxZLQdtwG3mTVg1uvOx97Gt9BV6Odfk6yg,4473
134
+ spire/pdf/annotations/PdfPolyLineAnnotation.py,sha256=HWzXon5NXRY7LMGSmf9Dcv600gsGGAR-3oTPaACgZtM,2957
135
+ spire/pdf/annotations/PdfPolyLineAnnotationWidget.py,sha256=bIyE3neh97Vw1kQPShvHYI7_9GbePZQGvSxlO9V1yBo,727
136
+ spire/pdf/annotations/PdfPolygonAndPolyLineAnnotationWidget.py,sha256=LBXeN1Scm_V5eRrtE5jQM0OIz1bezyBOpwh2d6qPk0U,765
137
+ spire/pdf/annotations/PdfPolygonAnnotation.py,sha256=7OglhQpNn2pCTImENVIejfgFKn68QW1HYT3OFgBgbdw,5117
138
+ spire/pdf/annotations/PdfPolygonAnnotationWidget.py,sha256=SzQTfb87_leOsU0yIVxXQ4n5NLmNFRAWWq7-ja-Fu7E,723
139
+ spire/pdf/annotations/PdfPopupAnnotation.py,sha256=kQSSyoo3eafCZU_8DCAqS3A5TR7pK-CdQtgF7wVAxKs,4610
140
+ spire/pdf/annotations/PdfPopupAnnotationWidget.py,sha256=LfYg73dk1Di_nrW4-zXpP2GWiM_0StBzoVoCLUgrDVs,2162
141
+ spire/pdf/annotations/PdfPopupIcon.py,sha256=321KI7zapIz7x6SP6hUvf6E1p5QK_gvvnqsQ83smNkA,416
142
+ spire/pdf/annotations/PdfRubberStampAnnotation.py,sha256=0gPdF74JQ3dgqfqgXLbmfb8II8oojUMuU1J9bYaBx3U,6920
143
+ spire/pdf/annotations/PdfRubberStampAnnotationIcon.py,sha256=VoBPqFEXJiAC1yjCbDuXuym9AvxBqC5aOYIAFwvCZIM,623
144
+ spire/pdf/annotations/PdfRubberStampAnnotationWidget.py,sha256=tugCzKqlJ6jZvdMknyZU5E-ebDlsPq8-6VW15t_SY8I,1560
145
+ spire/pdf/annotations/PdfSoundAnnotation.py,sha256=8bAYeeVaphRpvwWBz4LkN-4tStYD-qkXRNEhffKyQlI,3106
146
+ spire/pdf/annotations/PdfSoundAnnotationWidget.py,sha256=SvSV7J7umzCRA2jyVNWeSffWe6aU71WF_AtfNBqaBg0,2636
147
+ spire/pdf/annotations/PdfSoundIcon.py,sha256=i36wUTEFwzW_3WHr1kOVLh0HYnvzFtdhOHd5PVkWRmY,357
148
+ spire/pdf/annotations/PdfSquareAnnotationWidget.py,sha256=5x5a31Ay4aWyaKBIK3_kvkJc8TMIfoDB_qwDqUHFrF8,1937
149
+ spire/pdf/annotations/PdfStyledAnnotationWidget.py,sha256=x7BHMVXwBw14kw_iMoHxkqHRRgYhl3tE4DvbDLMKyqA,6039
150
+ spire/pdf/annotations/PdfTextAnnotationIcon.py,sha256=MX9QVhIw46xWctoDS43jpw9QVDSZ1QUiRBhsg7ijY50,425
151
+ spire/pdf/annotations/PdfTextAnnotationWidget.py,sha256=F79ilFegO4CqQvnG44kQHaV2VE2rs11IlixA9CB7tTw,684
152
+ spire/pdf/annotations/PdfTextMarkupAnnotation.py,sha256=2Ycb3e33wbdKU4v7n2Rpo1W1Cxr9WJtGrzwp29DIgrw,7098
153
+ spire/pdf/annotations/PdfTextMarkupAnnotationType.py,sha256=mtvNo8RbwXEBoVKG8OoN5xSbzxcU2gK8lq0vP84P-lk,634
154
+ spire/pdf/annotations/PdfTextMarkupAnnotationWidget.py,sha256=CB1O0Q16ez5HqtOXPlFhSVVN5js7qxEF4AOlXhht094,2435
155
+ spire/pdf/annotations/PdfTextWebLink.py,sha256=ScqRwhq3nU8EaxOYUv70uY_8m84kxZYRqadyPw62MJU,2537
156
+ spire/pdf/annotations/PdfTextWebLinkAnnotationWidget.py,sha256=extkJ8pYdj1Ca0I2OrQnA-YMsoYRwwc7XHVN4WWao34,1409
157
+ spire/pdf/annotations/PdfUriAnnotation.py,sha256=WYb92bHETmJPd4F-OJYN949EVe9ALZKOIPxYdJ8APAQ,2812
158
+ spire/pdf/annotations/PdfUriAnnotationWidget.py,sha256=IA7ENh61Un-ERTbNYOYZZspp4DHPzfPgdX0CypsQgVk,1442
159
+ spire/pdf/annotations/PdfWatermarkAnnotation.py,sha256=BUFKhpqx6YjJ25bWBtlTy7MnTIDAk4oyBpURMdrBCcY,3537
160
+ spire/pdf/annotations/PdfWatermarkAnnotationWidget.py,sha256=sGxu2O-w1HRqcqUBgSoKT0cFwLFs4GGGZYgVhzlJa_o,397
161
+ spire/pdf/annotations/PdfWebLinkAnnotationWidget.py,sha256=FxXBrao4jF4B1GslowKFQY3QHOKU0l3s36O06qiYsQg,704
162
+ spire/pdf/annotations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
163
+ spire/pdf/annotations/appearance/PdfAppearance.py,sha256=PnuIEs3r30RfbsyN8_KSYh9Eo4w3VXVSo8z8a_OkxFk,3988
164
+ spire/pdf/annotations/appearance/PdfAppearanceState.py,sha256=YAD7rywppWDU_5BJ6Kf75K7vNo3MMsVQzu7x5dM6W6U,3824
165
+ spire/pdf/annotations/appearance/PdfExtendedAppearance.py,sha256=HI85fjA7yimlhE-4EWXucluAmIK8v_boznqhHNKQvvQ,2039
166
+ spire/pdf/annotations/appearance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
167
+ spire/pdf/attachments/PdfAttachment.py,sha256=Kg_lrmSpaNg6CUR7-NlGncvGB8me70-_Gz8mgdElpto,1586
168
+ spire/pdf/attachments/PdfAttachmentCollection.py,sha256=bxZoxkQrvjoSpHz-usyEpi-6AbxTvxoJQh09q7Y0OaA,5034
169
+ spire/pdf/attachments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
170
+ spire/pdf/automaticfields/PdfAutomaticField.py,sha256=rup7CYc-LrNW6_qz21bse_oKjB89lJNObrLNnZmMJAk,5815
171
+ spire/pdf/automaticfields/PdfCompositeField.py,sha256=fBs3vECbZKtDR1j4rB4COl_yXd9H5ke9-FgqYv1vCj4,9157
172
+ spire/pdf/automaticfields/PdfCreationDateField.py,sha256=2Sw9lT0jUj65ysBPPVgKcErie6dvwJp2Qwzk6dMU-60,3722
173
+ spire/pdf/automaticfields/PdfDateTimeField.py,sha256=b076GNk6lKdIkgDu2lMZRovUYs-shEx4gzRBJbMj9ZY,3763
174
+ spire/pdf/automaticfields/PdfDestinationPageNumberField.py,sha256=EFPrPRitD5QbURfDeOTaKnvSl7OqiU6Ah4cAJTh95II,5056
175
+ spire/pdf/automaticfields/PdfDocumentAuthorField.py,sha256=QZzI0TLfgYlVFuSHCf0HNRlME_Kv63h7or5TUkunNF0,3062
176
+ spire/pdf/automaticfields/PdfDynamicField.py,sha256=MAXenKAHnofuSsxeMUW0QL89mU52SAiCtfVdQVZ1Skc,342
177
+ spire/pdf/automaticfields/PdfMultipleNumberValueField.py,sha256=rCwumfWESOplfWEsN9423a-JfesmDRRODn9z6ltGSnk,1283
178
+ spire/pdf/automaticfields/PdfMultipleValueField.py,sha256=_SeCg2fc2s8O6o_-p6fGtgpdCYk0DTbocyjOBcDvDI4,334
179
+ spire/pdf/automaticfields/PdfPageCountField.py,sha256=pquUorg6lwidvt_d-Ekp973JtRlpSstX0lb0dBCyXoc,3830
180
+ spire/pdf/automaticfields/PdfPageNumberField.py,sha256=TDzU6YvaEVIi6qE627qDmNFQHOXvHh2_ecE3wfLH91s,2966
181
+ spire/pdf/automaticfields/PdfSectionNumberField.py,sha256=qlmK9lW41GrWYm59bQcsPJUZCohiqHhtnnGPkLjtGfU,3119
182
+ spire/pdf/automaticfields/PdfSectionPageCountField.py,sha256=yribkq-WmqZMze7gENfshdOdg8Ejvs440d5PREPoKEQ,3025
183
+ spire/pdf/automaticfields/PdfSectionPageNumberField.py,sha256=br8VlJPF2pQuklDXwY6m6VfLMlmew0itWa1DIXi70MA,3058
184
+ spire/pdf/automaticfields/PdfSingleValueField.py,sha256=UMgCWigkhanUF74jogGg7lnx09_BeywIWCLfFFZMsng,353
185
+ spire/pdf/automaticfields/PdfStaticField.py,sha256=-eKEA4CTWVujSX68qxSmOgQxK6tMFbqZwu02hfIxfyI,359
186
+ spire/pdf/automaticfields/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
187
+ spire/pdf/barcode/PdfBarcode.py,sha256=0s3nUPmH8RXeCvpRgLY0Wv25EFtRJbC8YjN-QHiQPu8,6503
188
+ spire/pdf/barcode/PdfBarcodeException.py,sha256=AoKGVFv4uU-WOzMpaSwWfGN9mMIplQiLGKnl86aiuzE,320
189
+ spire/pdf/barcode/PdfBarcodeQuietZones.py,sha256=GmOxBT6CzyCWdLLWbpgMx8FBeaA7snXxsUNrT4SJGUo,4216
190
+ spire/pdf/barcode/PdfBarcodeTextAlignment.py,sha256=qBWe94jvocVx9tbOSlk0CBZew0TGnHDCJWmGhMAbN5Y,342
191
+ spire/pdf/barcode/PdfCodabarBarcode.py,sha256=03h9QV7J10fdtYBzAzMmis5DJyO6W9YuhS-dXz7T6QU,1461
192
+ spire/pdf/barcode/PdfCode11Barcode.py,sha256=Ql0WSoeviENygw64LMS2B8H-_k26_nafTVbmvx9ufj4,1326
193
+ spire/pdf/barcode/PdfCode128ABarcode.py,sha256=B9FV20NU7nbpVC2JcHOmP3dgrWVv-4qvzQ-bxQwG4ZY,1831
194
+ spire/pdf/barcode/PdfCode128BBarcode.py,sha256=HOzn3JeqLyRV-QSVdJKh-ANdvo5wj2Ega-VpOoN_Mfg,1314
195
+ spire/pdf/barcode/PdfCode128CBarcode.py,sha256=eQp_St-S00Cjhf0bekKKFMgBFbi8vbYhSe-69a9HH-8,521
196
+ spire/pdf/barcode/PdfCode32Barcode.py,sha256=DOr2WiqbTe0YVMaJJWnMrZUTbTjvTBJPo_-Xd4mkFsk,1455
197
+ spire/pdf/barcode/PdfCode39Barcode.py,sha256=N4Q9urJ-xQk2nUfgqgkZV4-tDbp2rRz2VRr8zYNwRLs,1518
198
+ spire/pdf/barcode/PdfCode39ExtendedBarcode.py,sha256=Qp-w1qjBEzqTKo0kyY7Ztdb-nrX94p3VDtfbYDLjTu0,1130
199
+ spire/pdf/barcode/PdfCode93Barcode.py,sha256=F6BoGGdk2oeYXNS2JxOQ9HgGLWJTOYWq3xzolo_NrLA,1520
200
+ spire/pdf/barcode/PdfCode93ExtendedBarcode.py,sha256=PeFEJT97iK05ehc8VVdKpJZE0oiFgd2vddv_pulpICc,1452
201
+ spire/pdf/barcode/PdfUnidimensionalBarcode.py,sha256=w9keESX8pvVij3rDc7DVrsAgk6501M3jjVQrdbZyAjE,7633
202
+ spire/pdf/barcode/TextLocation.py,sha256=nKjWIs07yNapAtuMKCBxT7qXGjdwqf1-X9nJ0rgE-9E,336
203
+ spire/pdf/barcode/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
204
+ spire/pdf/bookmarks/PdfBookmark.py,sha256=f19srHNfy7f9BxVem-yju3yp_4V_rwCHWvYubZw2FLE,5183
205
+ spire/pdf/bookmarks/PdfBookmarkCollection.py,sha256=Q0aFGwYEQFwIaSIXg5vIllypqQe3a0TAqPawiLcfNWI,4069
206
+ spire/pdf/bookmarks/PdfBookmarkWidget.py,sha256=klc4rvsG2f99hJgOAhBYgqGLPKBiAxGaTGcJQX00iEQ,3221
207
+ spire/pdf/bookmarks/PdfTextStyle.py,sha256=zZhmTA4FgT0Pee55NtvMrFVFsnj3W52tFSoEjYGpCto,339
208
+ spire/pdf/bookmarks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
209
+ spire/pdf/collections/PdfFolder.py,sha256=d718hxkIcGTVg1T602oLNn42DOQ2zkTn8S7ST_hqm0M,3922
210
+ spire/pdf/collections/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
211
+ spire/pdf/colorspace/PdfCalGrayColor.py,sha256=48_MzSTae1yvI_2qGa4n4yLJWA0HB4jNGFyE5lTyavk,1467
212
+ spire/pdf/colorspace/PdfCalGrayColorSpace.py,sha256=jcvSVIo0bXMvwx0UKo876I1unBm8cVItUaWhZnTWNOY,3784
213
+ spire/pdf/colorspace/PdfCalRGBColor.py,sha256=FYjE2VFPxmNrNgU71W10MH8zBPVK5-UdjMw5K7lhOvU,3593
214
+ spire/pdf/colorspace/PdfCalRGBColorSpace.py,sha256=eaqPZ7p7XmPLaHaMgAaJRQJfOqt6DIfUXK6lfvTHDzc,5487
215
+ spire/pdf/colorspace/PdfColorSpace.py,sha256=bU2fBSUG5g5LVHUlGp84B2rSY-bYzU5pgNMyGtQ9UGM,361
216
+ spire/pdf/colorspace/PdfColorSpaces.py,sha256=Q8ffIDPAfWPsTFkEqelPWsoAjd-TuTwX5-5BW0cq1pE,305
217
+ spire/pdf/colorspace/PdfComplexColor.py,sha256=UyAq0OPgOZva8n3Hr3nYjc4lnFdPQTHKot88felCPOE,765
218
+ spire/pdf/colorspace/PdfDeviceColorSpace.py,sha256=V8JWwbpPHkIbaWxOsatEdPnMcy2dCI77c-9P5GgAuMc,1154
219
+ spire/pdf/colorspace/PdfICCColor.py,sha256=Jfg4Ilh5QBK1YSCwWVDgaUnaYBxqLwZebN9nBAg5i1s,1789
220
+ spire/pdf/colorspace/PdfICCColorSpace.py,sha256=Wae1-53BENut8SyPczVtnEVd2BTxLTS3OZJN6wtkciE,3891
221
+ spire/pdf/colorspace/PdfKnownColor.py,sha256=XYpTAGLjgWuDC3ZfVqRMH9PGdcZsBBG5oIK-e2Wk0MQ,1256
222
+ spire/pdf/colorspace/PdfKnownColorSpace.py,sha256=DWb6XPYiKSkWJoo79VC_lXzXIRem1u2jAkUSDLxWlp0,2292
223
+ spire/pdf/colorspace/PdfLabColor.py,sha256=cLhllnp6RSboc07UVGxrXPRrHNVBVSAAz_OoLvqucCI,3412
224
+ spire/pdf/colorspace/PdfLabColorSpace.py,sha256=9NvhGF3H1W1OdTQIp7c3CPZUCKZiGdoAtpHuiypGS58,4096
225
+ spire/pdf/colorspace/PdfSeparationColor.py,sha256=-szPMtgZxfGv7aZDEKphNNT-WK4lwQu0uywqYBiF2hY,1486
226
+ spire/pdf/colorspace/PdfSeparationColorSpace.py,sha256=fCNlWJGS6v5mTLwamHLmWcBGPcQhWbsTIyz5aZrxerg,2681
227
+ spire/pdf/colorspace/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
228
+ spire/pdf/common/Boolean.py,sha256=Gg9BuhmYb0mU10Qypjcotmi6y8eYNkkL7ZVNWJXNvXM,5019
229
+ spire/pdf/common/Byte.py,sha256=HPugnfUOmO41y-YJA6dZwoF3b8-c57M6zAGWbqT0J48,6567
230
+ spire/pdf/common/Char.py,sha256=86CbXciZ9KQqoD0LwEmdZjk22w7X1_rVHp-kvYT1QRw,17817
231
+ spire/pdf/common/Color.py,sha256=uYBsLKFbdqYF7PXuRzB8x6qjPEwjxIqNsrAhk8ZmGdc,55510
232
+ spire/pdf/common/Common.py,sha256=mC8aihz3ONPQtdDCkZqOVtafW0BSR8H2vqlOiZkt79E,4864
233
+ spire/pdf/common/CultureInfo.py,sha256=nwFgmdhTMCOGauGKNoNdaNY3660-WpKh49aFExRuWxA,16924
234
+ spire/pdf/common/DateTime.py,sha256=emvRFe-QIbgu67FtTFokBxaowWphm2NiZSPyZLoCM-A,33400
235
+ spire/pdf/common/Double.py,sha256=CpQg0MScflfa8YE9bDotLBaS75vJEu9AGDgUkXf6O4U,11578
236
+ spire/pdf/common/EmfType.py,sha256=xQSrQ2suaN8NnV-S6xRmi_nQZhqhdc3CfGU8XYkWLrw,627
237
+ spire/pdf/common/Encoding.py,sha256=j9n4ng3N0N0YQbxgrNW3cW9w091dVEIXPFnljhTeaCQ,28339
238
+ spire/pdf/common/FontStyle.py,sha256=YC-j5qLDf9A_q7RqRYw7SHLmqRCjWnnppFtZTT33bWI,655
239
+ spire/pdf/common/GraphicsUnit.py,sha256=okBnR-Rg5Plg9T5yU29P94myOUE3ykU1pg9T2Hhcgnw,687
240
+ spire/pdf/common/ICollection.py,sha256=OfqKypHDwwgDGZMwQ7dho-63DZosQn82wjD5fCbhSuU,2156
241
+ spire/pdf/common/IDictionary.py,sha256=Ll9QjoHss2h1-CJJbEq-dNdTsJrTE23XOkj2-_dknN4,2014
242
+ spire/pdf/common/IEnumerable.py,sha256=l-bxpSofSo5DplJI1GQDFl3Xm1WM8VDx2H-96nH7dhQ,1426
243
+ spire/pdf/common/IEnumerator.py,sha256=kwwgAZkTXzaChJ84-xz3JvvB8277M8AHK3k-EKyyWlQ,1713
244
+ spire/pdf/common/IList.py,sha256=2vSsYwQVcQywFqmISDHC6aBmjoYbyifWA9pE0G5Nr90,4050
245
+ spire/pdf/common/Int16.py,sha256=IU-1d63XdDPRgL1DaUS_SGDXwdbNqMjCM9JqDlQMtb0,7121
246
+ spire/pdf/common/Int32.py,sha256=W9IAGGw2aVkgja-vPy-AvvCMc2xN3ww6x__5Uq0B88s,7527
247
+ spire/pdf/common/Int64.py,sha256=hf_Pl3gYPgUoSYTmbjE7F5faIIxejyp7cxsCEv_UqK4,6627
248
+ spire/pdf/common/License.py,sha256=sOE_GIe5VLchVKC74hfxBRoKSGWmQgJXm8ywTkRvoJo,7966
249
+ spire/pdf/common/PixelFormat.py,sha256=_h4oLppoWjPqFTtPsQzACFTG9vo28iggtKRdrECsDeo,1196
250
+ spire/pdf/common/Point.py,sha256=fOpUybylgCqdJNvQcyQq9x8z1-hHJ8FooNn4I5KWU7g,7921
251
+ spire/pdf/common/PointF.py,sha256=g4kTwcHHlB-bGzC4mKkmXZOvtpALy_kVPJ7IErMh8XY,7572
252
+ spire/pdf/common/Rectangle.py,sha256=OOyoiCGZuoFbW8mXlnqygPgiixDwF-4GAtXsyxjtBj8,12335
253
+ spire/pdf/common/RectangleF.py,sha256=CRdweThcLeoz9hnSyTFSK5FoPKkEPtYhanq4nd1oOw0,12497
254
+ spire/pdf/common/Regex.py,sha256=G7-W5IIm1sWwbTcikUR__0p8OIeWPzRqKzahHoCqWuI,33605
255
+ spire/pdf/common/RegexOptions.py,sha256=UDAXOOMJB0b-FqCmOwOFaydf3a8BG-C_L_XUGtFvmzI,771
256
+ spire/pdf/common/Single.py,sha256=AUBq25j3wtaFjPgO5Vlg4mP-9KBw_8XwTsRtmhKkkYs,10848
257
+ spire/pdf/common/Size.py,sha256=kBRZRJtFimWxgcyvJVJDnE5BRTITdZfB2PY0h9TBbhg,7205
258
+ spire/pdf/common/SizeF.py,sha256=00wp040xzteLh15NWORfFYG6FmrthMU1-t0bd9Zjlro,7303
259
+ spire/pdf/common/SpireObject.py,sha256=ePvUecLN97Vn2J6rHwgXIKdWbBvyGSl0QYQbexeLCk8,2161
260
+ spire/pdf/common/Stream.py,sha256=EbJZRC9iFZ2oE3S-y1QgrVeJKN1WygswRoIqFyf4o0U,17377
261
+ spire/pdf/common/String.py,sha256=qumM5ufxyBDa0wv62K4HLYJL146fSRPauVeRiiOSO2g,55020
262
+ spire/pdf/common/TimeSpan.py,sha256=NjKzlpCPrHvfIaK8fu0Ipcjr_eUWbR9rs5NbUDh3_-Q,25799
263
+ spire/pdf/common/UInt16.py,sha256=yFB9ZzaFmXDx9yUH28t6MDeFAyRNoM5EhN3eU1aaRL0,7192
264
+ spire/pdf/common/UInt32.py,sha256=DYsKvxrI7J-0ppCzPM5SCeP5rTszqUqdTPcjiwc26IU,7192
265
+ spire/pdf/common/UInt64.py,sha256=cHaKw1n6DHkxngz62YPdksXxFSJPotiGEC-Q9qWnLMg,7192
266
+ spire/pdf/common/__init__.py,sha256=bNRHgxUN12PGcC5IQBvqKPlFkmSu2fdc7e0qzd7Vz8E,17132
267
+ spire/pdf/comparison/PdfCompareOptions.py,sha256=07pnyilNo8OeZGqhfdI4on7jBi7R5i8lPywa8Vdy4OU,3058
268
+ spire/pdf/comparison/PdfComparer.py,sha256=Njm2kywaK8cpkRj5BoYy-eq7DO9fyYOl4ytTxFv5VAY,2377
269
+ spire/pdf/comparison/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
270
+ spire/pdf/conversion/DocxOptions.py,sha256=7VwabwM3DY8vZWKM9m_9hsqNH7CV_LefxC-OZdZVg0o,8222
271
+ spire/pdf/conversion/OfdConverter.py,sha256=QEI_FiU0tEwzAyK47N-bTSVN-2Gwt5yFgtQg-aa3h9g,3498
272
+ spire/pdf/conversion/PdfGrayConverter.py,sha256=VExq2tCjq79Vne-LRzpDJgdsBxEtyKpLv4SFs8jJ5go,2027
273
+ spire/pdf/conversion/PdfStandardsConverter.py,sha256=lajD5-227xQMX1IHDewcUBGUstf_dv5V14H6vN8hNaU,6952
274
+ spire/pdf/conversion/PdfToDocConverter.py,sha256=cKz6gj6zAe1gYsSRuxFlj8qMv5HEtkDx6S7mD00RFsA,4960
275
+ spire/pdf/conversion/PdfToHtmlParameter.py,sha256=VJ3D6o27PiRK_svlef9U9KExO-MPWsGJJy79P3gOr1g,1748
276
+ spire/pdf/conversion/PdfToLinearizedPdfConverter.py,sha256=vtll05Yitp98sQE-he4Ah2aTLWyCY9jrIAt-GF_Yofk,2850
277
+ spire/pdf/conversion/PdfToWordConverter.py,sha256=jotUWgAiGGBW0Il77_U9yHjAKBfOI7H8SqTLX4GfsDY,3692
278
+ spire/pdf/conversion/XlsxLineLayoutOptions.py,sha256=wlgRbDlay-Pj1Np_osbiDN7V3EgfjMz-Vx5LBu_lqMw,3749
279
+ spire/pdf/conversion/XlsxOptions.py,sha256=1WWuTKqvl61O3EzDf8SeWKAKs0w3-VcUueW25VQ6yM0,312
280
+ spire/pdf/conversion/XlsxTextLayoutOptions.py,sha256=UA8Q0oMK5VxBFND-oo2tHkVm1gWcMcd8zApcrtb5UEo,460
281
+ spire/pdf/conversion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
282
+ spire/pdf/conversion/compression/ImageQuality.py,sha256=3oDuCT62lr5Uoc3yi6g4_g3KYxv0c8K6r1icHpP6_QU,320
283
+ spire/pdf/conversion/compression/OptimizationOptions.py,sha256=UyK0HY2jFdwRpua-ORt4RiY81h9pf1Oa7bGJqhay0qs,3506
284
+ spire/pdf/conversion/compression/PdfCompressor.py,sha256=coL9nsG3uAzPntPn-Xpyjxq7oGewPy3lKsb9rPfA-no,2936
285
+ spire/pdf/conversion/compression/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
286
+ spire/pdf/document/CompressionLevel.py,sha256=XXi9RvuiV5So6_DjWWA9YLyHdsqsVOwGS7nSM6AuZgo,679
287
+ spire/pdf/document/CustomFieldType.py,sha256=kKXtQWCbAwjgXf4XfTMxLnypSLmOjNQkAJqq58tDAUQ,512
288
+ spire/pdf/document/HttpReadType.py,sha256=8ZIZh2CBA8fkA5O8OxL35nxMkBKQvPsr2wipjal3lIc,358
289
+ spire/pdf/document/ImageFormatType.py,sha256=ehUtrjp8u-ghzrY4bShzx5UrcYROJCFEhXj3LMODJMI,349
290
+ spire/pdf/document/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
291
+ spire/pdf/document/collections/Collections_PdfCollection.py,sha256=8AeD3SH933Ubel_MJXOsAzSEl84ZQMq5QfRGhmTUUPs,5532
292
+ spire/pdf/document/collections/FileRelatedFieldType.py,sha256=2i_lsDOycVprjQHsR7_VuQYHHPYfkzWQkpbZjcyvq10,660
293
+ spire/pdf/document/collections/PdfDocumentPageCollection.py,sha256=2XiVEj4e067bw593qJJ10mLxJbMP04pz8wj4iI0sxFE,3279
294
+ spire/pdf/document/collections/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
295
+ spire/pdf/exceptions/PdfConformanceException.py,sha256=tnW8WpLzEXnJNxlETqGgjTtXvwtMx7hf0hwe3EeFkdk,411
296
+ spire/pdf/exceptions/PdfDocumentException.py,sha256=sKFBUEpHRh7uDYaQdKnIPVYP4tUQ7juyhMhbogqa3-g,303
297
+ spire/pdf/exceptions/PdfException.py,sha256=8Ft9EpP5mVI7rIySxBavoLafQxo5H00YF3yRQlPS1-0,509
298
+ spire/pdf/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
299
+ spire/pdf/fileds/HttpMethod.py,sha256=jk7pnDTkWk2K_O3m4sYiMFg7Y5Ypl6Ui8mfXzCU5zhc,304
300
+ spire/pdf/fileds/IPdfComboBoxField.py,sha256=2y0Rp0s426kmH_FD1TsfTDdsLcgAjr6w1YkLct3zZyA,8574
301
+ spire/pdf/fileds/PdfAppearanceField.py,sha256=BqmI1cJDxoSv1v0et0tROAq0hLSNb0VUm0Qw9wyH83I,819
302
+ spire/pdf/fileds/PdfBorderStyle.py,sha256=M6AHKB16kbtEbbJr9RBMYB0z6Xcmo97J4aHIMiVZ2Lo,383
303
+ spire/pdf/fileds/PdfButtonField.py,sha256=1iwbrhDseuvbCESqRidHzwa-GAzP02RIZdT62P0dXOU,8892
304
+ spire/pdf/fileds/PdfButtonIconLayout.py,sha256=gREu4DILOIyRGtlNFC-RKeNenYayhRtNZh-PRwPjdB8,4185
305
+ spire/pdf/fileds/PdfButtonIconScaleMode.py,sha256=sCMwW4Ie2coWnS6cmU6U5Ylrfy74BPlxrGvAGLlAnU4,339
306
+ spire/pdf/fileds/PdfButtonIconScaleReason.py,sha256=AWneGu_Eu3mRCP2S_mFPY5afbtq35DxCFWoXJS7Y55E,450
307
+ spire/pdf/fileds/PdfButtonLayoutMode.py,sha256=GCBB7kM1AHnN8xOfQjB0QudkZB3U1pAt2OoRbi4FL8w,891
308
+ spire/pdf/fileds/PdfCheckBoxField.py,sha256=ed9aaaRNWCm9gYXdUDkPSExAdBmm2zC2PBj5tMb_GWI,1794
309
+ spire/pdf/fileds/PdfCheckBoxStyle.py,sha256=JTcIU_lAvIJmV8Klvw9TRMTvEI4-mOOockOjHU6YIc0,427
310
+ spire/pdf/fileds/PdfCheckFieldBase.py,sha256=jZgLRLYFdKqt3GVYu1MoFetjUDsvXUWyBGT-Kb-NJ84,1261
311
+ spire/pdf/fileds/PdfComboBoxField.py,sha256=Rs3rgBde7JdFIKFqAHIPToHH5RQL7pf6GoaCcwMhZnc,1820
312
+ spire/pdf/fileds/PdfField.py,sha256=nM0IAv2QVmsb8RPJ4je-WfoFXXd72kHKlceuVNQC_jg,5304
313
+ spire/pdf/fileds/PdfFieldCollection.py,sha256=tHHgauRyPrTDfN4GxeqhWsXB5-wx6V-N3khzfhGNjTE,4399
314
+ spire/pdf/fileds/PdfForm.py,sha256=m7W9W70aThH4bhUSQ1uLgO00rz2ggoZJdD6vJFro5fQ,4418
315
+ spire/pdf/fileds/PdfFormFieldCollection.py,sha256=nz5n7MH-plYSgsW2HhM8B5t0wHHTJmXfNsNldkLG6P8,314
316
+ spire/pdf/fileds/PdfHighlightMode.py,sha256=05CxWoTuHfp51AYrajIrLzhoLMotRuRISglbiMj6eVs,401
317
+ spire/pdf/fileds/PdfListBoxField.py,sha256=dYFbZFqGxyElLebwEujcKBu0utAToyMyo067oBe2KWU,1882
318
+ spire/pdf/fileds/PdfListField.py,sha256=b7wwFUUeCzse0eJAB_rYikfJsMmVn_oYIBgctU7HGKw,3241
319
+ spire/pdf/fileds/PdfListFieldItem.py,sha256=-fcJobuDWZkjVI-Ry447a95-NJ6G_VMs-VOFE3KVGco,2970
320
+ spire/pdf/fileds/PdfListFieldItemCollection.py,sha256=ebc9GNPv6xM6yL9S7rWpk9Aa7nT6t9IRCeHVLJo91zg,4421
321
+ spire/pdf/fileds/PdfRadioButtonItemCollection.py,sha256=0ipXxRzLj28HAlDZI6MtQxWiODdmQ4piDjY_5PHn6QM,4412
322
+ spire/pdf/fileds/PdfRadioButtonListField.py,sha256=a-D9dHxiKZAWCii-JPWRZm0uv_a5k7JXE5pgirwL8iw,4109
323
+ spire/pdf/fileds/PdfRadioButtonListFieldWidget.py,sha256=FICvvM16NnOtG5EmyQnzX4n72bWIPogwyt76tXFDLk4,5018
324
+ spire/pdf/fileds/PdfRadioButtonListItem.py,sha256=1z5DQrrwOPAj5n-CT3h-Z6VjmiOJ9Oh_pBHQ9XLoTHc,3522
325
+ spire/pdf/fileds/PdfSignatureAppearanceField.py,sha256=_ShiZ0b9SL1kLoWU00D3iULCjHo9aaj5cLmLtF-aVgs,864
326
+ spire/pdf/fileds/PdfSignatureField.py,sha256=oU-HxkGhOoutbIXisBArufyLfEyKnekNcrwg42ArqLE,3456
327
+ spire/pdf/fileds/PdfSignatureStyledField.py,sha256=py6OWNYSdyw5iQz9dAsI4TMH8AmgZx67fV_3fJrGsRI,7726
328
+ spire/pdf/fileds/PdfStyledField.py,sha256=WWl649daia-SPhpq8sWgVCuFb42OqBgN6F9cXlbng6M,8753
329
+ spire/pdf/fileds/PdfTextBoxField.py,sha256=fAhd-nwRuyRwn5WQ31Y94HO31xFuCiSXtzQvuaZw4s8,8308
330
+ spire/pdf/fileds/SubmitDataFormat.py,sha256=zoRMnT9DmQ-LkzQm-L9BqWDTmqQZVHg2hMf13sdOH3k,356
331
+ spire/pdf/fileds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
332
+ spire/pdf/general/PdfAttachmentRelationship.py,sha256=SgoL8vLm7Lt_VAZRuCwLxoB5Ef3VC44iMmG048hv-i4,778
333
+ spire/pdf/general/PdfDestination.py,sha256=jfiA0RBoki9JVPpEMPobxQAMZH9hh9ypvv9Eg8aBmEE,8691
334
+ spire/pdf/general/PdfDestinationMode.py,sha256=BOko3A5dhRTauud5sagojS3UPlKRxlY-Vu9SppIOOek,372
335
+ spire/pdf/general/PdfEmbeddedFileSpecification.py,sha256=GWNK4frhP-no95SOqmpD8na90THQ5QoZ7r2fYqx77iU,6075
336
+ spire/pdf/general/PdfFileSpecificationBase.py,sha256=724Laf-WV8s3vz_9CTK_T5OXgqyFdO8udSVrpWRPvAo,1153
337
+ spire/pdf/general/PdfSound.py,sha256=MCXUDsPttNHiQHv4P0N6WzIIJm4Tt3q-lEOSkvTxKUQ,3679
338
+ spire/pdf/general/PdfSoundChannels.py,sha256=PgDiTCGJ5yQUWciuD5CBS7CZZ2oTND6hy5CAjMxiC5o,455
339
+ spire/pdf/general/PdfSoundEncoding.py,sha256=3KpQwbibNTGTSi3X8TtgW0gkgnuT5C28hpNBzk5scz8,570
340
+ spire/pdf/general/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
+ spire/pdf/graphics/HtmlToPdfLayoutParams.py,sha256=ulIXrXjiXn7YlU1Lh_RB9e-UW652c0LQoAsYdW6f4yk,3695
342
+ spire/pdf/graphics/ImageType.py,sha256=KEz7LC_uxveXuXdx_vTkDMxyLbR14_dIgMwHhFQpQ30,330
343
+ spire/pdf/graphics/ImgData.py,sha256=gpqMlNkiE46JiwpGjer5J9rOonrUyOQysPOFiGAsmgM,4835
344
+ spire/pdf/graphics/LayerExportState.py,sha256=7uVlhTQUWPBw9tiJpnE_2eHWx4nUH-yBGt83LdTn5Qk,352
345
+ spire/pdf/graphics/LayerPrintState.py,sha256=WnZCF84TmpuupBWtpnk0MZSIXX1KtLxPGNQ5GHq_fPE,570
346
+ spire/pdf/graphics/LayerViewState.py,sha256=cWWLX5qK2ZZKNmtxDu0SHZxUKDTlhrv7FEIJ9py4mYE,548
347
+ spire/pdf/graphics/LineInfo.py,sha256=apwYnvwyA0V1s8c7djtOrn_qhNM8ZKDLn3Pkhg5iHcM,1673
348
+ spire/pdf/graphics/LineType.py,sha256=h4g1rr5VRpT_iZ5ZSNB1kwzljuPn0TP9HiQiEWIDJXY,402
349
+ spire/pdf/graphics/PdfBitmap.py,sha256=fkRXBLWXMXaRaH7jerPq36Ky6DkmF_WHISHcIUR71cQ,4206
350
+ spire/pdf/graphics/PdfBlend.py,sha256=c7aJ8TDBUitY1hAKw5Exj5SPNP2LBw-TkukzhX2bX2c,1177
351
+ spire/pdf/graphics/PdfBlendBase.py,sha256=z4KZJLqr8B-bC1jjRtXXgn4sALycFc7lmSKYV2OaabM,1295
352
+ spire/pdf/graphics/PdfBlendMode.py,sha256=MbpWi6kABIA8qV7AFaRRnW-gpGQSEnw1OXGhq0qCN2g,599
353
+ spire/pdf/graphics/PdfBrush.py,sha256=Wx02jlnN5RoYfBGmVO75rlyFnpi2eiqDCBeiUwgzWMU,776
354
+ spire/pdf/graphics/PdfBrushes.py,sha256=B7xkl6rm3E63HgMVQGZHMOR7wc14t8YhQfTF9yfRK2Y,58190
355
+ spire/pdf/graphics/PdfCanvas.py,sha256=pGcerYYU_oWZb3xBO3uqUjaoNn7baRiz4SRPK_B_4uw,65655
356
+ spire/pdf/graphics/PdfCjkFontFamily.py,sha256=g8YSCVAsuo6FVD78HP9JDrgHctiO2VEzjmiBfkg7sbs,495
357
+ spire/pdf/graphics/PdfCjkStandardFont.py,sha256=f0rOQtTePBABuS_4D0BPW3tYOjDNE_dgJWkK3l-rQrs,3374
358
+ spire/pdf/graphics/PdfColorBlend.py,sha256=6KDG0gXcLCOPlrInqb7Xw56WSn6e8G_qB-m6q4Ab9E0,1293
359
+ spire/pdf/graphics/PdfColorMask.py,sha256=n_8H_4JgaKh5DCgmoYg38QDVbAMX2brHimtfXBpZ6U8,1754
360
+ spire/pdf/graphics/PdfDashStyle.py,sha256=NcWkf9t5HW3ZKvw9ykkO21Gs7Nuolr96-94A9uhfXac,414
361
+ spire/pdf/graphics/PdfDrawWidget.py,sha256=ai0zpwhXk8wI7A6eH4LEwaciqIQYZwZqyc7ujkBJsvQ,964
362
+ spire/pdf/graphics/PdfExtend.py,sha256=__vj53u4RaspT3Hj9elu1tMDH4tjNP2s_bdL4z_C16I,430
363
+ spire/pdf/graphics/PdfFillElement.py,sha256=IAII_jma9lGQRwsW1kbZCitGjgUKbEnVZPzsFWcBTgk,1007
364
+ spire/pdf/graphics/PdfFillMode.py,sha256=SaXYJ8EbXpPAy-Uugi7e3Tf61hG6hAFf7wV2ntyBb7w,460
365
+ spire/pdf/graphics/PdfFont.py,sha256=BQXnT2wmrUptuucvf6QU1VyN6CfWQ63GA7tY5uFcdTw,2280
366
+ spire/pdf/graphics/PdfFontBase.py,sha256=kXMmagnjzyG5VojWYY7Bs6pCSoQc-GsIkjYyPOygXZY,10760
367
+ spire/pdf/graphics/PdfFontFamily.py,sha256=Vb1F7JlAopzvqhX7BhUVBYBS51lOZxxkoxd3v6UmNuA,673
368
+ spire/pdf/graphics/PdfFontStyle.py,sha256=vTKsV4LkSqeQGfNDRoGmU2pwg2FTEDW4-42R5TCFe7A,378
369
+ spire/pdf/graphics/PdfFontType.py,sha256=hZKTl4stVkdaqjl_QwK9h4ym1vaKYxcMQIk2DRTLTyg,535
370
+ spire/pdf/graphics/PdfGradientBrush.py,sha256=phUXn0Z2SBSQdpMnl1vv5HFL_R4Rh_ZV_LcyWOgNhdg,2331
371
+ spire/pdf/graphics/PdfGraphicsState.py,sha256=1NQVp0TYCVPeoSX52-ARS9sfqoeYxZi_FfqzKZqzo3E,304
372
+ spire/pdf/graphics/PdfGraphicsUnit.py,sha256=faGb7Q1KOSDY42gXhB-dYPIILNFheQjYpcctk7t-XlE,416
373
+ spire/pdf/graphics/PdfGraphicsWidget.py,sha256=tXRekghU6VUh5ehFrFXBXhCn2Ki6pcTdTQV9hb7kF5k,2017
374
+ spire/pdf/graphics/PdfHTMLTextElement.py,sha256=oHjzHC_oiCBH0kxxIfa2G3sypCU0LMSOwKQW5ujpFwM,6715
375
+ spire/pdf/graphics/PdfHtmlLayoutFormat.py,sha256=xhYjEj5phboWRTb00FuVcH_Gyh2Xc3EjBGq9x6rNxOU,6454
376
+ spire/pdf/graphics/PdfImage.py,sha256=lGCXjYZ4SJ11wK8RO4mpSG5raCSX15ahG2B5L8tWSjQ,6561
377
+ spire/pdf/graphics/PdfImageType.py,sha256=DFnWG2Z3IXFDZCFB4l8LUf0E4wOmYzoP1GwilSe3k-E,319
378
+ spire/pdf/graphics/PdfLayoutBreakType.py,sha256=RbP_arTWQwEqzzRWd9hwNyRdkfKiJELYKzd8vfbrsBM,352
379
+ spire/pdf/graphics/PdfLayoutHTMLResult.py,sha256=eg6v0vGrnykHrfTygVypaDjoOKF9g73qxeovflUlzuc,850
380
+ spire/pdf/graphics/PdfLayoutParams.py,sha256=pax25jUiYbVD-sYnoFwilZNbJq5tISphayB_OunWsq4,2386
381
+ spire/pdf/graphics/PdfLayoutResult.py,sha256=vB4WUCoOtZvcS4772Ot7Y3PrH1KwUkDRXiqaT5GCRZo,1465
382
+ spire/pdf/graphics/PdfLayoutType.py,sha256=O6ZNerLI8qgbJCMIIQ4wG9bRNj0VLAvgDFzdA5v5XM4,336
383
+ spire/pdf/graphics/PdfLayoutWidget.py,sha256=YTmLKdo-n0tB5um3tY--AU0Sz4Mi7BrGAEPu-QvVBD8,6494
384
+ spire/pdf/graphics/PdfLineCap.py,sha256=95ZHHIi2923W1xxqADouAU3eFdAhPMEpaXKPrnyEhSg,357
385
+ spire/pdf/graphics/PdfLineJoin.py,sha256=B6_tGj6Wm49_n8K58tvu0zf-ZRiD3Zn0nvZ5GVYStas,352
386
+ spire/pdf/graphics/PdfLinearGradientBrush.py,sha256=KzScCUOlQSvTwdI4M4I06j2RT0hbvtRPQ-d1leBYZjw,7016
387
+ spire/pdf/graphics/PdfLinearGradientMode.py,sha256=yvmdE9fumkuLzSgTTg3_LdfKVUgkwIzl99JEAOk-xa0,409
388
+ spire/pdf/graphics/PdfMargins.py,sha256=S_7qPGPt-Q-uP7IcmBROIlOmS33e2ihuFmCr-nuzz0s,6082
389
+ spire/pdf/graphics/PdfMask.py,sha256=PKYjkXTpKBFB5QSnhqrfSvoV4autZq-l-pk6zsuGrvs,299
390
+ spire/pdf/graphics/PdfMatrix.py,sha256=tKb6i_c8O1_bAOA6QEt5q-oByztB97QuHDpEyckMOw4,9540
391
+ spire/pdf/graphics/PdfMatrixOrder.py,sha256=uPSHOfrbrfWuqO8nkFoYjXi1mUYbPWU09OCH-4dYmEI,466
392
+ spire/pdf/graphics/PdfMetafile.py,sha256=x9ak3yC6s6VeGhYS2TByvr1V85gfl7MlYmNF_3E9k1s,2984
393
+ spire/pdf/graphics/PdfMetafileLayoutFormat.py,sha256=AAQ0gcSx0pwk-werkrU6oaNUaML_eQPDJMKk86H_eSw,1867
394
+ spire/pdf/graphics/PdfPath.py,sha256=0Frct8UHQpBz-UwKLy6zHQMvk4I_ICjXjHQCYzijZdI,15168
395
+ spire/pdf/graphics/PdfPen.py,sha256=UCO6l5e1ZrJCYxJdOOFjL2EzNRBUiMV3BBxMa7W0-rg,8608
396
+ spire/pdf/graphics/PdfPens.py,sha256=rjhC3YOZcahOYh6DPxi10sMmnSakx65vJm90JdGYmvg,56046
397
+ spire/pdf/graphics/PdfRGBColor.py,sha256=ORFqet_Ex1DPpOBloKvcOoEARZOORGw8J3-7NPE5P9A,12087
398
+ spire/pdf/graphics/PdfRadialGradientBrush.py,sha256=ozK9RI-uoMcWvSsTdWT9SrFrYJ1Nirv_R9zANEheSZk,6046
399
+ spire/pdf/graphics/PdfShapeWidget.py,sha256=aZaJ33LyowGHntKpqrCpxGBwxuAy7-_Lz2joBN0Ko0g,756
400
+ spire/pdf/graphics/PdfSolidBrush.py,sha256=bobSrAj9eeSWDPAxRIL451TXPdfmS-7D8UBRsuVZcSw,2806
401
+ spire/pdf/graphics/PdfStringFormat.py,sha256=19enh_8Yu4BwYqFKcYS0CzBjTr0nk4_-aoq2HgjDHjM,12825
402
+ spire/pdf/graphics/PdfStringLayoutResult.py,sha256=4VWaMZTBb73RDVhrl0WGWdhbgCQ23unmc_Lx76LWS7A,1993
403
+ spire/pdf/graphics/PdfStringLayouter.py,sha256=GW0-pu1jpccIUjQaxXt6hKGOP2MIDYVVeas0t8Now0o,1617
404
+ spire/pdf/graphics/PdfSubSuperScript.py,sha256=2AlsPorFPGnn6_PIvVVcPru4zgh6PmyBfFNRRp76wxU,365
405
+ spire/pdf/graphics/PdfTemplate.py,sha256=gwArU5F2kAtg0nM9jbpAleEUjLv7Hl5V4a_5DHQBS34,5016
406
+ spire/pdf/graphics/PdfTextAlignment.py,sha256=Q9GOJcFGpFtAr6P-zZlWCLnMaM4MkOY-WOGIij326SA,363
407
+ spire/pdf/graphics/PdfTextLayout.py,sha256=5F45-onRLY9Tpo5a5OYYy0pu7YTrdqBiRtLXIp0BKcA,3770
408
+ spire/pdf/graphics/PdfTextLayoutResult.py,sha256=pnl5QdPtoNMmHjZq_-HhcN4av2GOsEEaP9c5Ql7uo5s,1248
409
+ spire/pdf/graphics/PdfTextWidget.py,sha256=2IfSiXBFCzgqE7loVwL5pxy6vfFKCqTDm57zZwvnzqE,9227
410
+ spire/pdf/graphics/PdfTilingBrush.py,sha256=qlQIQdCmfGf9X_4dwWui4wJXAtQH2h69Gpv0nfEVbWo,4321
411
+ spire/pdf/graphics/PdfTrueTypeFont.py,sha256=2mnMkPz7bLQHUQ4ThZHaq1zC_tLzkSIn3VKMHlvofhg,2676
412
+ spire/pdf/graphics/PdfUnitConvertor.py,sha256=eVAY24SfcFmPEHt8UznRaJmuoTwI9ek7m5ybTCTVELk,6944
413
+ spire/pdf/graphics/PdfVerticalAlignment.py,sha256=OoAFt_wsQ-pGZc2OP-sL6R7gtlsG4huMEj1zHHNN3dE,361
414
+ spire/pdf/graphics/PdfWordWrapType.py,sha256=Esu3DgIjJw4tvvBFuPPLH2dLkx0VRprSkXOtTOb5gFQ,354
415
+ spire/pdf/graphics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
416
+ spire/pdf/graphics/fonts/PdfUsedFont.py,sha256=WnZSRH28rjQ9JvXUOLLgcEbWA7QY5lVw9ZycmIQc1ng,2953
417
+ spire/pdf/graphics/fonts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
418
+ spire/pdf/graphics/layer/PdfLayer.py,sha256=lAZQReZBtnbwN8KwlXzWoeRxt9GQC9VO5fP1hANr8ac,4896
419
+ spire/pdf/graphics/layer/PdfLayerCollection.py,sha256=G5DBcIJR80JhodD3pTJrZgEmGrBUevpXz5nUEGRazxk,7016
420
+ spire/pdf/graphics/layer/PdfLayerOutline.py,sha256=m2SOsHvgUhjIf5pvhagaQVKazQytbcKhMn05L9Kcqm4,2025
421
+ spire/pdf/graphics/layer/PdfVisibility.py,sha256=0PE-CYsySzvq_VW0cJo7g5LVu2qEPmxb7VF908pZShY,369
422
+ spire/pdf/graphics/layer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
423
+ spire/pdf/grid/PdfGrid.py,sha256=sFSMtXgiufiJUWrf3GrVkLO6fRgnGuT5MwoVcG1Bgg0,3624
424
+ spire/pdf/grid/PdfGridCell.py,sha256=a-m3XRJFEUurryPp52gpgTXd3TlQ--Ffjk5OUiDk9cY,4092
425
+ spire/pdf/grid/PdfGridCellCollection.py,sha256=GzQ_prmGLLWtz-U913PJBxHpzp8Lvmg8_55CoF9fTR0,2511
426
+ spire/pdf/grid/PdfGridCellContent.py,sha256=1wffyHak4vz9E1nTl4dzxmcNERuWMXl2YrvUSd1O1UA,5820
427
+ spire/pdf/grid/PdfGridCellContentList.py,sha256=nL3nD5zWkzoZRy01JHlVzRtjsmcprJvAYegYfT-UHBM,730
428
+ spire/pdf/grid/PdfGridCellStyle.py,sha256=9rW6TEoOnsxBP_MdbXnI6bZJgS4OcRh2x0Eeldw04nI,3328
429
+ spire/pdf/grid/PdfGridColumn.py,sha256=lnuDuuFS7SkhjaplIF2B6_-XoZGVPA5MNpoYk1S-iOw,2409
430
+ spire/pdf/grid/PdfGridColumnCollection.py,sha256=lVUycSWYsETEUwXQkrsgl_5PgcSwF6ocrpyiaLeV-I0,4330
431
+ spire/pdf/grid/PdfGridHeaderCollection.py,sha256=II2csAwXSi6-Sc-FhXTui2v6ZVQsU0HmS_XnZWqELZI,2595
432
+ spire/pdf/grid/PdfGridLayoutFormat.py,sha256=D2bR_Q-H1inwhM25itqLtqtxwdGWMzjx5-PCWMCCNUQ,261
433
+ spire/pdf/grid/PdfGridLayoutResult.py,sha256=6I6IXN8S7FvUFBnVCBUtxnsKbATfMImxYaruj4pOapI,265
434
+ spire/pdf/grid/PdfGridRow.py,sha256=YrRa1-S5xdVCo95mnFZVZ1pgm8iXkXm_fsrwjV8LqiY,3295
435
+ spire/pdf/grid/PdfGridRowCollection.py,sha256=dIn9L9ip29Zh7OJKB5IXX9ehewcmMg6OGn55m29vY4s,2910
436
+ spire/pdf/grid/PdfGridRowStyle.py,sha256=9U1M6Z7lh0FNz1OBb9p4nC2PZ-DZaXnleRgOnOgE3nQ,1147
437
+ spire/pdf/grid/PdfGridStyle.py,sha256=vECZlLfR1D07g1_6Jys_2X0hf_hPKbqwRDImcLyDzTs,4247
438
+ spire/pdf/grid/PdfGridStyleBase.py,sha256=8zBySoNdi6HKruUUEUpd8V9_OGzL1H2cWQQ8ldPOWK4,4201
439
+ spire/pdf/grid/PdfHorizontalOverflowType.py,sha256=EcmhR-tbuoNwIxLpqwF1LHuM13RMKfbIbYxnR77AdKo,519
440
+ spire/pdf/grid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
441
+ spire/pdf/interactive/PDF3DAnimationType.py,sha256=9j9GrO_dfpOuC7vefo--tz8GAxndW147hXzSSVz0EFU,376
442
+ spire/pdf/interactive/Pdf3DActivationMode.py,sha256=ghhekW_9FTBMEzN2M3yb24Pf2bIbRKbwJPdDbW49m2E,635
443
+ spire/pdf/interactive/Pdf3DActivationState.py,sha256=Whmcj8JAFb2kVXrrx_gHzJYN3FdQVR35dzJSAoyzIoI,344
444
+ spire/pdf/interactive/Pdf3DDeactivationMode.py,sha256=sy3PZ9Zj3Kl9-Syr1CDwjgBccUaes52CBAvmlW8HZX8,394
445
+ spire/pdf/interactive/Pdf3DDeactivationState.py,sha256=PIPxpkas1l-W75_1RW6HEdzQ51vzTOe_yvWJGG7moAA,387
446
+ spire/pdf/interactive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
447
+ spire/pdf/interactive/annotations/PdfBorderEffect.py,sha256=_ZWE0yUKttnVFz79LenOBlHG9GuZMZowBUc8CTjS_DQ,362
448
+ spire/pdf/interactive/annotations/PdfHorizontalAlignment.py,sha256=JA-lB-w_CIHcxaYia13rSkXMSWacGZMmFb_WU86dVP4,365
449
+ spire/pdf/interactive/annotations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
450
+ spire/pdf/interactive/digitalSignatures/GraphicMode.py,sha256=COAl7lFg95UqoWXGyMUXL3X3tBFImt3L9KLF55kSUag,445
451
+ spire/pdf/interactive/digitalSignatures/IOCSPService.py,sha256=3Y36MtfBxNww4CgsOUyocoDWN8QYgLfHXzv4Fx7PNqg,749
452
+ spire/pdf/interactive/digitalSignatures/IPdfSignatureAppearance.py,sha256=waHvgcb8-5Wbql0xGTumurxDtEMZX-ZBanp1_imx6V8,611
453
+ spire/pdf/interactive/digitalSignatures/IPdfSignatureFormatter.py,sha256=cIh5K-nO48-S8j0U86pQwCCP_Gfv2oZptUWWvPa72Zk,656
454
+ spire/pdf/interactive/digitalSignatures/ITSAService.py,sha256=V34USnNxN1k0b8wyZZsGDXTg_6VmvMQEuth9QTJrANE,773
455
+ spire/pdf/interactive/digitalSignatures/OCSPHttpService.py,sha256=2xWAumg0MvUyT_Ip6BbHFoE5RUWHu0peBKjIqiF0bvE,1200
456
+ spire/pdf/interactive/digitalSignatures/PdfCustomAppearance.py,sha256=b5HLq9UCyMC_ySSkNqQD4O5Ky1VnnYSnkDfrusJf37U,1542
457
+ spire/pdf/interactive/digitalSignatures/PdfMDPSignatureMaker.py,sha256=jb3LOzEfEa4GI9v7WEAfmS5hGQ15pF9x4lfc2Ck1lDQ,2327
458
+ spire/pdf/interactive/digitalSignatures/PdfOrdinarySignatureMaker.py,sha256=Q5NIVBaDdUd-RbjqQ340UsRVTcB-4IYz0SIf4_Gba5A,1523
459
+ spire/pdf/interactive/digitalSignatures/PdfPKCS1Formatter.py,sha256=ET3Aiu5xd-By69m7I9teoG-zRBUU4JBX3aNQgvcN-T4,2068
460
+ spire/pdf/interactive/digitalSignatures/PdfPKCS7Formatter.py,sha256=4yJTggk5lV9FDuH2p5I4cxmlKqj-YBQcOBIRs_I24wk,2318
461
+ spire/pdf/interactive/digitalSignatures/PdfSignature.py,sha256=4IImru4GODTiQWYY5AcPYCu3c0ZOmCYM9F6LFh2xIDk,3850
462
+ spire/pdf/interactive/digitalSignatures/PdfSignatureAppearance.py,sha256=U3jGL8dhuEX5RipFYD-rEoIjqrcezEtwM_u_VC2mZgg,6878
463
+ spire/pdf/interactive/digitalSignatures/PdfSignatureMaker.py,sha256=DVq89T4UetIX3v3SBvW6J5Q1nCdpoN8S5BHEo984tfs,7957
464
+ spire/pdf/interactive/digitalSignatures/PdfSignatureProperties.py,sha256=UOSHUUKI54QFRPH3TMhwiie1uAhHv3g9Yu2dXG4xfTQ,2379
465
+ spire/pdf/interactive/digitalSignatures/SignImageLayout.py,sha256=Vlwe2C6rGZdLfKJ5LcEnn8rZ7GJgoE1nYfySkpopb7Q,341
466
+ spire/pdf/interactive/digitalSignatures/TSAHttpService.py,sha256=beAeiVRxMVQaxP9mB7FBWenE-rkOtOq1ey55Tv0l3l4,1355
467
+ spire/pdf/interactive/digitalSignatures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
468
+ spire/pdf/interchange/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
469
+ spire/pdf/interchange/taggedpdf/ArtifactPropertyList.py,sha256=WcrFvWy6sNs8WQGLpMFdRWnXD0T-LrylROQ9KAwBrKs,316
470
+ spire/pdf/interchange/taggedpdf/IStructureNode.py,sha256=H8d3KPhKcZOCWMRFmVhe9x7ypix-jyKSxz_HNs7VrJs,288
471
+ spire/pdf/interchange/taggedpdf/PdfAttributeOwner.py,sha256=5zNauuO0ODMeCsW-Ao0JNF6TVfidfyXu2VMhA7G17Ww,5064
472
+ spire/pdf/interchange/taggedpdf/PdfStandardStructTypes.py,sha256=_SijuR9YkFVbidvRGUzaVUE8fh2krROA8lHWKoFTTPM,24968
473
+ spire/pdf/interchange/taggedpdf/PdfStructContentItem.py,sha256=LYe5avwcYTjCPE5QxDAH1iC-mXFnXp1mSO3kZw_0WXk,375
474
+ spire/pdf/interchange/taggedpdf/PdfStructureAttributes.py,sha256=nKAz0mw5boojZZnSdW-otrGBxXPRykB8S7nJzUvlOno,3000
475
+ spire/pdf/interchange/taggedpdf/PdfStructureElement.py,sha256=80SZUotCo88x-7mFDWPKbOfqXJ8ydNIHdmolvlz7fqE,6085
476
+ spire/pdf/interchange/taggedpdf/PdfStructureTreeRoot.py,sha256=zLjkFgdXqd2ZNJSZrYdctOIW4sA4ElcMvCFSyrefsDM,2122
477
+ spire/pdf/interchange/taggedpdf/PdfTaggedContent.py,sha256=JSpbBlenLsq4zzAZTXdmRMzpXuyMCwEmaSIGZ_Ynsj4,1739
478
+ spire/pdf/interchange/taggedpdf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
479
+ spire/pdf/lib/Spire.Pdf.Base.dll,sha256=Zknrk85hy42BAVdg2JmLqZSsMn11TLHeA3FLN6U6cBU,51882496
480
+ spire/pdf/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
481
+ spire/pdf/lib/libHarfBuzzSharp.dll,sha256=iAOuz7MUZVq56o3yGrcYcMM7Olgeyfjbkcaqdp8Q498,1791048
482
+ spire/pdf/lib/libSkiaSharp.dll,sha256=BD0b-JGZXN5fxQ4aB1J_cy8nWQjGBDvS9nZl7ZYtHY4,9605176
483
+ spire/pdf/license/LicenseProvider.py,sha256=AtBr_VRuPYgn4PgkbFKVEJwE66DrrSGkDiqV0E4M_Pk,5838
484
+ spire/pdf/license/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
485
+ spire/pdf/lists/PdfList.py,sha256=mNi3g1IGQWsiIYTmFmlDcHpYOqT5kApQMAA0Hvd_-Jg,4778
486
+ spire/pdf/lists/PdfListBase.py,sha256=K6IV_2j3yUovxRLxNldNPq0Ly81kukbu4L3ZtXYFDIk,5221
487
+ spire/pdf/lists/PdfListItem.py,sha256=RLcSmDgjiGIz2O-b9iE3hYzpW1aR32Rq5JeIg6llrwU,4664
488
+ spire/pdf/lists/PdfListItemCollection.py,sha256=qBonOIrB9rc1gWNUP7KtVPQyW3Iac0ghrkARNuaoM_8,6832
489
+ spire/pdf/lists/PdfListMarkerAlignment.py,sha256=eYNhyesttmLfzsunexk2TOjUHiqSGxnyDIyVksu5-II,316
490
+ spire/pdf/lists/PdfMarker.py,sha256=1zy2poLX-l72kHH9BIqnb2ZtvWmlg-DYjT_8w76m288,3539
491
+ spire/pdf/lists/PdfMarkerBase.py,sha256=rsBZzSwoMWv3CxoJepIo0neovPBpu1wqSspyNMvFJrM,4025
492
+ spire/pdf/lists/PdfOrderedMarker.py,sha256=qgxpIghNS1Xl6xGGqbfRLpNy2xpxCnAbdVZG_wbxX5w,4880
493
+ spire/pdf/lists/PdfSortedList.py,sha256=z66kBVl2llwhSAuj2GHjqxYSTDzfisflnjlVAqcX7k8,6719
494
+ spire/pdf/lists/PdfUnorderedMarkerStyle.py,sha256=9KExrtdo9xkVy_Y9i65iQOJP_AqnAFL7Zg34dyg2JiI,450
495
+ spire/pdf/lists/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
496
+ spire/pdf/pdfprint/PdfSinglePageScalingMode.py,sha256=4rJxN3A4zJTz-xlCDGX4MjfUlpBMTJay5rvV8Sap4gA,697
497
+ spire/pdf/pdfprint/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
498
+ spire/pdf/security/ConfiguerGraphicType.py,sha256=eRCWRA6hP3bPgrNAbMzIehp_V-NLoEspQVO7f0a53jo,434
499
+ spire/pdf/security/PdfCertificate.py,sha256=MpvHDEzu706KTBBrF5oaAqKqg5zE2pH59BhaYYNoJz8,696
500
+ spire/pdf/security/PdfCertificationFlags.py,sha256=m9rUool4p0HrPj0BR4VvAZZOpy0iH6b7Zc1HhzDn2uQ,388
501
+ spire/pdf/security/PdfEncryptionKeySize.py,sha256=o0plhVavoK3h_xbM-6QO5aq8gUW2KMXWJ1l5hSN3A7Y,540
502
+ spire/pdf/security/PdfPermissionsFlags.py,sha256=BbWLrTo_z5Zzmx-yEWPDnNofHtPz4OSva5v-iNAISf0,548
503
+ spire/pdf/security/PdfSecurity.py,sha256=bq1sZrUr3sF0Yck9TbHEZDRjSCjofATvgev39D06iJ8,7972
504
+ spire/pdf/security/Security_GraphicMode.py,sha256=zE3BwwIq_Bpt8T2DW-KlGjLibsFbHSOoL55wkl5-CnU,454
505
+ spire/pdf/security/Security_IPdfSignatureFormatter.py,sha256=oa5FMALroRu37oXfDWTdjjvYgYDnwHvK5iaPJLSt2MI,658
506
+ spire/pdf/security/Security_PdfSignature.py,sha256=a8Z8js8T2R2Rq2qSdgBdkAAnZimH8ApS3gkQt1EN8pk,31734
507
+ spire/pdf/security/Security_SignImageLayout.py,sha256=ZNMpVDajgU8fyjk2fOKKbQn6qijf5jdAMP1t9INHLG8,476
508
+ spire/pdf/security/SignInfoType.py,sha256=lxhs05q68LYk26hfDcuJBZEL3l00C7GXZRxS8jmaasI,467
509
+ spire/pdf/security/SignTextAlignment.py,sha256=Sn5Pz2XhQ5QzR-xZds9wKl1XEUqQI3kScqZJHIRZz9o,348
510
+ spire/pdf/security/SignatureConfiguerText.py,sha256=rjjrvvwPvpZimstSlGKj8Xh4lQL1YR9rUSOKuy0YW8w,859
511
+ spire/pdf/security/StoreType.py,sha256=fRqk2_rE2IhB4wuQgSSfCvurtwGKeK_BexVI2m-GDAw,354
512
+ spire/pdf/security/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
513
+ spire/pdf/tables/PdfCellStyle.py,sha256=ucdjCW4TnKrAt5X8hE91nxKEeAdfoxkaecmoH-8boKU,5489
514
+ spire/pdf/tables/PdfColumn.py,sha256=TXMQGenUsNo-fIdhbseSn20LHyoZ4H9LJCDwu7B3vXo,2315
515
+ spire/pdf/tables/PdfColumnCollection.py,sha256=moo7ntNI6bwjKjWFaYvIHZ07-qxa46GafH7EMkncC1g,1228
516
+ spire/pdf/tables/PdfHeaderSource.py,sha256=Wi1S0NMBhY5uDs1d_kJPPiEdiUq6U3lcQ50GVoA2U4M,357
517
+ spire/pdf/tables/PdfRow.py,sha256=pyPAtpL88R4gFrGWwlb1UZcLnAjbxbipC195Zz4EL_Y,1239
518
+ spire/pdf/tables/PdfRowCollection.py,sha256=FJDNIw3XAJVcZBXBIeMEzEs48u568GsSJmxQVY4D2Mg,1619
519
+ spire/pdf/tables/PdfTable.py,sha256=WCbrU51kONS3_7Z7iDYJQtDXM4ioeTT3rx3wr4epIUw,15251
520
+ spire/pdf/tables/PdfTableDataSourceType.py,sha256=ptdcsofYA7uBZ3Tq3pOlG4f_SgBvkp-xzaD3VScGUyo,346
521
+ spire/pdf/tables/PdfTableException.py,sha256=Odl9xlUg0JIkypy3rH1Mf3XRAlbhANli1PsVQeLI9OY,339
522
+ spire/pdf/tables/PdfTableExtractor.py,sha256=x19rLjRC9a1U3Qb9KGARKvxB6rohZnZEvsMtOpnA5WA,1619
523
+ spire/pdf/tables/PdfTableLayoutFormat.py,sha256=5XCbUhSoSSsKeGSBJuFWi5u0pE41rbkztrIsHUe0Isc,1665
524
+ spire/pdf/tables/PdfTableLayoutResult.py,sha256=ySjBRZoBxGwPcVbse44-bKWoxM2OkZp6nDBD8YTci60,715
525
+ spire/pdf/tables/PdfTableStyle.py,sha256=XchWQGLYMrLnpFvYPOBTY6tOHznK_3A3VuJEV_vB_HA,8614
526
+ spire/pdf/tables/TableWidthType.py,sha256=ztd04IXjPnMuPBrmd_SzdMOibOIPgkPe-WZaGLltU_c,325
527
+ spire/pdf/tables/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
528
+ spire/pdf/texts/Find_TextFindParameter.py,sha256=hNjVnn2GIOizupDjw6i8T94nEd9xM_B-Xl24at11KI4,400
529
+ spire/pdf/texts/PdfTextExtractOptions.py,sha256=DJXP8FNRl5L4jT7fJSQQjyUtBLoXSnFBbPMUuqh1GBY,2577
530
+ spire/pdf/texts/PdfTextExtractor.py,sha256=OGOFiqyVS8cyplTwqaY5JsSwk44Np7OykmOdaF03PPw,1276
531
+ spire/pdf/texts/PdfTextFind.py,sha256=d57QgjucSVevmbd89KyoyeuIMysmFnzB1tjnlHLA9Mo,11072
532
+ spire/pdf/texts/PdfTextFindCollection.py,sha256=VqqbCb-xotqwLcXPBY3aOXwhREcc9TW5OVjNqsgeu8c,867
533
+ spire/pdf/texts/PdfTextFindOptions.py,sha256=kI7FHCanv0J5CD4Frnky9yuao4EZy-V442o1A42h894,2606
534
+ spire/pdf/texts/PdfTextFinder.py,sha256=8yH1lIu0jjFVFeYwiyWDXS3OxnMGoNX05CNh3OBHJgM,2693
535
+ spire/pdf/texts/PdfTextFragment.py,sha256=PSJBb6_4V18SPwT2kKemvKZwQ9BLXSa1FvL8qqgv6x0,4063
536
+ spire/pdf/texts/PdfTextReplaceOptions.py,sha256=T5ZenPJbYI1ODwq5SOptsFeByMdUxf-VcAN-85k91So,1421
537
+ spire/pdf/texts/PdfTextReplacer.py,sha256=iz_cxXgprh_phJ0IIHADlBv-gyPET56_b4k7yK1QWxY,3266
538
+ spire/pdf/texts/PdfTextState.py,sha256=ALoA7lae4O9XT_-thlzpAnIQyctz5qIOGPBrtalCmBI,2931
539
+ spire/pdf/texts/ReplaceActionType.py,sha256=bbZ1gmFjEGGQeXzbAYzdyatOIVqyrKggrMOUuuXlKno,600
540
+ spire/pdf/texts/SimpleTextExtractionStrategy.py,sha256=7GXKr58J2_5miMCg4SrIqk0DJHYMJJXsEm6Q8-AzlxY,637
541
+ spire/pdf/texts/TextAlign.py,sha256=6tiJWPHFi3NYfcvcExr84BRjyOAzKpcdy8w-islkwgo,546
542
+ spire/pdf/texts/TextFindParameter.py,sha256=nfwBvq1nMqzLOcf1KhbrP4Uazj9n0ZWEikJlW7KtFL8,583
543
+ spire/pdf/texts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
544
+ spire/pdf/utilities/BookletOptions.py,sha256=i9eSy2lq07i83TZOt137FJno9rWmy4rNJT9Ni-LRtBA,1465
545
+ spire/pdf/utilities/MergerOptions.py,sha256=JKb5lzwPQQl4eXR_UZwksie1KFUh37-DSHeTHaCgdpQ,1560
546
+ spire/pdf/utilities/PdfBookletBindingMode.py,sha256=kHiMY3w6j9LlZBrzUDaWFGxccSR5hMxFEs0dR6ww39o,423
547
+ spire/pdf/utilities/PdfBookletCreator.py,sha256=LnM7FudOuls-nyBxHeJaEQoKa35CZZLTHE1RKrPiaYI,2719
548
+ spire/pdf/utilities/PdfImageHelper.py,sha256=17nHHOFGo9LYeFEJ0BPsquFcFW6W4Q3P8_2-9SkZVBQ,3164
549
+ spire/pdf/utilities/PdfImageMask.py,sha256=k34ejpPKD5ISy_tolsbYNt2hokgat2U2KYVklLCcGIE,1072
550
+ spire/pdf/utilities/PdfMerger.py,sha256=NvSkZ2pv7qekN0MMsjgmmcSQ7J4oKyVKNNIriVTNPdA,2314
551
+ spire/pdf/utilities/Utilities_PdfImageInfo.py,sha256=SP8xi7AOta5uA-enYZqvQghVseLykp_bM9ICxtqiuGs,2517
552
+ spire/pdf/utilities/Utilities_PdfTable.py,sha256=tlKCWpp7oWBkEaZ22A8vYzLgzlsJuWrBPTlRvNjjNWM,1705
553
+ spire/pdf/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
554
+ spire/pdf/widget/DataFormat.py,sha256=SFEWok953yQkfxM-MUwNbW0a9kuRJvBIkE2lnsLvsJA,335
555
+ spire/pdf/widget/IPdfTextBoxField.py,sha256=glebBw1_GRORK5p47W6Khj6Kr2Pqz6GjNsATsu45LLA,7999
556
+ spire/pdf/widget/PdfButtonWidgetFieldWidget.py,sha256=P_9W9tx1Xw8M3Dtx5u5Nd1KtyjBhFs6VhCGoz9hiWUA,3457
557
+ spire/pdf/widget/PdfButtonWidgetItemCollection.py,sha256=uxrEOKoQR9MHsdRWLEvXDEmeX2r1p-3MYQvwEUmbsEs,849
558
+ spire/pdf/widget/PdfButtonWidgetWidgetItem.py,sha256=3AByWnNOXom-I8iMkX2qiCp6CBEr1H70ItDMiZ22JgE,1935
559
+ spire/pdf/widget/PdfCheckBoxWidgetFieldWidget.py,sha256=F4huJPrgQJ64w1hZkkGVShHtvDKq4telQFfZmF0DBTo,2595
560
+ spire/pdf/widget/PdfCheckBoxWidgetWidgetItem.py,sha256=iEb24AOX3p5L_EDCVhoqtcYSKeOoYVKbK5bmvTHDO4M,410
561
+ spire/pdf/widget/PdfCheckBoxWidgetWidgetItemCollection.py,sha256=6F_hv7sQezWikFg4TuuI-KnR7EO2094nMm79BMHte0o,917
562
+ spire/pdf/widget/PdfChoiceWidgetFieldWidget.py,sha256=hPYO9qeLSVTfjlz3W1Hf-mcgz1dKi99iQD5R5bzSPt0,5113
563
+ spire/pdf/widget/PdfComboBoxWidgetFieldWidget.py,sha256=6L3MJuug3CRzfDCWZBrL3Mwhev-V0Ljd8PfFKy3hmbc,3207
564
+ spire/pdf/widget/PdfComboBoxWidgetItemCollection.py,sha256=t07XKXq209ufquFTYvGQ7OfCKLNnOSh2PFgXcci36i0,1018
565
+ spire/pdf/widget/PdfComboBoxWidgetWidgetItem.py,sha256=4tnKtcEAPAhUZ2ILorpXQBerpb5munsDrGQ8GqW5Y4k,432
566
+ spire/pdf/widget/PdfFieldWidget.py,sha256=tY8NXo3Aid16jT3cRrRCJ-ORt1IbGhK4iS1Plc67LHk,6098
567
+ spire/pdf/widget/PdfFieldWidgetImportError.py,sha256=B010I7vq3myhhCz1L3cqE1tbBxhGnAyEEwYdfO2_LMg,853
568
+ spire/pdf/widget/PdfFieldWidgetItem.py,sha256=ZAz54bQNdWZyf4YeqLt-GOMkz6ctbW4YffezDY5zt-I,2880
569
+ spire/pdf/widget/PdfFormFieldWidgetCollection.py,sha256=E-7mRIUjjtTwLeZT86T3eSxKMu9E3VrReZlsli5BrLA,3734
570
+ spire/pdf/widget/PdfFormWidget.py,sha256=bFCnpOmxWaaRHzdLnSE9lTqNW88KwOWQ1sujNlInFUI,6155
571
+ spire/pdf/widget/PdfListBoxWidgetFieldWidget.py,sha256=_cBWUO11kqtiIl_WCLYiJlLLSUIdGg8KIHi1aGYd-tQ,2093
572
+ spire/pdf/widget/PdfListFieldWidgetItem.py,sha256=vRR5XcDilORyZkn5eg-3IdUQ7ZQCrXssD--LVH664Do,357
573
+ spire/pdf/widget/PdfListWidgetFieldItemCollection.py,sha256=EvG9-25dB0T4D8ZMirrP9mSNHfwx5IG6Vg7C-8Fo1lg,842
574
+ spire/pdf/widget/PdfListWidgetItem.py,sha256=OyZQj_MWo-bppkRU3uOTxY2qzwdcBlOi9ebSu6O4T_4,2465
575
+ spire/pdf/widget/PdfListWidgetItemCollection.py,sha256=UCC4u3G_1C0-OKjQ67i-ZgUkZTLOa9vlcIgWWZriAfw,2838
576
+ spire/pdf/widget/PdfPageCollection.py,sha256=T9KujKINbNISgJ_KuLZVnlMQlaJzdtDH-ICojuoKQ4M,13750
577
+ spire/pdf/widget/PdfPageWidgetEnumerator.py,sha256=BrkjH8bSEEZuR4adclruzJDn2ClsVEdiERB6qy_rnaI,2134
578
+ spire/pdf/widget/PdfRadioButtonWidgetItem.py,sha256=4tRlsu9XONiUVS_187ub4XdCNmXsgXBrBLv4BZ_hYxw,2141
579
+ spire/pdf/widget/PdfRadioButtonWidgetWidgetItemCollection.py,sha256=0BHeppzh3OA-jxLg1CedmFyypHT54mru3dZ_teaM48Y,1091
580
+ spire/pdf/widget/PdfSignatureFieldWidget.py,sha256=NbPgPbihrFKyaOIPcpGDC3dC2KKb1O791RKzvc4cWRA,1601
581
+ spire/pdf/widget/PdfStateFieldWidget.py,sha256=3MMbu_2aA1IuksOpuMDHpOeXxTv33rm_F2m2NHcVwd8,1154
582
+ spire/pdf/widget/PdfStateItemCollection.py,sha256=jz2KIu69BflZSMH6lZOSY3WyV0aMyi_5zb0kOWSfrR4,953
583
+ spire/pdf/widget/PdfStateWidgetItem.py,sha256=Gicbj35NOxPM_udGdg66XiTNhc32t25FihNrbKD6Q0I,1012
584
+ spire/pdf/widget/PdfStateWidgetItemCollection.py,sha256=qG05fgV05GKDKkJm0d-gCt5VO5ZS4UfwVnUTyCVoTDg,838
585
+ spire/pdf/widget/PdfStyledFieldWidget.py,sha256=-TXOhaYX5eW2uORTb5F4gkHOMLUCgSjHr2uvJRDtVbg,12734
586
+ spire/pdf/widget/PdfTexBoxWidgetItem.py,sha256=lCk1g2g_J6tu2NlbtK9G8Pl0_aM9rLo6ZXMwVxratg8,322
587
+ spire/pdf/widget/PdfTextBoxFieldWidget.py,sha256=1IQREBuj8vmO-_c6K-5Mv90LAXmamkmDkfjfbqG6qtE,8896
588
+ spire/pdf/widget/PdfTextBoxWidgetItemCollection.py,sha256=EqiJO0kvCjBoy-VVn7fqn5bA8jAMCDsXChbbU6JIo5E,995
589
+ spire/pdf/widget/XFAForm.py,sha256=yvRPjDVRbG0QCZf6pJQ2IHbOyyqcpMIa2Z8S3wHlQDE,2551
590
+ spire/pdf/widget/XfaBarcodeField.py,sha256=xnEwOJL1lzRJ6EDsyOeeGGLHZjESVpLKVhbTuvy8jCc,2993
591
+ spire/pdf/widget/XfaButtonField.py,sha256=xJ0mjJZ1U7JVnBPgCcWVt6CS9FlTepTaCx8S3oeyHBQ,253
592
+ spire/pdf/widget/XfaCheckButtonField.py,sha256=xVib0TGbebNEBpOn_gX_z7rCq7COBLVpG6aGSONEU7Q,1058
593
+ spire/pdf/widget/XfaChoiceListField.py,sha256=62m5VR0zEQIOjLx1_2XhwyCIhsAkRdVgLCvmz9l0GRI,2160
594
+ spire/pdf/widget/XfaDateTimeField.py,sha256=V0kiQP4X5s7uUdGHvaKGnpH0qWRiX9aI4ryi1Q-Ihpk,1561
595
+ spire/pdf/widget/XfaDoubleField.py,sha256=wWNXK9liRR5GJXtU2l8UHExI0mX_g4Gc9JGrjMUlbhc,942
596
+ spire/pdf/widget/XfaField.py,sha256=7H1fuPToWQUf1Jy_UfS85ZIboKJIbZ5vVezGVhtdi-8,1396
597
+ spire/pdf/widget/XfaFloatField.py,sha256=6ciKKSSjUKJpkOjk0rzwPw3tQ_soQd8pFYayDcUeqxU,931
598
+ spire/pdf/widget/XfaImageField.py,sha256=1OTvM_ZBNNkMALjLccbS-_xIBGfshDRPCU4qGaTcWos,1689
599
+ spire/pdf/widget/XfaIntField.py,sha256=2UeHYl-TI2D0aFA82LipCPdYaJiRJKfbFaTgqhgjv68,915
600
+ spire/pdf/widget/XfaSignatureField.py,sha256=TzeO-nx_0OsP-FpoB0ist1iQ4gq61IgdY1uMYPsgsI4,256
601
+ spire/pdf/widget/XfaTextField.py,sha256=puzY8UthgUGQbTbEKnUKSH9Pku24h3tMA7m_i-nT6Es,931
602
+ spire/pdf/widget/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
603
+ spire_pdf-11.9.0.dist-info/METADATA,sha256=D8qYoACrVz4UIM9SCpYgSiNKRAgxQHoslmsNROhL5ew,7151
604
+ spire_pdf-11.9.0.dist-info/WHEEL,sha256=AiyVnrmrEuW_cPqhPlarzpb5qtD8ITcBeZKvhXXgyN4,98
605
+ spire_pdf-11.9.0.dist-info/top_level.txt,sha256=WxTypv85IOx5WpDWDS_HpIgu5l722KWSil7EHZwF08M,6
606
+ spire_pdf-11.9.0.dist-info/RECORD,,